0.2.76 - Icon Packs
This commit is contained in:
@@ -68,11 +68,25 @@ services:
|
||||
MEMBY_SONARR_URL: "${MEMBY_SONARR_URL:-}"
|
||||
MEMBY_SONARR_API_KEY: "${MEMBY_SONARR_API_KEY:-}"
|
||||
MEMBY_SONARR_TTL: "${MEMBY_SONARR_TTL:-5m}"
|
||||
# The webhook Sonarr and Radarr push into, which is how the catalogue learns a file
|
||||
# landed rather than waiting for the hourly sweep. Empty is what makes each hook 404,
|
||||
# so a token missing *here* is indistinguishable from one never configured at all —
|
||||
# every variable the gateway reads has to be named in this list to reach it.
|
||||
MEMBY_SONARR_WEBHOOK_TOKEN: "${MEMBY_SONARR_WEBHOOK_TOKEN:-}"
|
||||
MEMBY_SONARR_ALERT_WINDOW: "${MEMBY_SONARR_ALERT_WINDOW:-3h}"
|
||||
# How long after a webhook the gateway first looks for the file in Emby.
|
||||
MEMBY_ARR_INGEST_SETTLE: "${MEMBY_ARR_INGEST_SETTLE:-1m}"
|
||||
# Optional read-only Radarr calendar integration. Only digital release dates
|
||||
# appear in the five-day movie row.
|
||||
MEMBY_RADARR_URL: "${MEMBY_RADARR_URL:-}"
|
||||
MEMBY_RADARR_API_KEY: "${MEMBY_RADARR_API_KEY:-}"
|
||||
MEMBY_RADARR_TTL: "${MEMBY_RADARR_TTL:-5m}"
|
||||
MEMBY_RADARR_WEBHOOK_TOKEN: "${MEMBY_RADARR_WEBHOOK_TOKEN:-}"
|
||||
MEMBY_RADARR_ALERT_WINDOW: "${MEMBY_RADARR_ALERT_WINDOW:-3h}"
|
||||
# The reachability probe behind the outage bar and its two banners. 0 turns it off.
|
||||
MEMBY_EMBY_HEALTH_INTERVAL: "${MEMBY_EMBY_HEALTH_INTERVAL:-60s}"
|
||||
# Optional overrides for the recommendation scorer. Blank keeps the built-in weights.
|
||||
MEMBY_RECOMMENDATION_WEIGHTS: "${MEMBY_RECOMMENDATION_WEIGHTS:-}"
|
||||
# Optional Tracearr public API. Memby reads recent playback analytics to rank
|
||||
# the dedicated For You area; the token never leaves this container.
|
||||
MEMBY_TRACEARR_URL: "${MEMBY_TRACEARR_URL:-}"
|
||||
|
||||
Reference in New Issue
Block a user