Build a serverless download site with GitHub Releases and Cloudflare Workers
- Based on GitHub Releases, so no total size limit or bandwidth limit.
- GitHub Releases limits size of single files to 2 GB each
- Custom domain with Cloudflare Workers
- One level of directory structure is supported via different release tags.
- Minimalist UI with Bootstrap and Font Awesome
Preview:
See Cloudflare's documentation for more information.
Copy wrangler.example.toml
to wrangler.toml
and fill in your own information into the variables. Refer to Cloudflare's documentation for more information.
Copy config.example.js
to config.js
and fill in your own information as guided.
The MIT License