CPN commit
This commit is contained in:
33
cpn-teamspeak-3/docker-compose.yml
Normal file
33
cpn-teamspeak-3/docker-compose.yml
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
version: "3.8"
|
||||||
|
services:
|
||||||
|
teamspeak:
|
||||||
|
image: teamspeak
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 9987:9987/udp
|
||||||
|
- 10011:10011
|
||||||
|
- 30033:30033
|
||||||
|
environment:
|
||||||
|
TS3SERVER_DB_PLUGIN: ts3db_mariadb
|
||||||
|
TS3SERVER_DB_SQLCREATEPATH: create_mariadb
|
||||||
|
TS3SERVER_DB_HOST: db
|
||||||
|
TS3SERVER_DB_USER: root
|
||||||
|
TS3SERVER_DB_PASSWORD: EDFGD654hgrggh45ERG
|
||||||
|
TS3SERVER_DB_NAME: teamspeak
|
||||||
|
TS3SERVER_DB_WAITUNTILREADY: 30
|
||||||
|
TS3SERVER_LICENSE: accept
|
||||||
|
|
||||||
|
db:
|
||||||
|
image: mariadb
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
MYSQL_ROOT_PASSWORD: EDFGD654hgrggh45ERG
|
||||||
|
MYSQL_DATABASE: teamspeak
|
||||||
|
|
||||||
|
ts3-manger:
|
||||||
|
image: "joni1802/ts3-manager"
|
||||||
|
ports:
|
||||||
|
- 4990:8080
|
||||||
|
environment:
|
||||||
|
- WHITELIST=
|
||||||
|
- JWT_SECRET=###
|
||||||
26
cpn-teamspeak-3/umbrel-app.yml
Normal file
26
cpn-teamspeak-3/umbrel-app.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
manifestVersion: 1
|
||||||
|
id: cpn-teamspeak-3
|
||||||
|
name: Teamspeak3 Server
|
||||||
|
tagline:
|
||||||
|
icon: https://theme.zdassets.com/theme_assets/9496188/a876ae79f06eee3404dcf59a7ad4dd32e8e53d8e.png
|
||||||
|
category: Communication
|
||||||
|
version: "1.0.3"
|
||||||
|
port: 4990
|
||||||
|
description: >-
|
||||||
|
Install Teamspeak3 with Webinterface on Umbrel
|
||||||
|
|
||||||
|
developer: Teamspeak
|
||||||
|
website: https://teamspeak.com
|
||||||
|
submitter: Weektab
|
||||||
|
submission: https://git.weektab.org/companas/umbrel-apps
|
||||||
|
repo: https://git.weektab.org/companas/umbrel-apps/src/branch/main/cpn-teamspeak-3
|
||||||
|
support: https://git.weektab.org/companas/umbrel-apps/issues
|
||||||
|
gallery:
|
||||||
|
- https://www.myqnap.org/wp-content/uploads/FVxrCuqWYAc6Up7.jpg
|
||||||
|
- https://camo.githubusercontent.com/3d538a7c35182500e600dff58e534bbeb16520795bb088b4c217abb3519f14e8/68747470733a2f2f692e696d6775722e636f6d2f75503358674b692e706e67
|
||||||
|
releaseNotes: >
|
||||||
|
|
||||||
|
dependencies: []
|
||||||
|
path: ""
|
||||||
|
defaultUsername: "See you in the Logs"
|
||||||
|
defaultPassword: "See you in the Logs"
|
||||||
Reference in New Issue
Block a user