From 55bc22ccc24259761560f3f858677461b91b1b46 Mon Sep 17 00:00:00 2001 From: qtchaos <72168435+qtchaos@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:20:44 +0200 Subject: [PATCH] Add Netlify deployment method for hosting the proxy --- content/2.proxy/1.deploy.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/content/2.proxy/1.deploy.md b/content/2.proxy/1.deploy.md index 2a3e015..8d3c3f4 100644 --- a/content/2.proxy/1.deploy.md +++ b/content/2.proxy/1.deploy.md @@ -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. 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://.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"} Experience with Docker, domains and web hosting is **highly recommended** for this method.