# # 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_FIREFLY_APP_NAME=firefly CFG_FIREFLY_BACKUP=true CFG_FIREFLY_COMPOSE_FILE=default CFG_FIREFLY_HOST_NAME=budget CFG_FIREFLY_DOMAIN=1 CFG_FIREFLY_PUBLIC=true CFG_FIREFLY_WHITELIST=false CFG_FIREFLY_HEALTHCHECK=true CFG_FIREFLY_AUTHELIA=false CFG_FIREFLY_HEADSCALE=false CFG_FIREFLY_PORTS=5006 # Application metadata CFG_FIREFLY_CATEGORY="Productivity" CFG_FIREFLY_TITLE="Firefly III" CFG_FIREFLY_DESCRIPTION="Personal Finance Manager" CFG_FIREFLY_LONG_DESCRIPTION="Firefly III is a self-hosted financial manager for personal finance management that helps you track expenses and manage your budget" CFG_FIREFLY_URL="https://github.com/firefly-iii/firefly-iii" CFG_FIREFLY_ACTIONS="configure|install|restart|shutdown|uninstall"