Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binhex/arch-teamspeak
Docker build script for Arch Linux base with Teamspeak
https://github.com/binhex/arch-teamspeak
audio chat-room docker-image gaming teamspeak teamspeak-client
Last synced: 4 months ago
JSON representation
Docker build script for Arch Linux base with Teamspeak
- Host: GitHub
- URL: https://github.com/binhex/arch-teamspeak
- Owner: binhex
- License: gpl-3.0
- Created: 2014-07-24T12:02:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T11:48:02.000Z (6 months ago)
- Last Synced: 2024-07-22T14:03:44.099Z (6 months ago)
- Topics: audio, chat-room, docker-image, gaming, teamspeak, teamspeak-client
- Language: Shell
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Application**
[TeamSpeak3](http://www.teamspeak.com/)
**Description**
TeamSpeak is proprietary voice-over-Internet Protocol (VoIP) software that allows computer users to speak on a chat channel with fellow computer users, much like a telephone conference call. A TeamSpeak user will often wear a headset with an integrated microphone. Users use the TeamSpeak client software to connect to a TeamSpeak server of their choice, from there they can join chat channels and discuss things.
**Build notes**
Latest stable TeamSpeak release from Arch Linux AUR.
**Usage**
```
docker run -d \
--net="host" \
--name= \
-v :/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK= \
-e PUID= \
-e PGID= \
binhex/arch-teamspeak
```Please replace all user variables in the above command defined by <> with the correct values.
**Access application**
Connect using the TeamSpeak client on `:9987`
**Example**
```
docker run -d \
--net="host" \
--name=teamspeak \
-v /apps/docker/teamspeak:/config \
-v /etc/localtime:/etc/localtime:ro \
-e UMASK=000 \
-e PUID=0 \
-e PGID=0 \
binhex/arch-teamspeak
```**Notes**
User ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-
```
id
```To authenticate use the privileged key shown in /config/supervisord.log
___
If you appreciate my work, then please consider buying me a beer :D[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MM5E27UX6AUU4)
[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45849.0)