librelad 875a60f90f LibrePortal v0.1.0 — initial release
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>
2026-05-21 20:37:54 +01:00

32 lines
1.5 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_DOLIBARR_APP_NAME=dolibarr
CFG_DOLIBARR_BACKUP=true
CFG_DOLIBARR_COMPOSE_FILE=default
CFG_DOLIBARR_HOST_NAME=crm
CFG_DOLIBARR_DOMAIN=1
CFG_DOLIBARR_PUBLIC=true
CFG_DOLIBARR_WHIELIST=true
CFG_DOLIBARR_HEALTHCHECK=true
CFG_DOLIBARR_AUTHELIA=false
CFG_DOLIBARR_HEADSCALE=false
CFG_DOLIBARR_PORTS=3422
# Application metadata
CFG_DOLIBARR_CATEGORY="Productivity"
CFG_DOLIBARR_TITLE="Dolibarr"
CFG_DOLIBARR_DESCRIPTION="ERP and CRM"
CFG_DOLIBARR_LONG_DESCRIPTION="Dolibarr ERP CRM is a modern software package to manage your company's activity, from contacts to invoices, projects, and inventory"
CFG_DOLIBARR_URL="https://github.com/Dolibarr/dolibarr"
CFG_DOLIBARR_ACTIONS="configure|install|restart|shutdown|uninstall"