Scrobble
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
LZE_TOKEN=<customtoken>
|
LZE_TOKEN=<customtoken>
|
||||||
JELLYFIN_APIKEY=<key>
|
JELLYFIN_APIKEY=<key>
|
||||||
JELLYFIN_USER=<username>
|
|
||||||
MALOJA_API_KEY=<key>
|
MALOJA_API_KEY=<key>
|
||||||
SPOTIFY_CLIENT_ID=<id>
|
SPOTIFY_CLIENT_ID=<id>
|
||||||
SPOTIFY_CLIENT_SECRET=<secret>
|
SPOTIFY_CLIENT_SECRET=<secret>
|
||||||
|
PLEX_TOKEN=<plextoken>
|
||||||
|
LASTFM_API_KEY=<key>
|
||||||
|
LASTFM_SECRET=<secret>
|
||||||
@@ -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
|
- 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
|
- LZENDPOINT_ENABLE=true
|
||||||
- JELLYFIN_URL=https://jellyfin.shoebottom.ca
|
- JELLYFIN_URL=https://jellyfin.shoebottom.ca
|
||||||
|
- PLEX_URL=https://plex.shoebottom.ca
|
||||||
- MALOJA_URL=http://maloja:42010
|
- MALOJA_URL=http://maloja:42010
|
||||||
- SPOTIFY_REDIRECT_URI=https://multi-scrobbler.shoebottom.ca/callback
|
- 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
|
- 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
|
- PGID=1000 # required if running docker on linux host, see main README Docker setup instructions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user