Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.13 KB

File metadata and controls

28 lines (20 loc) · 1.13 KB

docker-serverless-proxy

A simple serverless proxy based on Hono.

Currently supports:

  • Cloudflare Workers

Usage

Cloudflare Workers

Option 1: Fork and Deploy

  1. Fork this repository.
  2. Set up secrets (See here if you don't know how).
    1. CLOUDFLARE_ACCOUNT_ID: Your Cloudflare account ID. (You can find it in the Cloudflare dashboard.)
    2. CLOUDFLARE_API_TOKEN: Your Cloudflare API token. (See here if you don't know how to get one)
    3. DOMAIN: Your domain. For example, registry.example.com is a proper value.
  3. Enable GitHub Actions in your repository. The forked repository should have actions disabled by default.
    1. Go to the "Settings" tab.
    2. Go to the "Actions" tab.
    3. Enable actions.
  4. Trigger the workflow manually.
  5. Wait for the deployment to finish.

I haven't tested this yet.