fix: include time zone name overrides and add KOITO_FORCE_TZ cfg option (#176)

* timezone overrides and force_tz option

* docs for force_tz

* add link to time zone names in docs
This commit is contained in:
Gabe Farrell 2026-01-24 13:19:04 -05:00 committed by GitHub
parent 1ed055d098
commit 937f9062b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 153 additions and 1 deletions

View file

@ -64,6 +64,8 @@ If the environment variable is defined without **and** with the suffix at the sa
##### KOITO_CONFIG_DIR
- Default: `/etc/koito`
- Description: The location where import folders and image caches are stored.
##### KOITO_FORCE_TZ
- Description: A canonical IANA database time zone name (https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) that Koito will use to serve all clients. Overrides any timezones requested via a `tz` cookie or `tz` query parameter. Koito will fail to start if this value is invalid.
##### KOITO_DISABLE_DEEZER
- Default: `false`
- Description: Disables Deezer as a source for finding artist and album images.