A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
33 lines
1.7 KiB
Plaintext
Executable File
33 lines
1.7 KiB
Plaintext
Executable File
#
|
|
# 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_MAILCOW_APP_NAME=mailcow
|
|
CFG_MAILCOW_BACKUP=true
|
|
CFG_MAILCOW_COMPOSE_FILE=app
|
|
CFG_MAILCOW_HOST_NAME=mail
|
|
CFG_MAILCOW_DOMAIN=1
|
|
CFG_MAILCOW_PUBLIC=true
|
|
CFG_MAILCOW_WHITELIST=false
|
|
CFG_MAILCOW_HEALTHCHECK=true
|
|
CFG_MAILCOW_AUTHELIA=false
|
|
CFG_MAILCOW_HEADSCALE=false
|
|
CFG_MAILCOW_PORTS=8022,4432,25,110,143,465,587,993,995,4190
|
|
CFG_MAILCOW_OPEN_PORTS=8022/tcp,4432/tcp,25/tcp,110/tcp,143/tcp,465/tcp,587/tcp,993/tcp,995/tcp,4190/tcp
|
|
# Application metadata
|
|
CFG_MAILCOW_CATEGORY="Communication & Collaboration Tools"
|
|
CFG_MAILCOW_TITLE="Mailcow"
|
|
CFG_MAILCOW_DESCRIPTION="Mail Server"
|
|
CFG_MAILCOW_LONG_DESCRIPTION="Mailcow is a comprehensive mail server suite that provides a complete email solution with webmail, antispam, and antivirus protection"
|
|
CFG_MAILCOW_URL="https://github.com/mailcow/mailcow-dockerized"
|
|
CFG_MAILCOW_ACTIONS="configure|install|restart|shutdown|uninstall"
|
|
CFG_MAILCOW_ACTIONS="configure|install|restart|shutdown|uninstall"
|