# # APP_NAME = name of the application for use in the scripts # COMPOSE_FILE = default for no app_name in the docker compose file name, app if there is # HOST NAME = subdomain name e.g test is the name for test.website.com # DOMAIN = number of the domain from the general config, useful when using multiple domains # PUBLIC = if true, application will be setup with the reverse proxy and accessible from the internet # WHITELIST = if true only allow whitelisted ips (see general config), if false allow all # HEALTHCHECK = if true, the default docker health checks for that container will be enabled # AUTHELIA = if true, use Authelia authentication, if false turned off. # HEADSCALE = options : false, local, remote (see general config). e.g false or local,remote # PORTS = port number(s) that the application will be used (comma seperated) # CFG_NEXTCLOUD_HPB_APP_NAME=nextcloud_hpb CFG_NEXTCLOUD_HPB_BACKUP=true CFG_NEXTCLOUD_HPB_COMPOSE_FILE=default CFG_NEXTCLOUD_HPB_HOST_NAME=talk CFG_NEXTCLOUD_HPB_DOMAIN=1 CFG_NEXTCLOUD_HPB_PUBLIC=true CFG_NEXTCLOUD_HPB_WHIELIST=true CFG_NEXTCLOUD_HPB_HEALTHCHECK=true CFG_NEXTCLOUD_HPB_AUTHELIA=false CFG_NEXTCLOUD_HPB_HEADSCALE=false CFG_NEXTCLOUD_HPB_PORTS=34711,8081,6380 # Application metadata CFG_NEXTCLOUD_HPB_CATEGORY="Cloud Storage & File Sharing" CFG_NEXTCLOUD_HPB_TITLE="Nextcloud HPB" CFG_NEXTCLOUD_HPB_DESCRIPTION="High-Performance Backend" CFG_NEXTCLOUD_HPB_LONG_DESCRIPTION="Nextcloud High Performance Backend for scalable file sharing with optimized database and caching configurations" CFG_NEXTCLOUD_HPB_URL="https://github.com/nextcloud/spaces" CFG_NEXTCLOUD_HPB_ACTIONS="configure|install|restart|shutdown|uninstall"