PortivoDocs · v2.0.0Complete handbookportivo.orgGitHub
Reference

Environment variables

Environment defaults shipped in .env.example.

v2.0.0Source-backed
The values below are source defaults/examples, not universal production recommendations. In particular, change APP_SECRET_KEY and review the network exposure settings.
VariableDefault/exampleAreaNotes
APP_NAMEPortivo Control CenterRuntimeRuntime configuration value.
APP_VERSION2.0.0RuntimeRuntime configuration value.
APP_HOST0.0.0.0NetworkRuntime configuration value.
APP_PORT8766NetworkRuntime configuration value.
APP_SECRET_KEYCHANGE_THIS_TO_A_LONG_RANDOM_VALUESecret / changeRuntime configuration value.
APP_ADMIN_USERNAMEadminRuntimeRuntime configuration value.
PUBLIC_URL_SCHEMEhttpNetworkAPP_ADMIN_PASSWORD is optional and intended only for unattended first boot. Native setup scripts prompt securely and do not retain the clear-text password. Set PUBLIC_URL_SCHEME=https only when users reach Portivo through a trusted TLS reverse proxy. Legacy COOKIE_SECURE values remain supported only when PUBLIC_URL_SCHEME is absent.
TRUST_PROXY_HEADERSfalseNetworkRuntime configuration value.
TRUSTED_PROXY_IPS127.0.0.1,::1NetworkRuntime configuration value.
LOGIN_RATE_LIMIT_ENABLEDtrueRuntimeRuntime configuration value.
LOGIN_RATE_LIMIT_WINDOW_SECONDS300RuntimeRuntime configuration value.
LOGIN_RATE_LIMIT_MAX_DELAY_SECONDS30RuntimeRuntime configuration value.
SSH_CONNECT_TIMEOUT12RuntimeRuntime configuration value.
AUTH_CONNECT_TIMEOUT2.5RuntimeRuntime configuration value.
AUTH_GLOBAL_TIMEOUT_SECONDS5RuntimeRuntime configuration value.
AUTH_MAX_SOURCES5RuntimeRuntime configuration value.
SSH_COMMAND_TIMEOUT30RuntimeRuntime configuration value.
SSH_CONNECT_RETRIES3RuntimeRuntime configuration value.
SSH_RETRY_BACKOFF_SECONDS0.75RuntimeRuntime configuration value.
SSH_OPERATION_LOCK_TIMEOUT180RuntimeRuntime configuration value.
SSH_POST_SAVE_PROMPT_TIMEOUT20RuntimeRuntime configuration value.
SSH_POST_SAVE_COOLDOWN_SECONDS2RuntimeRuntime configuration value.
SSH_POST_SAVE_FALLBACK_COOLDOWN_SECONDS5RuntimeRuntime configuration value.
SSH_RECENT_AUTH_SUCCESS_WINDOW_SECONDS60RuntimeRuntime configuration value.
SSH_RECENT_AUTH_RETRY_DELAY_SECONDS2RuntimeRuntime configuration value.
SSH_TERMINAL_IDLE_MINUTES15RuntimeRuntime configuration value.
MAX_PARALLEL_SWITCHES6RuntimeRuntime configuration value.
FINDER_MAX_PARALLEL_SWITCHES12RuntimeRuntime configuration value.
HEALTH_MONITOR_ENABLEDtrueRuntimeRuntime configuration value.
HEALTH_POLL_INTERVAL_SECONDS30RuntimeRuntime configuration value.
HEALTH_CONNECT_TIMEOUT2RuntimeRuntime configuration value.
HEALTH_MAX_PARALLEL_SWITCHES32RuntimeRuntime configuration value.
HEALTH_FIRST_FAILURE_RETRY_SECONDS5RuntimeRuntime configuration value.
HEALTH_OFFLINE_POLL_INTERVAL_SECONDS60RuntimeRuntime configuration value.
HEALTH_LONG_OFFLINE_AFTER_SECONDS900RuntimeRuntime configuration value.
HEALTH_LONG_OFFLINE_POLL_INTERVAL_SECONDS120RuntimeRuntime configuration value.
DATABASE_PATH./data/portivo.dbRuntimeRuntime configuration value.
COMMAND_PROFILES_PATH./data/command_profiles.jsonRuntimeRuntime configuration value.
ACTION_CATALOG_PATH./data/action_catalog.jsonRuntimeRuntime configuration value.