Simple proxy for a cloudflare worker
Go to file
dependabot[bot] 33bbe94692
Bump tar from 6.2.0 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 11:55:19 +00:00
.github/workflows Remove ARM 32-bit from publish 2024-01-09 21:00:23 +00:00
.vscode refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
src Bump dep versions and add error handling 2024-01-06 20:51:48 +00: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 add netlify support 2024-01-08 21:28:22 +01:00
.prettierrc.js refactor: Bring back deleted changes 2023-09-09 23:00:56 -05:00
Dockerfile Allow building for arm 2024-01-07 12:18:52 -05:00
LICENSE Create LICENSE 2023-12-23 23:25:03 +01:00
README.md Remove deploy to netlify from readme 2024-01-08 21:41:43 +01:00
netlify.toml Add netlify to readme 2024-01-08 21:38:27 +01:00
nitro.config.ts Add ability to do debug logging with REQ_DEBUG=true 2024-01-06 18:44:06 +01:00
package.json bump version 2024-01-08 21:54:11 +01:00
pnpm-lock.yaml Bump tar from 6.2.0 to 6.2.1 2024-04-11 11:55:19 +00: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/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