mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-25 16:42:16 +03:00
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.
22 lines
726 B
Plaintext
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
|