Add Emby and Seerr widgets

Emby mirrors the Jellyfin widget (library blocks + now playing).
Seerr shows pending/approved/completed request counts - currently
403ing on request/count since the configured API key looks like a
per-user key rather than the admin key from Settings > General.
Keys documented in .env.example.
This commit is contained in:
2026-07-30 18:48:52 +02:00
parent 334c08133c
commit f2a694917e
2 changed files with 19 additions and 0 deletions
+8
View File
@@ -72,3 +72,11 @@ HOMEPAGE_VAR_SONARR_KEY=your-sonarr-api-key
# --- Jellyfin widget ---
# API key, created in Jellyfin under Dashboard > Advanced > API Keys
HOMEPAGE_VAR_JELLYFIN_KEY=your-jellyfin-api-key
# --- Emby widget ---
# API key, created in Emby under Settings > Advanced > Api Keys
HOMEPAGE_VAR_EMBY_KEY=your-emby-api-key
# --- Seerr widget (Overseerr/Jellyseerr) ---
# API key, found under Settings > General > API Key
HOMEPAGE_VAR_SEERR_KEY=your-seerr-api-key