Use Datum service network for API polling
This commit is contained in:
12
README.md
12
README.md
@@ -46,13 +46,15 @@ Allowlist of npubs is set via `NOSTR_ALLOWED_NPUBS`. Anything else is rejected b
|
||||
- Repository URL: `https://git.tx1138.com/lfg2025/gashboard`
|
||||
- Compose path: `docker-compose.yml`
|
||||
- Add env vars (see `.env.example`)
|
||||
- Remove any old `DATUM_URL=http://10.21...` value from the stack env vars.
|
||||
- Remove any old `DATUM_URL=http://10.21...` or
|
||||
`DATUM_URL=http://datum_datum_1:21000` value from the stack env vars.
|
||||
Leave `DATUM_URL` unset unless your Datum container name is different. By
|
||||
default the stack uses `http://datum_datum_1:21000` on Umbrel's
|
||||
`umbrel_main_network`, so Datum can be recreated without changing a stale
|
||||
default the stack uses `http://datum:21000` on Datum's `datum_default`
|
||||
app network, so Datum can be recreated without changing a stale
|
||||
IP address.
|
||||
- If your Umbrel install uses a different Datum container name, set
|
||||
`DATUM_URL=http://<container-name>:21000`.
|
||||
- If your Umbrel install uses a different Datum app network or service name,
|
||||
update `datum_default` in `docker-compose.yml` or set
|
||||
`DATUM_URL=http://<service-name>:21000`.
|
||||
|
||||
4. Open the dashboard, log in with one of the allowed npubs, watch your boards lose at hashing in style.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user