mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 13:38:15 -08:00
docs: add disclaimer about subsonic config
This commit is contained in:
parent
c0de721a7c
commit
d08e05220f
1 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,10 @@ If the environment variable is defined without **and** with the suffix at the sa
|
||||||
##### KOITO_SUBSONIC_PARAMS
|
##### KOITO_SUBSONIC_PARAMS
|
||||||
- Required: `true` if KOITO_SUBSONIC_URL is set
|
- 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.
|
- 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
|
##### KOITO_SKIP_IMPORT
|
||||||
- Default: `false`
|
- Default: `false`
|
||||||
- Description: Skips running the importer on startup.
|
- Description: Skips running the importer on startup.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue