diff options
| author | Vdauphin <[email protected]> | 2023-01-26 05:28:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-25 20:28:42 -0800 |
| commit | 766f85e861ec46b48dcbe4d121b9b19d9cd998db (patch) | |
| tree | 73deae2563299be98b11241d4527eede180cd4d5 /public/v4/apps/mumble.yml | |
| parent | 5aa4a7f5eb95006e74774222f38284c366f1711d (diff) | |
| download | caprover-one-click-apps-766f85e861ec46b48dcbe4d121b9b19d9cd998db.tar.gz caprover-one-click-apps-766f85e861ec46b48dcbe4d121b9b19d9cd998db.zip | |
Add Mumble (#845)
* Add Mumble
* remove latest tag
* Rename to .yml
* Add Logo
* Fix formatting
* Updated the files
Co-authored-by: Kasra Bigdeli <[email protected]>
Diffstat (limited to 'public/v4/apps/mumble.yml')
| -rw-r--r-- | public/v4/apps/mumble.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/public/v4/apps/mumble.yml b/public/v4/apps/mumble.yml new file mode 100644 index 0000000..2a003fe --- /dev/null +++ b/public/v4/apps/mumble.yml @@ -0,0 +1,33 @@ +captainVersion: 4 +services: + $$cap_appname: + image: mumblevoip/mumble-server:$$cap_version + container_name: mumble-server + hostname: mumble-server + restart: on-failure + volumes: + - $$cap_appname-data:/data/ + ports: + - $$cap_port:64738 + caproverExtra: + notExposeAsWebApp: 'true' +caproverOneClickApp: + variables: + - label: Mumble Version + description: Check out their Docker page for the valid tags https://hub.docker.com/r/mumblevoip/mumble-server/tags + defaultValue: v1.4.230 + validRegex: '/.{1,}/' + id: $$cap_version + - label: Voice Port (UDP) + description: Port for voice + defaultValue: '64738' + id: $$cap_port + instructions: + start: |- + Mumble is a free, open source, low latency, high quality voice chat application. The official Mumble server Docker image. + end: |- + Please write down the SuperUser user password found in the logs. These are needed to administrate the Mumble server. + displayName: Mumble server + isOfficial: true ## Only if all images used here are official or from a trusted source. + description: Mumble is an open-source, low-latency, high quality voice chat software. + documentation: This docker-compose is taken from https://github.com/mumble-voip/mumble-docker |
