Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)