Skip to content

config

Display the current configuration from .env.

Usage

sh
mithrandir config

Description

Prints a formatted view of all settings from the .env file, grouped by category:

  • Core settingsBASE_DIR, PUID, PGID, TZ
  • Backup settingsBACKUP_DIR, LOCAL_RETENTION, REMOTE_RETENTION, RCLONE_REMOTES
  • App-specific secrets — tokens and keys (values are masked)

Environment Variables

Backup

VariableDefaultDescription
BACKUP_DIR/backupsLocal backup directory
LOCAL_RETENTION5Number of local backups to keep
REMOTE_RETENTION10Number of remote backups to keep
RCLONE_REMOTESgdriveComma-separated list of rclone remote names
APPSautoComma-separated app list, or auto for all installed
BACKUP_PASSWORD(none)Optional encryption password — encrypts backups with AES-256-CBC

Notes

  • Does not require root privileges
  • Secret values (tokens, passwords) are masked in the output