This commit is contained in:
2025-08-02 18:11:10 +02:00
parent a4a6f14878
commit 634e2fcd65
5 changed files with 187 additions and 3 deletions

9
data/bin/entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
SCRIPTS_DIR="/opt/sinusbot/scripts"
if [ -d "$SCRIPTS_DIR" ] && [ ! "$(ls -A $SCRIPTS_DIR)" ]; then
cp -a /opt/sinusbot/scripts.dist/* "$SCRIPTS_DIR/"
fi
exec "$@"

3
data/config.ini Normal file
View File

@@ -0,0 +1,3 @@
TS3Path = "/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/opt/sinusbot/data/"