Simple proxy for a cloudflare worker
Go to file
mrjvs 15b438be48
Create LICENSE
2023-12-23 23:25:03 +01:00
.github/workflows Update release.yml 2023-11-26 22:53:07 +00:00
.vscode refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
src Change error to a message 2023-12-20 14:44:21 +01:00
.dockerignore add CI stuff 2023-09-13 23:08:44 +02:00
.editorconfig Initial setup 2023-09-08 22:59:05 -05:00
.eslintignore Initiate repository 2023-09-06 16:34:21 -05:00
.eslintrc.js fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
.gitignore Initiate repository 2023-09-06 16:34:21 -05:00
.prettierrc.js refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
Dockerfile switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
LICENSE Create LICENSE 2023-12-23 23:25:03 +01:00
README.md Finish ip fetching 2023-12-20 14:37:34 +01:00
nitro.config.ts switch to pnpm and add import aliasing 2023-09-14 20:19:07 +02:00
package.json Bump version number 2023-12-20 15:32:00 +01:00
pnpm-lock.yaml Add turnstile integration 2023-12-20 14:32:15 +01:00
tsconfig.json fix linter + make proxy work + remove temp files + fix typescript types 2023-09-13 22:54:28 +02:00
wrangler.toml refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00

README.md

simple-proxy

Simple reverse proxy to bypass CORS, used by movie-web. Read the docs at https://docs.movie-web.app/proxy


features:

  • Deployable on many platforms - thanks to nitro
  • header rewrites - read and write protected headers
  • bypass CORS - always allows browser to send requests through it
  • secure it with turnstile - prevent bots from using your proxy

[!WARNING] Turnstile integration only works properly with cloudflare workers as platform

supported platforms:

  • cloudflare workers
  • AWS lambda
  • nodejs