docs: add disclaimer about subsonic config

This commit is contained in:
Gabe Farrell 2026-01-15 22:01:25 -05:00
parent c0de721a7c
commit d08e05220f

View file

@ -78,6 +78,10 @@ If the environment variable is defined without **and** with the suffix at the sa
##### KOITO_SUBSONIC_PARAMS
- Required: `true` if KOITO_SUBSONIC_URL is set
- Description: The `u`, `t`, and `s` authentication parameters to use for authenticated requests to your subsonic server, in the format `u=XXX&t=XXX&s=XXX`. An easy way to find them is to open the network tab in the developer tools of your browser of choice and copy them from a request.
:::caution
If Koito is unable to validate your Subsonic configuration, it will fail to start. If you notice your container isn't running after
changing these parameters, check the logs!
:::
##### KOITO_SKIP_IMPORT
- Default: `false`
- Description: Skips running the importer on startup.