Go to file
2022-11-23 17:36:08 +01:00
rootfs use lego names for certificates 2022-10-27 15:03:33 +02:00
.gitignore initial commit 2016-06-30 13:53:52 +02:00
.woodpecker.yml Add '.woodpecker.yml' 2022-11-11 07:51:57 +00:00
Dockerfile use alpine 3.17 2022-11-23 17:36:08 +01:00
README.md clean up volumes 2019-10-08 13:39:50 +02:00

Murmur server for Mumble with a postgre backend.

Volumes

  • /etc/ssl/murmur:ro: certificates have to be here

Environment Variables

WELCOME_TEXT

Welcome message sent to clients when they connect.

SERVER_PASSWORD

Password to join server.

ADMIN_PASSWORD

Password of the SuperUser.

MAX_BANDWIDTH

  • default: 72000

Maximum bandwidth (in bits per second) clients are allowed to send speech at.

MAX_USERS

  • default: 20

Maximum number of concurrent clients allowed.

CERT_DOMAIN

Name of the certificate domain.

ROOT_NAME

  • default: Root

Name of the root channel.

DB_HOST

Database host.

DB_NAME

  • default: moodle

Database name.

DB_USER

  • default: moodle

Database user.

DB_PASSWORD

Password for the database user.

DB_PORT

  • default: 5432

Database port.

Ports

  • 64738

Capabilities

  • CHOWN
  • DAC_OVERRIDE
  • FOWNER
  • NET_BIND_SERVICE
  • SETGID
  • SETUID