# 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