scaffold project
This commit is contained in:
parent
3fbfa40360
commit
aa13287f67
18 changed files with 14239 additions and 2 deletions
14
nix-cache/README.md
Normal file
14
nix-cache/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Nix cache proxy for R2
|
||||
|
||||
# Heavily based on https://github.com/piperswe/nix-cache
|
||||
|
||||
## Setting up on your domain
|
||||
|
||||
1. Create an A record on the subdomain you want this Worker to run on which points to `192.0.2.1` (see https://community.cloudflare.com/t/a-record-name-for-worker/98841/2 for why)
|
||||
2. Edit `wrangler.toml`
|
||||
- `account_id` should be your Cloudflare account's tag
|
||||
- `route` should be the subdomain this Worker will run on followed by `/*`
|
||||
- `bucket_name` and `preview_bucket_name` should be the name of the R2 bucket you'll use
|
||||
3. Run `npm run login` to login to Wrangler
|
||||
4. Run `npm run deploy`!
|
||||
5. Upload an `index.html` to your bucket if you want a landing page
|
||||
Loading…
Add table
Add a link
Reference in a new issue