From d08e05220f7a092810d7ebaeb8374e334f9cae62 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Thu, 15 Jan 2026 22:01:25 -0500 Subject: [PATCH] docs: add disclaimer about subsonic config --- docs/src/content/docs/reference/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/reference/configuration.md b/docs/src/content/docs/reference/configuration.md index 4e806a0..67c4a2b 100644 --- a/docs/src/content/docs/reference/configuration.md +++ b/docs/src/content/docs/reference/configuration.md @@ -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.