This commit is contained in:
2025-12-12 16:11:20 -04:00
parent a4c897f883
commit c42cda3191
3 changed files with 7 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ services:
environment:
# https://www.navidrome.org/docs/usage/configuration-options/#available-options
ND_BASEURL: "https://navidrome.shoebottom.ca"
ND_LISTENBRAINZ_BASEURL: "https://multi-scrobbler.shoebottom.ca/1/"
ND_ALBUMPLAYCOUNT: "normalized"
ND_RECENTLYADDEDBYMODTIME: "true"
volumes:

View File

@@ -1,3 +1,6 @@
LZE_TOKEN=<customtoken>
JELLYFIN_APIKEY=<key>
JELLYFIN_USER=<username>
MALOJA_API_KEY=<key>
MALOJA_API_KEY=<key>
SPOTIFY_CLIENT_ID=<id>
SPOTIFY_CLIENT_SECRET=<secret>

View File

@@ -17,8 +17,10 @@ services:
- ../stack.env
environment:
- TZ=America/Moncton # Specify timezone from TZ Database name found here https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- LZENDPOINT_ENABLE=true
- JELLYFIN_URL=https://jellyfin.shoebottom.ca
- MALOJA_URL=http://maloja:42010
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
- PUID=1000 # required if running docker on linux host, see main README Docker setup instructions
- PGID=1000 # required if running docker on linux host, see main README Docker setup instructions