This commit is contained in:
2025-07-01 09:06:03 -07:00
parent 6d739da412
commit a2efe4909a
6 changed files with 6 additions and 6 deletions

2
debian/Dockerfile vendored
View File

@@ -2,7 +2,7 @@ FROM fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
# URL's for files
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/debian/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/debian/files/Install_Script.sh
# Install dependencies and folder creation
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \

View File

@@ -9,7 +9,7 @@ TS_VERSION=$(curl -s "https://www.teamspeak.com/versions/server.json" | jq --raw
CHANGELOG=/ts3server/CHANGELOG_$TS_VERSION
echo "Latest server version from Teamspeak:$TS_VERSION."
TS_FILES=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/files
TS_FILES=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/files
TS_SERVER=https://files.teamspeak-services.com/releases/server/$TS_VERSION/teamspeak3-server_linux_amd64-$TS_VERSION.tar.bz2
# Main install (debian).