Skip to content

manfred-z6/docker-serverless-proxy

 
 

Repository files navigation

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.

About

A simple serverless proxy for docker based on Hono.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.6%
  • JavaScript 5.4%