Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alphabs/rfiles
Hash based file server on Cloudflare Workers & R2
https://github.com/alphabs/rfiles
Last synced: about 2 months ago
JSON representation
Hash based file server on Cloudflare Workers & R2
- Host: GitHub
- URL: https://github.com/alphabs/rfiles
- Owner: AlphaBs
- License: mit
- Created: 2023-05-06T03:56:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T05:31:49.000Z (about 1 year ago)
- Last Synced: 2023-12-03T07:27:28.890Z (about 1 year ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rfiles
Hash based file server on Cloudflare Workers & R2## Publish
1. [Create R2 bucket](https://developers.cloudflare.com/r2/get-started/)
2. Copy `wrangler.toml.example` to `wrangler.toml` and modify values (e.g. `account_id`, `bucket_name`)
3. Run `npx wrangler publish`