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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user