A simple serverless proxy based on Hono.
Currently supports:
- Cloudflare Workers
- Fork this repository.
- Set up secrets (See here if you don't know how).
CLOUDFLARE_ACCOUNT_ID: Your Cloudflare account ID. (You can find it in the Cloudflare dashboard.)CLOUDFLARE_API_TOKEN: Your Cloudflare API token. (See here if you don't know how to get one)DOMAIN: Your domain. For example,registry.example.comis a proper value.
- Enable GitHub Actions in your repository. The forked repository should have actions disabled by default.
- Go to the "Settings" tab.
- Go to the "Actions" tab.
- Enable actions.
- Trigger the workflow manually.
- Wait for the deployment to finish.
Option 2: Cloudflare Workers Deploy
I haven't tested this yet.