Merge pull request #48 from SelfhostedPro/murmur

added murmur
This commit is contained in:
SelfhostedPro 2020-06-08 08:00:24 -07:00 committed by GitHub
commit aa79059f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 0 deletions

BIN
Images/Mumble-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -542,6 +542,61 @@
}
]
},
{
"type": 1,
"title": "Murmur",
"name": "murmur",
"description": "Mumble is a voicechat program for gamers written on top of Qt and Opus. Murmur is the server backend for Mumble.",
"logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/Mumble-logo.png",
"image": "haugene/transmission-openvpn:latest",
"categories": [
"Other",
"Voice",
"Chat"
],
"platform": "linux",
"restart_policy": "unless-stopped",
"ports": [
"64738:64738/tcp",
"64738:64738/udp"
],
"volumes": [
{
"container": "/etc/localtime",
"bind": "/etc/localtime:ro"
},
{
"container": "/opt/murmur/config",
"bind": "/portainer/Files/Config/Murmur"
},
{
"container": "/opt/murmur/data",
"bind": "/portainer/Files/Murmur/data"
},
{
"container": "/opt/murmur/log",
"bind": "/portainer/Files/Murmur/log"
}
],
"env": [
{
"name": "PUID",
"label": "PUID",
"default": "1000",
"preset": true
},
{
"name": "PGID",
"label": "PGID",
"default": "100",
"preset": true
},
{
"name": "TZ",
"label": "TZ"
}
]
},
{
"type": 1,
"title": "airsonic",