This commit is contained in:
2023-11-06 16:38:10 -08:00
parent 921f60978b
commit 81cc650816
22 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.18.1/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.18.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.18.2/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.18.2/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.18/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.18/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -15,9 +15,9 @@ FABRIC_VERSION=0.14.24
INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
MC_RUN_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.1/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.2/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19.2/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.3/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19.3/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.4/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19.4/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.19/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.20.1/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.20.1/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.20.2/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.20.2/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.

View File

@@ -5,7 +5,7 @@ ENV ACCEPT_EULA="false"
ENV GAME_PORT="25565"
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.20/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-1.20/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \

View File

@@ -17,7 +17,7 @@ INSTALLER_VERSION=0.11.2
SERVER_FILE=https://meta.fabricmc.net/v2/versions/loader/${MC_VERSION}/${FABRIC_VERSION}/${INSTALLER_VERSION}/server/jar
MC_RUN_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/files/run-fabric.sh
EULA_FILE=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-${MC_VERSION}/files/eula.txt
EULA_FILE=https://gitlab.fithwum.tech/fithwum/minecraft/-/raw/master/fabric/fabric-${MC_VERSION}/files/eula.txt
# Main install (Debian).
# Check for files in /MCserver and download if needed.