# # 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_SSHDOWNLOAD_APP_NAME=sshdownload CFG_SSHDOWNLOAD_BACKUP=false CFG_SSHDOWNLOAD_COMPOSE_FILE=default CFG_SSHDOWNLOAD_HOST_NAME=sshdownload CFG_SSHDOWNLOAD_DOMAIN=1 CFG_SSHDOWNLOAD_PUBLIC=false CFG_SSHDOWNLOAD_WHITELIST=false CFG_SSHDOWNLOAD_HEALTHCHECK=true CFG_SSHDOWNLOAD_AUTHELIA=false CFG_SSHDOWNLOAD_LOGIN_REQUIRED=true CFG_SSHDOWNLOAD_HEADSCALE=false CFG_SSHDOWNLOAD_PORTS=3131 # Application metadata CFG_SSHDOWNLOAD_CATEGORY="Miscellaneous" CFG_SSHDOWNLOAD_TITLE="SSH Download" CFG_SSHDOWNLOAD_DESCRIPTION="Web Server for Local SSH Files" CFG_SSHDOWNLOAD_LONG_DESCRIPTION="SSH Download is a secure file transfer service that allows downloading files via SSH with web interface access" CFG_SSHDOWNLOAD_URL="https://github.com/sciactive/sshdownload" CFG_SSHDOWNLOAD_ACTIONS="configure|install|restart|shutdown|uninstall"