This project automates the process for creating TeamSpeak Channels if needed. It provides a simple user interface to manage the channel manager.
By default this project can be accessed by everybody. This is OK if you have it only running locally but if you deploy it on a server which is accessible from the web you have to make sure that this project is protected (e.g. with Basic Auth)!
You can simply pull the provided docker image.
svenc56/teamspeak-channelcreator
Please add the following environment variables depending on your setup:
1.) Install dependencies:
$ yarn install
2.) Configure Environment Variables
Edit the .env.*.example
file with your data.
This application has a full API description available under: /api/swagger
$ yarn start:dev
- SvenC56 - SvenC56
This project is licensed under the MIT License - see the LICENSE file for details