diff --git a/README.md b/README.md index db013f7..2dc6388 100644 --- a/README.md +++ b/README.md @@ -107,17 +107,6 @@ API_RATE_LIMIT_WINDOW_MS=60000 API_RATE_LIMIT_MAX=120 ``` -Optional Last.fm song of the day: - -```sh -LASTFM_API_KEY=your-lastfm-api-key -LASTFM_USERNAME=your-lastfm-username -LASTFM_HISTORY_FILE=lastfm-song-of-day.json -``` - -The server stores daily picks in `UPTIME_STORAGE_DIR` and avoids repeating songs -until the recent-track pool is exhausted. - ## Reverse proxy / Cloudflare The server only honours `CF-Connecting-IP`, `X-Forwarded-For`, `X-Forwarded-Proto`, diff --git a/example.env b/example.env index 6fc456c..5d0ad09 100644 --- a/example.env +++ b/example.env @@ -20,11 +20,6 @@ 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 diff --git a/frontend/index.html b/frontend/index.html index 019fda3..4749f4b 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -55,6 +55,9 @@
+