Configuration / Environment Variables#

Podhound is configured entirely via environment variables.

VariableDescriptionDefault Value
PORTHTTP port the server listens on8080
DATABASE_PATHPath to the SQLite database filedata/podhound.db (or /app/data/podhound.db in Docker)
AUTO_REGISTERAutomatically register new users upon first login (true or false)false (true in Docker)
LOG_LEVELMinimum log level (debug, info, warn, error, silent)info (silent in test)
DEFAULT_USER_SETTINGSGlobal fallback defaults for user settings in JSON format (e.g. '{"action_map_delete":"replace_play"}')"{}"

For detailed information on available user settings, action mapping policies, and AntennaPod sync, see the User Settings Documentation.

Created with โค๏ธ by Svyatoslav Kubakh
Podhound ยฉ 2026