Files
Numbus/numbus-server.conf
T
2026-03-18 13:26:13 +01:00

119 lines
2.9 KiB
Plaintext

## 📦 Live target settings
# See docs/numbus-server/configuration/live_target.md
export LIVE_TARGET_IP="192.168.1.10"
export LIVE_TARGET_PASSWD="example"
## ⚙️ Server settings
# See docs/numbus-server/configuration/server.md
export SERVER_LANGUAGE="FR"
export SERVER_LOCALE="fr_FR"
export SERVER_TIMEZONE="Europe/Paris"
export SERVER_OWNER_NAME="yourName"
export SERVER_USER_EMAIL="user@your-domain.com"
export SERVER_ADMIN_EMAIL="admin@your-domain.com"
export SERVER_AUTHORIZED_SSH_PUBKEYS=( "ssh-ed25519 AAAAoefzefpoipoeCEZJCPEACPAcjapjcpajepcjAPJECJPEJAPJAZ yours@yourdomain.com" )
## 📬 Mail settings
# See docs/numbus-server/configuration/mail.md
export SMTP_SERVER_USERNAME="your-address@your-domain.com"
export SMTP_SERVER_PASSWORD="emrp raps vzoi vnoe"
export SMTP_SERVER_HOST="smtp.yourdomain.com"
export SMTP_SERVER_PORT="587"
## 🚦 Traefik settings
# See docs/numbus-server/configuration/services/traefik.md
export CLOUDFLARE_DNS_API_TOKEN="yourToken"
## 🛜 Network settings
# See docs/numbus-server/configuration/network.md
export NETWORK_SUBNET="192.168.1.0/24"
export NETWORK_ROUTER_IP="192.168.1.1"
export HOME_SERVER_IP="192.168.1.5"
## 🛠️ Services settings
# See docs/numbus-server/configuration/services/index.md
export DOMAIN_NAME="yourdomain.com"
## DNS service
export SELECTED_DNS_SERVICE=(
"pi-hole"
"adguard"
)
## Web applications
export SELECTED_WEB_APPLICATIONS=(
"crafty"
"frigate"
"gitea"
"home-assistant"
"homepage"
"immich"
"it-tools"
"jellyfin"
"n8n"
"netbootxyz"
"nextcloud"
"ntfy"
"odoo"
"passbolt"
"uptime-kuma"
"vscodium"
)
## System services
export SELECTED_SYSTEM_SERVICES=(
"clamav"
"virtualization"
)
## DNS service subdomain
# See docs/numbus-server/configuration/services/index.md
export SELECTED_DNS_SERVICE_SUBDOMAIN=(
"my-pi-hole-subdomain" # or "my-adguard-subdomain"
)
## Web applications subdomain
# ⚠️ The order must strictly match the SELECTED_WEB_APPLICATIONS array above.
export SELECTED_WEB_APPLICATIONS_SUBDOMAIN=(
"my-crafty-subdomain"
"my-frigate-subdomain"
"my-gitea-subdomain"
"my-home-assistant-subdomain" # Example : your Home-assistant URL will be ; https://my-home-assistant-subdomain.yourdomain.com/
"my-homepage-subdomain"
"my-immich-subdomain"
"my-it-tools-subdomain"
"my-jellyfin-subdomain" # Example : your Jellyfin URL will be ; https://my-jellyfin-subdomain.yourdomain.com/
"my-n8n-subdomain"
"my-netbootxyz-subdomain"
"my-nextcloud-subdomain"
"my-ntfy-subdomain"
"my-odoo-subdomain"
"my-passbolt-subdomain"
"my-uptime-kuma-subdomain"
"my-vscodium-subdomain"
)
## ⛏️ Crafty settings
# See docs/numbus-server/configuration/services/crafty.md
export DYNMAP_ENABLED="false"
export WANTED_NUMBER_OF_JAVA_MINECRAFT_SERVERS="1"
export WANTED_NUMBER_OF_BEDROCK_MINECRAFT_SERVERS="0"
## 📜 Script settings
# See docs/numbus-server/configuration/script.md
export VERBOSE="true"