# ================================================================================ # Installation Setup - Local or Git Repository configuration and version control # ================================================================================ CFG_INSTALL_MODE=release # Installation Mode - How LibrePortal is fetched + updated [release:Release tarball (recommended)|git:Git clone (dev)|local:Local folder (dev)] CFG_RELEASE_BASE_URL=https://get.libreportal.org # Release Host - Base URL serving the release channels (override for self-hosting) **ADVANCED** CFG_RELEASE_CHANNEL=stable # Release Channel - Which channel to install/update from [stable:Stable|edge:Edge] CFG_GIT_URL=changeme # Git Repository URL - Git repository URL for LibrePortal configuration CFG_GIT_USER=changeme # Git Username - Git username for repository authentication CFG_GIT_KEY=changeme # Git Access Key - SSH key or API key for Git repository access CFG_GIT_UPDATES=true # Auto Check Updates - Check for updates automatically CFG_GIT_AUTO_UPDATES=true # Auto Apply Updates - Automatically apply updates when available