Update links

This commit is contained in:
sussy-code 2024-05-04 13:38:32 +00:00
parent 2b6bc89497
commit 15e6926693
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ title: 'Deploy'
Netlify has a very generous free plan, so you'll be able to host your proxy for free unless you get hundreds of users. 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/sussy-code/simple-proxy) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/sussy-code/sudo-proxy)
<Steps> <Steps>
<Steps.Step> <Steps.Step>
@ -45,7 +45,7 @@ The sources showbox and febbox do NOT work with cloudflare. Use a different host
Cloudflare has a generous free plan, so you don't need to pay anything unless you get hundreds of users. Cloudflare has a generous free plan, so you don't need to pay anything unless you get hundreds of users.
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/sussy-code/simple-proxy) [![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/sussy-code/sudo-proxy)
<Steps> <Steps>
<Steps.Step> <Steps.Step>
@ -124,7 +124,7 @@ The sources showbox and febbox do NOT work with cloudflare. Use a different host
</Steps.Step> </Steps.Step>
<Steps.Step> <Steps.Step>
Download the latest version of the Cloudflare [`simple-proxy-cloudflare.mjs` script from here](https://github.com/sussy-code/simple-proxy/releases/latest/download/simple-proxy-cloudflare.mjs). Download the latest version of the Cloudflare [`sudo-proxy-cloudflare.mjs` script from here](https://web.archive.org/web/*/https://github.com/movie-web/simple-proxy/releases/latest/download/*).
</Steps.Step> </Steps.Step>
<Steps.Step> <Steps.Step>
@ -144,7 +144,7 @@ The sources showbox and febbox do NOT work with cloudflare. Use a different host
<Steps.Step> <Steps.Step>
There should now be a code editor on the left hand side on the web page. There should now be a code editor on the left hand side on the web page.
- Select all of the existing template code and delete it. **You must make sure all of the code is deleted for this to work!** - Select all of the existing template code and delete it. **You must make sure all of the code is deleted for this to work!**
- Go to your downloads folder and open up the `simple-proxy-cloudflare.mjs` file you downloaded earlier in a text editor, and **copy** the contents. - Go to your downloads folder and open up the `sudo-proxy-cloudflare.mjs` file you downloaded earlier in a text editor, and **copy** the contents.
- Back in your browser, paste the contents of the file into the code editor. - Back in your browser, paste the contents of the file into the code editor.
</Steps.Step> </Steps.Step>
@ -206,7 +206,7 @@ Experience with Docker, domains and web hosting is **highly recommended** for th
[Deploying with Netlify](#method-1-netlify-easy) is easier and safer to do! You are exposing your server at your own risk! [Deploying with Netlify](#method-1-netlify-easy) is easier and safer to do! You are exposing your server at your own risk!
</Warning> </Warning>
Our `simple-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sussy-code/sudo-proxy:latest`](https://ghcr.io/sussy-code/sudo-proxy:latest) Our `sudo-proxy` application is available from the GitHub Container Registry under the image [`ghcr.io/sussy-code/sudo-proxy:latest`](https://ghcr.io/sussy-code/sudo-proxy:latest)
The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`. The container exposes the HTTP port (Without TLS/SSL) as `3000/TCP`.