User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
services:navidrome [2024/09/02 12:29] – [Reverse Proxy] willyservices:navidrome [2025/04/16 09:58] (current) willy
Line 86: Line 86:
 This will automatically login your users using the SSO provided by [[services:authelia|Authelia]]. This will automatically login your users using the SSO provided by [[services:authelia|Authelia]].
  
-Please note that the **/rest** location is __not__ protected by Authelia, as this would __not__ work. +Please note that the **/rest** location is __not__ protected by Authelia, as this would __not__ work with Subsonic appsAuthentication, in this case, is performed by Navidrome itself: users will need to setup a password within Navidrome! (this might be fixed using Authelia basic auth, but i have not tried.) 
 + 
  
  
Line 107: Line 109:
 rc-service user-containers.navidrome start rc-service user-containers.navidrome start
 </code> </code>
 +
 +===== External Integrations =====
 +
 +See [[https://www.navidrome.org/docs/usage/external-integrations/|here]].
 +
 +==== LastFM ====
 +
 +Navidrome can use Last.fm to retrieve artists biographies, top songs, similar artists and album covers. It can also send your scrobbles to Last.fm. For these features to work, you’ll need to set the following ENVs in your docker compose:
 +<file>
 +      ND_LASTFM_ENABLED: true   
 +      ND_LASTFM_APIKEY: << your api key >>
 +      ND_LASTFM_SECRET: << your secret >>
 +      ND_LASTFM_LANGUAGE: << language code >>
 +</file>
 +
 +to fill the key&secret, go to [[https://www.last.fm/api/account/create|this page]] and fill in the data.
 +
 +==== Spotify ====
 +
 +Artist images can be retrieved from Spotify. You’ll need to set the config options:
 +<file>
 +      ND_SPOTIFY_ID: << your id >>
 +      ND_SPOTIFY_SECRET: << your secret >>
 +</file>
 +
 +[[https://developer.spotify.com/dashboard|this URL]] use **https://navidrome.mydomain.com** as URL (https is mandatory since april 2025)
 +
 +
 +
  
  

This website uses technical cookies only. No information is shared with anybody or used in any way but provide the website in your browser.

More information