# # 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_SEAFILE_APP_NAME=seafile CFG_SEAFILE_BACKUP=true CFG_SEAFILE_COMPOSE_FILE=default CFG_SEAFILE_HOST_NAME=files CFG_SEAFILE_DOMAIN=1 CFG_SEAFILE_PUBLIC=true CFG_SEAFILE_WHIELIST=false CFG_SEAFILE_HEALTHCHECK=true CFG_SEAFILE_AUTHELIA=false CFG_SEAFILE_HEADSCALE=false CFG_SEAFILE_PORTS=9844,11212 # Application metadata CFG_SEAFILE_CATEGORY="Cloud Storage & File Sharing" CFG_SEAFILE_TITLE="Seafile" CFG_SEAFILE_DESCRIPTION="File Syncing and Sharing" CFG_SEAFILE_LONG_DESCRIPTION="Open source file hosting and sharing solution with high performance and reliability for teams and individuals" CFG_SEAFILE_URL="https://github.com/haiwen/seafile" CFG_SEAFILE_ACTIONS="configure|install|restart|shutdown|uninstall"