Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ by `database_id`):
`wrangler.jsonc`.
- **KV** `75a4c5d58e1f449080bf8be64a995a5a` (binding `KV`).

### nbread.lol migration — PENDING (see the rename plan, Phase 5)
### nbread.lol migration — PENDING (target state after the domain migration)

The project moved from `nostrbook.net` to **`nbread.lol`**. The following are the
target state and are **not yet provisioned** — the committed `wrangler.jsonc`
Expand Down
7 changes: 5 additions & 2 deletions wrangler.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
// "development" here — it enables the client-spoofable X-Forwarded-Host
// override in src/middleware/guard.ts.
"ENVIRONMENT": "production",
// Real Turnstile widget (Sovereign IT → "nbread", Managed) for
// nbread.lol + the workers.dev preview host. Secret is a wrangler secret.
// NOTE: carried over from the old nostrbook.net Turnstile widget — this
// key will FAIL the hostname check on nbread.lol until a widget is
// (re)pointed at nbread.lol + the workers.dev preview host and this value
// + TURNSTILE_SECRET_KEY are updated (see docs/setup.md §6). Secret is a
// wrangler secret.
"TURNSTILE_SITE_KEY": "0x4AAAAAAD1JzzXDBykpiavq",
// Default relays: the service-wide fallback used for cron sync + NIP-05
// relay hints when a user has not set their own list (dashboard settings
Expand Down
Loading