From a2efe4909ade8254c73430c014e81da54ed3e035 Mon Sep 17 00:00:00 2001 From: fithwum Date: Tue, 1 Jul 2025 09:06:03 -0700 Subject: [PATCH] test --- alpine/Dockerfile | 2 +- alpine/files/Install_Script.sh | 2 +- basic/Dockerfile | 2 +- basic/files/Install_Script.sh | 2 +- debian/Dockerfile | 2 +- debian/files/Install_Script.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index fd5792e..51d4c39 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer "fithwum" # URL's for files -ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/teamspeak-server/-/raw/main/alpine/files/Install_Script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/alpine/files/Install_Script.sh # Install dependencies and folder creation RUN apk update && apk add --no-cache wget nano ca-certificates libstdc++ su-exec bash-completion tar curl jq \ diff --git a/alpine/files/Install_Script.sh b/alpine/files/Install_Script.sh index 585878c..8002a7b 100644 --- a/alpine/files/Install_Script.sh +++ b/alpine/files/Install_Script.sh @@ -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 (alpine). diff --git a/basic/Dockerfile b/basic/Dockerfile index 67b5117..30b4d54 100644 --- a/basic/Dockerfile +++ b/basic/Dockerfile @@ -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/basic/files/Install_Script.sh +ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/teamspeak-server/raw/branch/main/basic/files/Install_Script.sh # Install dependencies and folder creation RUN apt-get -y update && apt-get autoclean && apt-get autoremove \ diff --git a/basic/files/Install_Script.sh b/basic/files/Install_Script.sh index b2dad96..9e34e0f 100644 --- a/basic/files/Install_Script.sh +++ b/basic/files/Install_Script.sh @@ -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 (alpine). diff --git a/debian/Dockerfile b/debian/Dockerfile index f550df6..451b8e4 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -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 \ diff --git a/debian/files/Install_Script.sh b/debian/files/Install_Script.sh index 8c94e00..ab32d66 100644 --- a/debian/files/Install_Script.sh +++ b/debian/files/Install_Script.sh @@ -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).