Files
mumble/.env.sample
Amras cab64b3a26 [doc] describe host-port in .env
Added a short summary in .env.sample,
 copied and shortened from the README.

Reasoning being, operator looking at the config
 might not have the current README open,
 and this setting isn't intuitive from the name.
2026-05-01 10:59:18 +00:00

75 lines
1.9 KiB
Plaintext

TYPE=mumble
ENABLE_BACKUPS=true
DOMAIN=mumble.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.mumble.example.com`'
LETS_ENCRYPT_ENV=production
ENV=production
# This is here so later lines can extend it; you likely don't wanna edit
COMPOSE_FILE="compose.yml"
## Web client
#COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"
## Server Password
# remember to set the server-pw secret:
# abra app secret insert <domain> server-pw v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.serverpassword.yml"
#SECRET_SERVER_PASSWORD_VERSION=v1
## SuperUser Password
SECRET_SUPERUSER_PASSWORD_VERSION=v1
## Host-port Mode
# If enabled, the app container will bind directly to the host's port 64738,
# bypassing traefik's entrypoint.
# This is not recommended for multinode setups.
#COMPOSE_FILE="$COMPOSE_FILE:compose.host-ports.yml"
#################
# MUMBLE CONFIG #
#################
# Documentation for the following options can be found here:
# https://github.com/mumble-voip/mumble/blob/v1.6.870/auxiliary_files/mumble-server.ini
#WELCOME_TEXT="<br />Welcome to this server running <b>Mumble</b>.<br />Enjoy your stay!<br />"
#BANDWIDTH=558000
#TIMEOUT=30
#USERS=100
#USERS_PER_CHANNEL=0
#MESSAGE_BURST=5
#MESSAGE_LIMIT=1
#PLUGIN_MESSAGE_LIMIT=1
#PLUGIN_MESSAGE_BURST=5
#ALLOW_PING=true
#OPUS_THRESHOLD=0
#CHANNEL_NESTING_LIMIT=10
#CHANNEL_COUNT_LIMIT=1000
#CHANNEL_NAME=[ \\-=\\w#\\[\\]\\{\\}\\(\\)\\@\\|]+
#USERNAME=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+
#DEFAULT_CHANNEL=0
#REMEMBER_CHANNEL=true
#REMEMBER_CHANNEL_DURATION=0
#TEXT_MESSAGE_LENGTH=5000
#IMAGE_MESSAGE_LENGTH=1048576
#ALLOW_HTML=true
#BONJOUR=true
#OBFUSCATE=false
#CERT_REQUIRED=false
#SEND_VERSION=true
#SUGGEST_VERSION=
#SUGGEST_POSITIONAL=
#SUGGEST_PUSH_TO_TALK=
#KDF_ITERATIONS=-1
#AUTO_BAN_ATTEMPTS=10
#AUTO_BAN_TIMEFRAME=120
#AUTO_BAN_TIME=300
#AUTO_BAN_SUCCESSFUL_CONNECTIONS=true
#ALLOW_RECORDING=true
#ROLLING_STATS_WINDOW=300
#LISTENERS_PER_CHANNEL=5
#LISTENERS_PER_USER=2