modified files

Este commit está contenido en:
Your Name
2020-08-02 23:08:26 +00:00
padre abd18a4a22
commit 5a526d0f89
Se han modificado 66 ficheros con 277 adiciones y 4090 borrados

Ver fichero

@@ -13,7 +13,8 @@
; Path to database. If blank, will search for
; murmur.sqlite in default locations or create it if not found.
database=/var/lib/mumble-server/mumble-server.sqlite
;database=/var/lib/mumble-server/mumble-server.sqlite
database=/var/lib/murmur/murmur.sqlite
; Murmur defaults to using SQLite with its default rollback journal.
; In some situations, using SQLite's write-ahead log (WAL) can be
@@ -77,7 +78,7 @@ database=/var/lib/mumble-server/mumble-server.sqlite
; access will be denied.
;icesecretread=
icesecretwrite=
;icesecretwrite=
; If you want to expose Murmur's experimental gRPC API, you
; need to specify an address to bind on.
@@ -97,6 +98,7 @@ icesecretwrite=
;autobanAttempts = 10
;autobanTimeframe = 120
;autobanTime = 300
autobanSuccessfulConnections=false
; Specifies the file Murmur should log to. By default, Murmur
; logs to the file 'murmur.log'. If you leave this field blank
@@ -202,16 +204,17 @@ logdays=0
; Only uncomment the 'registerName' parameter if you wish to give your "Root" channel a custom name.
;
registerName=HatThieves
;registerPassword=secret
registerUrl=https://www.hatthieves.es
;registerHostname=
registerPassword=h4tth13v3s.
registerUrl=https://mumble.hatthieves.es
registerHostname=mumble.hatthieves.es
registerLocation=ES
; If this option is enabled, the server will announce its presence via the
; bonjour service discovery protocol. To change the name announced by bonjour
; adjust the registerName variable.
; See http://developer.apple.com/networking/bonjour/index.html for more information
; about bonjour.
bonjour=True
bonjour=false
; If you have a proper SSL certificate, you can provide the filenames here.
; Otherwise, Murmur will create its own certificate automatically.
@@ -270,6 +273,12 @@ sendversion=False
; overrides the automatic benchmark and forces a specific number of iterations.
; (Note that you should only change this value if you know what you are doing)
;kdfIterations=-1
suggestVersion=1.3.0
suggestPositional=false
suggestPushToTalk=true
loggroupchanges=true
logaclchanges=true
; You can configure any of the configuration options for Ice here. We recommend
; leave the defaults as they are.

Ver fichero

@@ -2,18 +2,21 @@ version: '2'
services:
mumble:
build: ./data
# build: ./data
build: ./mumble.git
hostname: mumble
container_name: mumble
restart: always
entrypoint:
- murmurd
- -fg
# entrypoint:
# - murmurd
# - -fg
volumes:
- ./data/mumble-server.ini:/etc/mumble-server.ini:ro
- ./data/mumble-server.ini:/etc/murmur/murmur.ini:ro
# - ./data/mumble-server.ini:/etc/mumble-server.ini:ro
- /opt/docker/secure/privkey.pem:/etc/mumble-ssl/privkey.pem:ro
- /opt/docker/secure/fullchain.pem:/etc/mumble-ssl/fullchain.pem:ro
- ./data/lib:/var/lib/mumble-server
# - ./data/lib:/var/lib/mumble-server
- ./data/lib/mumble-server.sqlite:/var/lib/murmur/murmur.sqlite
network_mode: host
# ports:
# - 64738:64738