A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
10 lines
949 B
Plaintext
Executable File
10 lines
949 B
Plaintext
Executable File
# ================================================================================
|
|
# Terminal - System utilities and advanced settings **ADVANCED**
|
|
# ================================================================================
|
|
CFG_UPDATER_CHECK=60 # Update Check Interval - Hours between system update checks
|
|
CFG_SWAPFILE_SIZE=2G # Swap File Size - Size of swap file for memory management
|
|
CFG_GENERATED_PASS_LENGTH=14 # Password Length - Length for auto generated passwords
|
|
CFG_GENERATED_USER_LENGTH=8 # Username Length - Length for auto generated usernames
|
|
CFG_UFW_LOGGING=off # Firewall Logging - UFW firewall logging level [off|low|medium|high|full]
|
|
CFG_TEXT_EDITOR=nano # Text Editor - Default text editor for system operations [nano|vim]
|