meow && add song of the day!

This commit is contained in:
2026-05-27 14:49:26 +01:00
parent 3a2cd9b1aa
commit 69fc002961
5 changed files with 345 additions and 4 deletions
+5
View File
@@ -14,6 +14,11 @@ ANALYTICS_DATABASE_FILE=viewers.sqlite
ANALYTICS_RETENTION_DAYS=30
ANALYTICS_ACTIVE_WINDOW_SECONDS=75
# Last.fm song of the day. Picks one non-repeated daily track from the configured user's last 7 days.
LASTFM_API_KEY=
LASTFM_USERNAME=
LASTFM_HISTORY_FILE=lastfm-song-of-day.json
API_CACHE_TTL_MS=15000
API_RATE_LIMIT_WINDOW_MS=60000
API_RATE_LIMIT_MAX=120