Files
OmniRoute/contrib/vps/.env.example
freudantunes 154c2945d1 feat(docker): add hardened Linux VPS deployment (#10623)
Validado no worktree combinado: typecheck:core, changelog-integrity, complexity, cognitive-complexity, file-size, lint e teste focado (vps-compose) todos verdes. Bundle Docker aditivo, seguro-por-padrão (loopback, secrets obrigatórios, imagem pinada), bem documentado. CI vermelho é o base-red já rastreado em #9985.
2026-08-21 08:50:36 -03:00

22 lines
726 B
Plaintext

# Build this local image from the exact release checkout as documented below,
# or replace it with an immutable published image digest.
OMNIROUTE_IMAGE=omniroute:3.8.50-vps
# The dashboard is loopback-only by default. Keep this value unless a trusted
# reverse proxy or private overlay network is configured on the same host.
OMNIROUTE_BIND_HOST=127.0.0.1
OMNIROUTE_PORT=20128
# Generate unique values before the first start. Do not commit the resulting .env.
JWT_SECRET=
API_KEY_SECRET=
OMNIROUTE_WS_BRIDGE_SECRET=
INITIAL_PASSWORD=
REQUIRE_API_KEY=true
# Conservative defaults for a small VPS. Adjust after observing real usage.
OMNIROUTE_MEMORY_LIMIT=1536m
OMNIROUTE_CPUS=1.0
OMNIROUTE_PIDS_LIMIT=256
APP_LOG_LEVEL=info