Add Netlify deployment method for hosting the proxy

This commit is contained in:
qtchaos 2024-01-09 20:20:44 +02:00
parent 8dc2c38bae
commit 55bc22ccc2
No known key found for this signature in database
GPG Key ID: 7DA98B2B9EF06A90
1 changed files with 15 additions and 1 deletions

View File

@ -52,7 +52,21 @@ Cloudflare has a generous free plan, so you don't need to pay anything unless yo
1. Your worker is now deployed! You can click the back button in the top left to take you back to the summary screen. 1. Your worker is now deployed! You can click the back button in the top left to take you back to the summary screen.
1. On the summary screen, your worker link will be displayed under `Preview`. Right click the link, click `Copy link address` and save the link somewhere - you will need it to set up the client! 1. On the summary screen, your worker link will be displayed under `Preview`. Right click the link, click `Copy link address` and save the link somewhere - you will need it to set up the client!
## Method 2 - Docker ## Method 2 - Netlify (Easy)
Netlify has a very generous free plan, so you'll be able to host your proxy for free unless you get hundreds of users.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/movie-web/simple-proxy){target="\_blank"}
1. Create a GitHub account at https://github.com/signup if you don't have one already.
1. Click on the `Deploy to Netlify` button above.
1. Authorize Netlify to connect with GitHub by clicking the `Connect to GitHub` button.
1. There should now be a `Save & Deploy` button, click it.
1. Once the deployment is complete, click on the `Get Started` button that pops up, this will redirect you to the dashboard of your site.
1. Click on the only site in the `Sites` section of your dashboard.
1. Find the link of your site near the top of the page, it should look something like `https://<random-words>.netlify.app`. Right click the link, click `Copy link address`. Now you'll just have to set up the client!
## Method 3 - Docker
::alert{type="warning"} ::alert{type="warning"}
Experience with Docker, domains and web hosting is **highly recommended** for this method. <br /> Experience with Docker, domains and web hosting is **highly recommended** for this method. <br />