Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eldridgea authored Aug 19, 2019
1 parent 604af43 commit 3989f8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This version adds support for handling KV Namespaces via Wrangler.
1. Run `git clone https://github.com/eldridgea/lil-link`
2. Create 2 KV Namespaces in the Cloudflare Dashboard or via their API.
3. Fill out the `zone_id`, `account_id`.
4. Fill out the `route` section of `wrangler.toml` with `https://example.com/*`, replacing "example.com" with your domain.
4. Fill out the `route` section of `wrangler.toml` with `https://example.com/*`, replacing "example.com" with your domain.
5. Paste one of your newly created KV Namespace IDs into `wrangler.toml` under `SHORTLINKS` and the other under `HITS`
6. `cd` into the lil-link directory and run `wrangler publish --release`

*Note: I have been unable to get Workers run unless there is already an active DNS record in the Cloudflare dashboard. I have an A record for `@` on lillink.co pointing to a server I control, but as my route is set to `https://lillink.co/*` supposedly the server will never be contacted as Workers will intercept all requests.*
*Note: I have been unable to get Workers run unless there is already an active DNS record in the Cloudflare dashboard. I have an A record for `@` on lillink.co pointing to a server I control, but as my route is set to `https://lillink.co/*` supposedly the server will never be contacted as Workers will intercept all requests.*

0 comments on commit 3989f8f

Please sign in to comment.