Add spotify integration
Deploy HEOS panel / deploy (push) Successful in 25s

This commit is contained in:
2026-09-15 22:07:43 +02:00
parent 6a0f1fa5e8
commit 7c19ff9096
17 changed files with 810 additions and 44 deletions
+5
View File
@@ -22,6 +22,11 @@ Type=simple
User=franzz
Group=www-data
WorkingDirectory=/var/www/html/heos
# Optional (the leading "-" means systemd won't refuse to start without
# it): Spotify's credentials, as plain KEY=VALUE lines -- see the
# README's Spotify section. Not in the repo on purpose, so a deploy's
# rsync --delete is told to leave it alone too.
EnvironmentFile=-/var/www/html/heos/.env
ExecStart=/var/www/html/heos/.venv/bin/gunicorn --worker-class gthread --workers 1 --threads 8 --bind 0.0.0.0:5443 app:app
# Bind 127.0.0.1:5443 above to allow only the reverse proxy in.
#