mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-11 16:30:38 -07:00
feat: fetch images from subsonic server (#94)
This commit is contained in:
parent
d04ff23911
commit
d0c4d078d5
5 changed files with 210 additions and 10 deletions
|
|
@ -66,6 +66,12 @@ If the environment variable is defined without **and** with the suffix at the sa
|
|||
- Description: Disables Cover Art Archive as a source for finding album images.
|
||||
##### KOITO_DISABLE_MUSICBRAINZ
|
||||
- Default: `false`
|
||||
##### KOITO_SUBSONIC_URL
|
||||
- Required: `true` if KOITO_SUBSONIC_PARAMS is set
|
||||
- Description: The URL of your subsonic compatible music server. For example, `https://navidrome.mydomain.com`.
|
||||
##### 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.
|
||||
##### KOITO_SKIP_IMPORT
|
||||
- Default: `false`
|
||||
- Description: Skips running the importer on startup.
|
||||
|
|
@ -84,4 +90,4 @@ If the environment variable is defined without **and** with the suffix at the sa
|
|||
- Description: When true, images will be downloaded and cached during imports.
|
||||
##### KOITO_CORS_ALLOWED_ORIGINS
|
||||
- Default: No CORS policy
|
||||
- Description: A comma separated list of origins to allow CORS requests from. The special value `*` allows CORS requests from all origins.
|
||||
- Description: A comma separated list of origins to allow CORS requests from. The special value `*` allows CORS requests from all origins.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue