This commit is contained in:
2025-12-12 16:22:58 -04:00
parent c42cda3191
commit b34aeeb192
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
LZE_TOKEN=<customtoken>
JELLYFIN_APIKEY=<key>
JELLYFIN_USER=<username>
MALOJA_API_KEY=<key>
SPOTIFY_CLIENT_ID=<id>
SPOTIFY_CLIENT_SECRET=<secret>
SPOTIFY_CLIENT_SECRET=<secret>
PLEX_TOKEN=<plextoken>
LASTFM_API_KEY=<key>
LASTFM_SECRET=<secret>

View File

@@ -19,8 +19,11 @@ services:
- 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
- PLEX_URL=https://plex.shoebottom.ca
- MALOJA_URL=http://maloja:42010
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
- JELLYFIN_USER=Isaac # filter by user
- PLEX_USERS_ALLOW=IsaacShoebottom # filter by user
- 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