mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-14 09:02:30 +02:00
New add-on wrapping the upstream jjdenhertog/spotify-to-plex Docker image (requested in issue #2814). Keeps Spotify playlists synced to Plex. - Wraps the multi-arch upstream image via BUILD_FROM (amd64 + aarch64) - Uses the shared ha_entrypoint framework with 00-global_var.sh so add-on options (Spotify credentials, redirect URI, encryption key) become the environment variables the app expects - 99-run.sh persists /app/config into the add-on config dir, auto-generates and stores a stable ENCRYPTION_KEY when left blank, then hands off to the upstream supervisord - Web UI exposed directly on port 9030 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NZTfSk3GQRU7oD85TnjsmW
9 lines
216 B
JSON
9 lines
216 B
JSON
{
|
|
"last_update": "2026-07-06",
|
|
"repository": "alexbelgium/hassio-addons",
|
|
"slug": "spotify_to_plex",
|
|
"source": "dockerhub",
|
|
"upstream_repo": "jjdenhertog/spotify-to-plex",
|
|
"upstream_version": "1.0.104"
|
|
}
|