Server changes/Sonarr
This commit is contained in:
@@ -14,14 +14,28 @@ POSTGRES_PASSWORD=change-me
|
||||
# Host port the gateway listens on.
|
||||
MEMBY_PORT=8080
|
||||
|
||||
# INFO is recommended. DEBUG also logs successful health, status and artwork requests.
|
||||
MEMBY_LOG_LEVEL=INFO
|
||||
|
||||
# Used for "today" boundaries and human-readable Sonarr air/download times.
|
||||
MEMBY_TIMEZONE=Pacific/Auckland
|
||||
|
||||
# How long a cached home payload stays warm.
|
||||
MEMBY_HOME_TTL=60s
|
||||
|
||||
# Maximum number of distinct Memby TVs one Emby user may keep signed in.
|
||||
MEMBY_MAX_CLIENTS_PER_USER=1
|
||||
|
||||
# Admin interface at http://<host>:8080/admin/ — library imports, the maintenance
|
||||
# switch, and row analytics. Leave blank to disable /admin entirely. Generate with
|
||||
# openssl rand -hex 32
|
||||
MEMBY_ADMIN_TOKEN=
|
||||
|
||||
# Public gateway address and a dedicated token used only by the Gitea release workflow.
|
||||
# Generate the token with: openssl rand -hex 32
|
||||
MEMBY_PUBLIC_URL=https://mserver.sublogue.com
|
||||
MEMBY_RELEASE_PUBLISH_TOKEN=
|
||||
|
||||
# Library import. Hourly incremental keeps up with episodes added through the day.
|
||||
MEMBY_SYNC_INTERVAL=1h
|
||||
MEMBY_SYNC_ON_START=false
|
||||
@@ -30,3 +44,10 @@ MEMBY_SYNC_ON_START=false
|
||||
# recently active TV session, which works but stops if that user is removed.
|
||||
#MEMBY_SYNC_USER_ID=
|
||||
#MEMBY_SYNC_API_KEY=
|
||||
|
||||
# Optional Sonarr calendar integration. Use the URL reachable from this container,
|
||||
# not necessarily the address entered in a browser. The API key is in Sonarr under
|
||||
# Settings > General > Security.
|
||||
#MEMBY_SONARR_URL=http://192.168.20.2:8989
|
||||
#MEMBY_SONARR_API_KEY=
|
||||
MEMBY_SONARR_TTL=5m
|
||||
|
||||
Reference in New Issue
Block a user