Skip to content
Phoenix Paulina Schmid edited this page Jul 8, 2025 · 7 revisions

Autocaliweb supports the following environment variables:

# Setting the timezone
TZ=

# Process user and group ids
PUID=
PGID=

# Declaration of optional docker mods
DOCKER_MODS=

# For verification of your Autocaliweb instance against the Google Search Console
GOOGLE_SITE_VERIFICATION=

# For configuration of Autocaliweb behind a reverse proxy under a path
PROXY_SCRIPT_NAME=
PROXY_SCHEME=
PROXY_FORWARDED_HOST=
PROXY_PORT=

# Set the mode of the deployment (default production)
APP_MODE=

# Activate the debug mode of Flask (default: disabled)
FLASK_DEBUG=

# Set the Cookie Prefix
COOKIE_PREFIX=

# Use a specific cache directory (Default: cps/cache)
CACHE_DIR=
Clone this wiki locally