No description
  • Dockerfile 72.2%
  • Shell 27.8%
Find a file
Glowman554 af6752067d
Some checks failed
Build on master branch and push / build (push) Failing after 2m46s
small fix
2025-11-03 20:58:52 +01:00
.github/workflows fix workflows. 2024-11-24 18:42:45 -03:00
.vscode remove travis and update readme for news features 2023-09-12 20:45:00 -03:00
.dockerignore Add files 2017-07-28 10:53:28 +02:00
.gitignore Update gitignore 2018-01-24 18:20:10 +01:00
docker-compose.yml Fix for cliente ts3 3.5.3 2024-11-24 20:08:13 -03:00
Dockerfile small fix 2025-11-03 20:58:52 +01:00
entrypoint.sh Adicionado o reset password na variavel de ambiente 2024-11-24 21:24:29 -03:00
LICENSE Initial commit 2017-07-28 10:47:59 +02:00
README.md small fix 2025-11-03 20:58:52 +01:00

weltongbi/siniusbot

Ci

This container provides a sinusbot instance and updated youtube-dl for yt-dlp.

Table of Contents

Version

  • Sinusbot: lastet
  • TeamSpeak: 3.5.3
  • yt-dlp: lastet (is ok!)

Download / Update

docker push glowman554/sinusbot:lastet

Usage

$ docker run -d -v /home/sinusbot/data:/sinusbot/data -p 8087:8087 --name sinusbot glowman554/siniusbot:lastet
  • /home/sinusbot/data is the directory on your local machine where your bot files will be stored
  • /sinusbot/data is the directory on the docker machine.

Note: Don't change /sinusbot/data on your docker machine. The source code is based on this directory.

Logging

$ docker logs -f <name of container e.g. sinusbot>

Use it to get the password for the web interface and to see the logs.

Permissions

The default UID and GID of the user in the container is 3000.

Acknowledgments

License

This project is licensed under the MIT License - see the LICENSE file for details.