Browse Source

Fixed and added Mumble

pull/4/head
Tai 5 years ago
parent
commit
07b1c0e799
  1. 1
      README.md
  2. 2
      mumble/README.md

1
README.md

@ -29,6 +29,7 @@ After you finish the A-Z guide. You can then follow application specific guides
#### StarWhiz's App Specific Guides #### StarWhiz's App Specific Guides
* [Heimdall](https://github.com/StarWhiz/docker_deployment_notes/tree/master/heimdall) - Another Homepage Dashboard * [Heimdall](https://github.com/StarWhiz/docker_deployment_notes/tree/master/heimdall) - Another Homepage Dashboard
* [FreePBX+Asterisk](https://github.com/StarWhiz/docker_deployment_notes/tree/master/freepbx-asterisk) - VOIP & telephony server * [FreePBX+Asterisk](https://github.com/StarWhiz/docker_deployment_notes/tree/master/freepbx-asterisk) - VOIP & telephony server
* [Mumble](https://github.com/StarWhiz/docker_deployment_notes/tree/master/mumble) - Voice Chat Before Discord Days
* [PureFTPd](https://github.com/StarWhiz/docker_deployment_notes/tree/master/pureftpd) - FTP server * [PureFTPd](https://github.com/StarWhiz/docker_deployment_notes/tree/master/pureftpd) - FTP server
* [qBit+windscribe](https://github.com/StarWhiz/docker_deployment_notes/tree/master/qbit-windscribe) - Torrent Client w/ Windscribe VPN * [qBit+windscribe](https://github.com/StarWhiz/docker_deployment_notes/tree/master/qbit-windscribe) - Torrent Client w/ Windscribe VPN
* [Rocket.chat](https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat) - Discord / Slack Clone * [Rocket.chat](https://github.com/StarWhiz/docker_deployment_notes/tree/master/rocketchat) - Discord / Slack Clone

2
mumble/README.md

@ -1,4 +1,5 @@
/home/ /home/
```
└── ~/ └── ~/
└── docker/ └── docker/
└── mumble/ └── mumble/
@ -6,6 +7,7 @@
├── docker-compose.yml ├── docker-compose.yml
└── mumble-data └── mumble-data
└── config.ini └── config.ini
```
You will need 3 files minimum to start the mumble server. You will need 3 files minimum to start the mumble server.

Loading…
Cancel
Save