[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: Update docker registry options

FoxxMD (Jul 13, 2023, 11:21 AM EDT) b81b1d94 226b7c74

+9 -3
+9 -3
docs/installation.md
··· 59 59 flatpak run --env=SPOTIFY_CLIENT_ID=yourId --envSPOTIFY_CLIENT_SECRET=yourSecret --env=MALOJA_URL="http://domain.tld" io.github.foxxmd.multiscrobbler 60 60 ``` 61 61 62 - # [Docker](https://hub.docker.com/r/foxxmd/multi-scrobbler) 62 + # Docker 63 63 64 - Cross-platform images are built for x86 (Intel/AMD) and ARM (IE Raspberry Pi) 64 + Cross-platform images are built for x86 (Intel/AMD) and ARM64 (IE Raspberry Pi) 65 65 66 + [Dockerhub](https://hub.docker.com/r/foxxmd/multi-scrobbler) 66 67 ``` 67 - foxxmd/multi-scrobbler:latest 68 + docker.io/foxxmd/multi-scrobbler:latest 69 + ``` 70 + 71 + [Github Packages](https://github.com/FoxxMD/multi-scrobbler/pkgs/container/multi-scrobbler) 72 + ``` 73 + ghcr.io/foxxmd/multi-scrobbler:latest 68 74 ``` 69 75 70 76 Or use the provided [docker-compose.yml](/docker-compose.yml) after modifying it to fit your configuration.