Skip to content

Your_spotify

Logo

Description

Your_spotify is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it! It's composed of a web server which polls the Spotify API every now and then and a web application on which you can explore your statistics.

Image

linuxserver/your_spotify:latest

Categories

  • Uncategorized Services

Ports

  • 80:80/tcp
  • 443:443/tcp

Volumes

ContainerBind
/config/opt/appdata/your_spotify

Environment Variables

NameLabelDefaultDescription
PUIDPUID1024for UserID
PGIDPGID100for GroupID
TZTZEurope/Amsterdamspecify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).
APP_URLAPP_URLhttp://localhostThe protocol and hostname where the app will be accessed.
SPOTIFY_PUBLICSPOTIFY_PUBLIC``````Your Spotify application client ID.
SPOTIFY_SECRETSPOTIFY_SECRET``````Your Spotify application secret.
CORSCORShttp://localhost:80,https://localhost:443Allowed CORS sources, set to `all` to allow any source.
MONGO_ENDPOINTMONGO_ENDPOINTmongodb://mongo:27017/your_spotifySet mongodb endpoint address/port.

Labels

KeyValue
traefik.enabletrue
traefik.http.routers.your_spotify.ruleHost(`your_spotify.{$TRAEFIK_INGRESS_DOMAIN}`)
traefik.http.routers.your_spotify.entrypointshttps
traefik.http.services.your_spotify.loadbalancer.server.port80
traefik.http.routers.your_spotify.tlstrue
traefik.http.routers.your_spotify.tls.certresolverdefault
traefik.http.routers.your_spotify.middlewarestraefik-forward-auth
mafl.enabletrue
mafl.titleYour_spotify
mafl.descriptionYour_spotify is a self-hosted application that tracks what you listen and offers you a dashboard to explore statistics about it!
mafl.linkhttps://your_spotify.{$TRAEFIK_INGRESS_DOMAIN}
mafl.icon.wraptrue
mafl.icon.color#007acc
mafl.status.enabledtrue
mafl.status.interval60
mafl.groupServices
mafl.icon.urlhttps://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/your_spotify-logo.png

Licensed under the MIT License. Free for all use cases. For enterprise or academic support, please reach out to us.