Update docs and defaults for tenerife.baby domain.
CI / test (push) Successful in 3s

This replaces old momswap.produktor.duckdns.org references with tenerife.baby and refreshes the TypeScript integration guide to reflect the current asset upload, sharing, and relative-link flow.

Made-with: Cursor
This commit is contained in:
2026-03-02 21:31:21 +00:00
parent e00280b653
commit efe5907adc
5 changed files with 81 additions and 53 deletions
+3 -3
View File
@@ -26,7 +26,7 @@ Run tests via Docker (avoids local permission issues, e.g. `var/`):
docker compose --profile test run --rm test
```
Primary deployed base URL: `https://momswap.produktor.duckdns.org/`.
Primary deployed base URL: `https://tenerife.baby/`.
Local default (for development): `http://localhost:8122`.
@@ -71,7 +71,7 @@ COMPOSE_BAKE=true docker compose --profile dev up --watch
Notes:
- `api` service listens on `8122` inside the container, mapped to host `8122` (reverse proxy at `https://momswap.produktor.duckdns.org`).
- `api` service listens on `8122` inside the container, mapped to host `8122` (reverse proxy at `https://tenerife.baby`).
- `api` service uses the production `runtime` image target.
- `api-dev` profile uses the `dev` image target and Docker Compose watch.
- DB defaults can be overridden via `POSTGRES_DB`, `POSTGRES_USER`, `POSTGRES_PASSWORD`.
@@ -89,7 +89,7 @@ go run ./cmd/api
Then visit:
- Production: `https://momswap.produktor.duckdns.org/web/`
- Production: `https://tenerife.baby/web/`
- Local: `http://localhost:8122/web/`
- Local Leaflet demo: `http://localhost:8122/web/leaflet-demo.html`