No description
- Dockerfile 72.2%
- Shell 27.8%
|
Some checks failed
Build on master branch and push / build (push) Failing after 2m46s
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| .dockerignore | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| LICENSE | ||
| README.md | ||
weltongbi/siniusbot
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/datais the directory on your local machine where your bot files will be stored/sinusbot/datais the directory on the docker machine.
Note: Don't change
/sinusbot/dataon 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
- SinusBot by Michael Friese.
- Welton.dev by Welton Castro (Updated and maintained).
License
This project is licensed under the MIT License - see the LICENSE file for details.