# # 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_OLIVETIN_APP_NAME=olivetin CFG_OLIVETIN_BACKUP=true CFG_OLIVETIN_COMPOSE_FILE=default CFG_OLIVETIN_HOST_NAME=olivetin CFG_OLIVETIN_DOMAIN=1 CFG_OLIVETIN_PUBLIC=false CFG_OLIVETIN_WHIELIST=true CFG_OLIVETIN_HEALTHCHECK=true CFG_OLIVETIN_AUTHELIA=false CFG_OLIVETIN_HEADSCALE=false CFG_OLIVETIN_PORTS=1337 # Application metadata CFG_OLIVETIN_CATEGORY="Miscellaneous" CFG_OLIVETIN_TITLE="Olivetin" CFG_OLIVETIN_DESCRIPTION="Web Interface for Linux" CFG_OLIVETIN_LONG_DESCRIPTION="Web-based graphical user interface for Linux commands that provides a simple way to manage server operations" CFG_OLIVETIN_URL="https://github.com/OliveTin/OliveTin" CFG_OLIVETIN_ACTIONS="configure|install|restart|shutdown|uninstall" CFG_OLIVETIN_ACTIONS="configure|install|restart|shutdown|uninstall"