fix(ui): stabilize theme colors and calendar end time

This commit is contained in:
SG Command
2026-08-24 09:35:49 +02:00
parent 91c9617255
commit 8e28dec20b
10 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ docker-compose.yml wedding app, published to 127.0.0.1:8080 only
```
## Config
Copy `config.example.yaml` to `config.yaml` and fill in the wedding date, SMTP settings, storage path, and (if enabled) the Origin service key. Path is resolved from `CONFIG_PATH` (default `./config.yaml`) — that's the only env var; everything else lives in the file.
Copy `config.example.yaml` to `config.yaml` and fill in the wedding date, event end time, SMTP settings, storage path, and (if enabled) the Origin service key. `wedding.event_end` is the explicit local RFC3339 end time used for calendar downloads. Path is resolved from `CONFIG_PATH` (default `./config.yaml`) — that's the only env var; everything else lives in the file.
When `origin.service_key` is configured, the server registers itself with Origin as the `generic` service type named `ZoeShaldon` immediately at startup and repeats the check-in every 24 hours. Registration failures are logged without taking down the wedding site. Leave the key empty to disable registration.