0.2.55 - Remote config/Request fixes

This commit is contained in:
ponzischeme89
2026-08-12 09:57:56 +12:00
parent 4b31946635
commit 9777eb0952
35 changed files with 1086 additions and 78 deletions
+7
View File
@@ -15,6 +15,8 @@ services:
# health checks, maintenance polling and artwork requests.
MEMBY_LOG_LEVEL: "${MEMBY_LOG_LEVEL:-INFO}"
MEMBY_LOG_BUFFER_CAPACITY: "${MEMBY_LOG_BUFFER_CAPACITY:-5000}"
# Structured history is restored into the admin log after a deployment.
MEMBY_LOG_HISTORY_PATH: "${MEMBY_LOG_HISTORY_PATH:-/data/logs/events.jsonl}"
# console is one aligned, readable line per event; logfmt and json are for tools.
MEMBY_LOG_FORMAT: "${MEMBY_LOG_FORMAT:-console}"
GOMEMLIMIT: "${MEMBY_GOMEMLIMIT:-384MiB}"
@@ -29,6 +31,9 @@ services:
MEMBY_REDIS_URL: "redis://redis:6379/0"
MEMBY_HOME_TTL: "${MEMBY_HOME_TTL:-60s}"
MEMBY_RECOMMEND_TTL: "${MEMBY_RECOMMEND_TTL:-24h}"
# Complete, schema-validated presentation document. Blank serves bundled-equivalent
# defaults; downloaded changes are activated by TVs on their next app process.
MEMBY_REMOTE_CONFIG_JSON: "${MEMBY_REMOTE_CONFIG_JSON:-}"
# Strict per-Emby-user TV allowance. Signing the same physical TV in again
# replaces its token and does not consume another slot.
# Unset disables /admin entirely — the library import, maintenance switch and
@@ -68,6 +73,7 @@ services:
mem_limit: "${MEMBY_SERVER_MEMORY_LIMIT:-512m}"
volumes:
- memby-releases:/data/releases
- memby-logs:/data/logs
depends_on:
postgres:
condition: service_healthy
@@ -110,3 +116,4 @@ services:
volumes:
memby-postgres:
memby-releases:
memby-logs: