Simple proxy for a cloudflare worker
Find a file
mrjvs f0d858460c
Merge pull request #32 from movie-web/remove-arm
Remove ARM 32-bit from publish
2024-01-09 22:01:25 +01:00
.github/workflows Remove ARM 32-bit from publish 2024-01-09 21:00:23 +00:00
.vscode
src
.dockerignore
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.prettierrc.js
Dockerfile
LICENSE
netlify.toml Add netlify to readme 2024-01-08 21:38:27 +01:00
nitro.config.ts
package.json bump version 2024-01-08 21:54:11 +01:00
pnpm-lock.yaml
README.md Remove deploy to netlify from readme 2024-01-08 21:41:43 +01:00
tsconfig.json
wrangler.toml

simple-proxy

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


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
  • netlify edge functions