Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:navidrome [2024/09/02 12:29] – [Reverse Proxy] willy | services:navidrome [2025/04/16 09:58] (current) – willy | ||
---|---|---|---|
Line 86: | Line 86: | ||
This will automatically login your users using the SSO provided by [[services: | This will automatically login your users using the SSO provided by [[services: | ||
- | Please note that the **/rest** location is __not__ protected by Authelia, as this would __not__ work with Subsonic apps. | + | Please note that the **/rest** location is __not__ protected by Authelia, as this would __not__ work with Subsonic apps. Authentication, |
+ | |||
Line 107: | Line 109: | ||
rc-service user-containers.navidrome start | rc-service user-containers.navidrome start | ||
</ | </ | ||
+ | |||
+ | ===== External Integrations ===== | ||
+ | |||
+ | See [[https:// | ||
+ | |||
+ | ==== LastFM ==== | ||
+ | |||
+ | Navidrome can use Last.fm to retrieve artists biographies, | ||
+ | < | ||
+ | ND_LASTFM_ENABLED: | ||
+ | ND_LASTFM_APIKEY: | ||
+ | ND_LASTFM_SECRET: | ||
+ | ND_LASTFM_LANGUAGE: | ||
+ | </ | ||
+ | |||
+ | to fill the key& | ||
+ | |||
+ | ==== Spotify ==== | ||
+ | |||
+ | Artist images can be retrieved from Spotify. You’ll need to set the config options: | ||
+ | < | ||
+ | ND_SPOTIFY_ID: | ||
+ | ND_SPOTIFY_SECRET: | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | |||
+ | |||