Compare commits

...

46 Commits

Author SHA1 Message Date
b993aff750 scripts/start-server.sh aktualisiert 2024-07-25 15:11:55 +02:00
c47afc4004 scripts/start-server.sh aktualisiert 2024-07-25 15:08:11 +02:00
2c5647bec3 scripts/start-server.sh aktualisiert 2024-07-25 15:07:02 +02:00
f36ff41c07 scripts/start-server.sh aktualisiert 2024-07-25 14:50:25 +02:00
4b4c185144 scripts/start-server.sh aktualisiert 2024-07-15 09:47:11 +02:00
8acf4da141 scripts/start-server.sh aktualisiert 2024-07-15 09:40:58 +02:00
9e9520843e scripts/start-server.sh aktualisiert 2024-07-15 09:36:14 +02:00
1f26a0b6f6 scripts/start-server.sh aktualisiert 2024-07-15 09:26:39 +02:00
99526955f3 README.md aktualisiert 2023-07-20 11:50:55 +02:00
b647072e5b scripts/start.sh aktualisiert 2023-07-20 11:08:48 +02:00
1063f54e01 scripts/start-server.sh aktualisiert 2023-07-20 11:07:46 +02:00
c9e739186b scripts/start-server.sh aktualisiert 2023-07-20 10:54:41 +02:00
55bcab89ce scripts/start-server.sh aktualisiert 2023-07-20 10:37:38 +02:00
966337fc4b scripts/start-watchdog.sh hinzugefügt 2023-07-20 10:36:04 +02:00
f8a54ab606 scripts/start-server.sh aktualisiert 2023-07-20 10:35:30 +02:00
858da29aeb scripts/start-Xvfb.sh hinzugefügt 2023-07-20 09:35:20 +02:00
ba165b8b65 Dockerfile aktualisiert 2023-07-20 08:00:38 +02:00
b3197dabb4 scripts/start-server.sh aktualisiert 2023-07-20 07:59:48 +02:00
bd80747663 „scripts/start-server.sh“ ändern 2022-12-18 13:46:26 +01:00
a10ea0d4e4 „Dockerfile“ ändern 2022-12-18 13:46:05 +01:00
096b93dcf0 „Dockerfile“ ändern 2022-12-16 13:50:12 +01:00
ea60bf9a6f „scripts/start-server.sh“ ändern 2022-12-16 12:43:41 +01:00
9c9b88f426 „scripts/start-server.sh“ ändern 2022-12-16 12:35:29 +01:00
82a7371b15 „scripts/start-server.sh“ ändern 2022-12-16 12:29:58 +01:00
e91035f770 „scripts/start-server.sh“ ändern 2022-12-16 12:20:32 +01:00
4aad192c48 „scripts/start-server.sh“ ändern 2022-12-16 12:06:50 +01:00
6d1b2eb5fd „scripts/start-server.sh“ ändern 2022-12-16 11:52:06 +01:00
165c6c989e „scripts/start-server.sh“ ändern 2022-12-16 11:45:26 +01:00
88b76e6484 „Dockerfile“ ändern 2022-12-16 11:05:31 +01:00
bc859f9a43 „scripts/start.sh“ ändern 2022-12-16 11:02:34 +01:00
fa79c36fe1 „scripts/start-server.sh“ ändern 2022-12-16 11:01:50 +01:00
aadf55bfae „Dockerfile“ ändern 2022-12-16 10:57:20 +01:00
72cae3b72f „ServerSettings.ini“ hinzufügen 2022-12-16 10:56:32 +01:00
3c8727bf07 „scripts/start-server.sh“ ändern 2022-12-16 10:52:58 +01:00
ba5cc2eda2 „Dockerfile“ ändern 2022-12-16 10:28:41 +01:00
4b26b7606b „Dockerfile“ ändern 2022-12-16 10:28:18 +01:00
ec025e72fe „Dockerfile“ ändern 2022-12-15 14:57:33 +01:00
ed846924cf „scripts/start-server.sh“ ändern 2022-12-15 14:46:59 +01:00
bdbf35c4a8 „Dockerfile“ ändern 2022-12-15 14:19:02 +01:00
26d8027eac „scripts/start-server.sh“ ändern 2022-12-10 08:23:55 +01:00
e77a8bcfe6 „scripts/start.sh“ ändern 2022-10-25 11:01:55 +02:00
ca0c8fefe6 „Dockerfile“ ändern 2022-05-06 09:06:19 +02:00
e7c87bd8f1 „README.md“ ändern 2022-04-18 13:08:18 +02:00
2432940e23 „scripts/start-server.sh“ ändern 2022-04-13 14:31:26 +02:00
89598a9710 „scripts/start.sh“ ändern 2022-04-07 17:20:32 +02:00
83992eb6cb „scripts/start-server.sh“ ändern 2021-12-14 12:59:09 +01:00
7 changed files with 152 additions and 48 deletions

View File

@@ -1,9 +1,12 @@
FROM ich777/debian-baseimage
FROM ich777/winehq-baseimage
LABEL maintainer="admin@minenet.at"
LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-steamcmd-server"
RUN apt-get update && \
apt-get -y install --no-install-recommends lib32gcc-s1 lib32stdc++6 && \
apt-get -y install lib32gcc-s1 winbind xvfb screen cabextract && \
wget -q -O /usr/bin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && \
chmod +x /usr/bin/winetricks && chown 755 /usr/bin/winetricks && \
rm -rf /var/lib/apt/lists/*
ENV DATA_DIR="/serverdata"
@@ -31,6 +34,7 @@ RUN mkdir $DATA_DIR && \
ADD /scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/
COPY ServerSettings.ini /opt/ServerSettings.ini
#Server Start
ENTRYPOINT ["/opt/scripts/start.sh"]

View File

@@ -1,50 +1,44 @@
# SteamCMD in Docker optimized for Unraid
This Docker will download and install SteamCMD and the according game that is pulled via specifying the Tag.
This Docker will download and install SteamCMD. It will also install Icarus and run it.
**Please see the different Tags/Branches which games are available.**
Initial server configuration:
**Servername:** Icarus Docker **Password:** Docker **AdminPassword:** adminDocker
**ATTENTION:** First startup can take very long since it downloads the gameserver files and it also installs the runtimes which can take quite some time!
**First Start Notice:** On First startup the container installs the necessary runtimes and it might seem that the container hangs but please be patient since the installation can take very long on some systems (5 minutes+).
Update Notice: Simply restart the container if a newer version of the game is available.
## Example Env params for CS:Source
| Name | Value | Example |
| --- | --- | --- |
| STEAMCMD_DIR | Folder for SteamCMD | /serverdata/steamcmd |
| SERVER_DIR | Folder for gamefile | /serverdata/serverfiles |
| GAME_ID | The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '232330 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install). | 232330 |
| GAME_NAME | SRCDS gamename | cstrike |
| GAME_PARAMS | Values to start the server | -secure +maxplayers 32 +map de_dust2 |
| GAME_ID | The GAME_ID that the container downloads at startup. If you want to install a static or beta version of the game change the value to: '2089300 -beta YOURBRANCH' (without quotes, replace YOURBRANCH with the branch or version you want to install). | 2089300 |
| GAME_PARAMS | Values to start the server | -SteamServerName="Icarus Docker" -Port=17777 -QueryPort=27015 |
| UID | User Identifier | 99 |
| GID | Group Identifier | 100 |
| GAME_PORT | Port the server will be running on | 27015 |
| VALIDATE | Validates the game data | true |
| VALIDATE | Validates the game data | false |
| USERNAME | Leave blank for anonymous login | blank |
| PASSWRD | Leave blank for anonymous login | blank |
**ATTENTION: You have to disable Steam Guard for games that require authentication, but not all games need Steam credentials, Steam recommends to create a seperate account for dedicated servers **
>**NOTE** GAME_ID values can be found [here](https://developer.valvesoftware.com/wiki/Dedicated_Servers_List)
> And for GAME_NAME there is no list, so a quick search should give you the result
## Run example for CS:Source
## Run example
```
docker run --name CSSource -d \
-p 27015:27015 -p 27015:27015/udp \
--env 'GAME_ID=232330' \
--env 'GAME_NAME=cstrike' \
--env 'GAME_PORT=27015' \
--env 'GAME_PARAMS=-secure +maxplayers 32 +map de_dust2' \
docker run --name Icarus -d \
-p 17777:17777/udp -p 27015:27015/udp \
--env 'GAME_ID=2089300' \
--env 'GAME_PARAMS=-SteamServerName="Icarus Docker" -Port=17777 -QueryPort=27015' \
--env 'UID=99' \
--env 'GID=100' \
--volume /mnt/user/appdata/steamcmd:/serverdata/steamcmd \
--volume /mnt/user/appdata/cstrikesource:/serverdata/serverfiles \
ich777/steamcmd:latest
--volume /path/to/steamcmd:/serverdata/steamcmd \
--volume /path/to/icarus:/serverdata/serverfiles \
ich777/steamcmd:icarus
```
>**NOTE** port 26900 is the port for vac, in case of multiple servers make sure these are not the same
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
This Docker is forked from mattieserver, thank you for this wonderfull Docker.
#### Support Thread: https://forums.unraid.net/topic/79530-support-ich777-gameserver-dockers/

13
ServerSettings.ini Normal file
View File

@@ -0,0 +1,13 @@
[/Script/Icarus.DedicatedServerSettings]
SessionName=Icarus Docker
JoinPassword=Docker
MaxPlayers=8
AdminPassword=adminDocker
ShutdownIfNotJoinedFor=300.000000
ShutdownIfEmptyFor=300.000000
AllowNonAdminsToLaunchProspects=True
AllowNonAdminsToDeleteProspects=False
LoadProspect=
CreateProspect=
ResumeProspect=True
LastProspectName=

4
scripts/start-Xvfb.sh Normal file
View File

@@ -0,0 +1,4 @@
until Xvfb :99 -screen scrn 640x480x16; do
echo "Xvfb server crashed with exit code $?. Respawning.." >&2
sleep 1
done

View File

@@ -1,4 +1,5 @@
#!/bin/bash
export DISPLAY=:99
if [ ! -f ${STEAMCMD_DIR}/steamcmd.sh ]; then
echo "SteamCMD not found!"
wget -q -O ${STEAMCMD_DIR}/steamcmd_linux.tar.gz http://media.steampowered.com/client/steamcmd_linux.tar.gz
@@ -22,12 +23,14 @@ if [ "${USERNAME}" == "" ]; then
if [ "${VALIDATE}" == "true" ]; then
echo "---Validating installation---"
${STEAMCMD_DIR}/steamcmd.sh \
+@sSteamCmdForcePlatformType windows \
+force_install_dir ${SERVER_DIR} \
+login anonymous \
+app_update ${GAME_ID} validate \
+quit
else
${STEAMCMD_DIR}/steamcmd.sh \
+@sSteamCmdForcePlatformType windows \
+force_install_dir ${SERVER_DIR} \
+login anonymous \
+app_update ${GAME_ID} \
@@ -37,12 +40,14 @@ else
if [ "${VALIDATE}" == "true" ]; then
echo "---Validating installation---"
${STEAMCMD_DIR}/steamcmd.sh \
+@sSteamCmdForcePlatformType windows \
+force_install_dir ${SERVER_DIR} \
+login ${USERNAME} ${PASSWRD} \
+app_update ${GAME_ID} validate \
+quit
else
${STEAMCMD_DIR}/steamcmd.sh \
+@sSteamCmdForcePlatformType windows \
+force_install_dir ${SERVER_DIR} \
+login ${USERNAME} ${PASSWRD} \
+app_update ${GAME_ID} \
@@ -51,18 +56,86 @@ else
fi
echo "---Prepare Server---"
if [ ! -f ${DATA_DIR}/.steam/sdk32/steamclient.so ]; then
if [ ! -d ${DATA_DIR}/.steam ]; then
mkdir ${DATA_DIR}/.steam
fi
if [ ! -d ${DATA_DIR}/.steam/sdk32 ]; then
mkdir ${DATA_DIR}/.steam/sdk32
fi
cp -R ${STEAMCMD_DIR}/linux32/* ${DATA_DIR}/.steam/sdk32/
export WINEARCH=win64
export WINEPREFIX=/serverdata/serverfiles/WINE64
echo "---Checking if WINE workdirectory is present---"
if [ ! -d ${SERVER_DIR}/WINE64 ]; then
echo "---WINE workdirectory not found, creating please wait...---"
mkdir ${SERVER_DIR}/WINE64
else
echo "---WINE workdirectory found---"
fi
echo "---Checking if WINE is properly installed---"
if [ ! -d ${SERVER_DIR}/WINE64/drive_c/windows ]; then
echo "---Setting up WINE---"
cd ${SERVER_DIR}
winecfg > /dev/null 2>&1
sleep 15
wineserver -k >/dev/null 2>&1
else
echo "---WINE properly set up---"
fi
if [ -f ${SERVER_DIR}/runtimes ]; then
rm -f ${SERVER_DIR}/runtimes
touch ${SERVER_DIR}/WINE64/runtimes
fi
echo "---Checking if runtimes are installed---"
if [ ! -f ${SERVER_DIR}/WINE64/runtimes ]; then
echo "---Runtimes not installed, please wait installing...---"
mkdir -p ${DATA_DIR}/.cache/winetricks
find /tmp -name ".X99*" -exec rm -f {} \; > /dev/null 2>&1
/opt/scripts/start-Xvfb.sh 2>/dev/null &
echo "---...this can take some time...---"
sleep 5
timeout 10m /usr/bin/winetricks -q dotnet45 2>/dev/null
timeout 3m /usr/bin/winetricks -q vcrun2019 2>/dev/null
wine64 ${SERVER_DIR}/IcarusServer.exe -log ${GAME_PARAMS} >/dev/null 2&>1 &
sleep 10
wineserver -k >/dev/null 2>&1
kill $(pidof Xvfb) 2>/dev/null
touch ${SERVER_DIR}/WINE64/runtimes
echo "---Installation from runtimes finished!---"
else
echo "---Runtimes found! Continuing...---"
fi
echo "---Looking 'ServerSettings.ini' file is in place---"
if [ ! -f ${SERVER_DIR}/Icarus/Saved/Config/WindowsServer/ServerSettings.ini ]; then
echo "---'ServerSettings.ini' not found, copying template...---"
if [ ! -d ${SERVER_DIR}/Icarus/Saved/Config/WindowsServer ]; then
mkdir -p ${SERVER_DIR}/Icarus/Saved/Config/WindowsServer
fi
cp /opt/ServerSettings.ini ${SERVER_DIR}/Icarus/Saved/Config/WindowsServer/
else
echo "---'ServerSettings.ini' found---"
fi
echo "---Checking for old display lock files---"
find /tmp -name ".X99*" -exec rm -f {} \; > /dev/null 2>&1
chmod -R ${DATA_PERM} ${DATA_DIR}
echo "---Starting Xvfb server---"
screen -S Xvfb -d -m /opt/scripts/start-Xvfb.sh
sleep 5
chmod -R ${DATA_PERM} ${DATA_DIR}
echo "---Server ready---"
echo "---Start Server---"
cd ${SERVER_DIR}
${SERVER_DIR}/srcds_run -game ${GAME_NAME} ${GAME_PARAMS} -console +port ${GAME_PORT}
if [ ! -f ${SERVER_DIR}/IcarusServer.exe ]; then
echo "---Something went wrong, can't find the executable, putting container into sleep mode!---"
sleep infinity
else
screen -S Icarus -d -m wine64 ${SERVER_DIR}/IcarusServer.exe -log ${GAME_PARAMS}
if [ ! -f ${SERVER_DIR}/Icarus/Saved/Logs/Icarus.log ]; then
if [ ! -d ${SERVER_DIR}/Icarus/Saved/Logs ]; then
mkdir -p ${SERVER_DIR}/Icarus/Saved/Logs
fi
touch ${SERVER_DIR}/Icarus/Saved/Logs/Icarus.log
fi
sleep 2
/opt/scripts/start-watchdog.sh &
tail -n 9999 -f ${SERVER_DIR}/Icarus/Saved/Logs/Icarus.log
fi

View File

@@ -0,0 +1,8 @@
#!/bin/bash
killpid="$(pidof IcarusServer.exe)"
while true
do
tail --pid=$killpid -f /dev/null
kill "$(pidof tail)"
exit 0
done

View File

@@ -1,29 +1,37 @@
#!/bin/bash
echo "---Checking if UID: ${UID} matches user---"
echo "---Ensuring UID: ${UID} matches user---"
usermod -u ${UID} ${USER}
echo "---Checking if GID: ${GID} matches user---"
echo "---Ensuring GID: ${GID} matches user---"
groupmod -g ${GID} ${USER} > /dev/null 2>&1 ||:
usermod -g ${GID} ${USER}
echo "---Setting umask to ${UMASK}---"
umask ${UMASK}
echo "---Checking for optional scripts---"
if [ -f /opt/scripts/user.sh ]; then
echo "---Found optional script, executing---"
chmod +x /opt/scripts/user.sh
/opt/scripts/user.sh
cp -f /opt/custom/user.sh /opt/scripts/start-user.sh > /dev/null 2>&1 ||:
cp -f /opt/scripts/user.sh /opt/scripts/start-user.sh > /dev/null 2>&1 ||:
if [ -f /opt/scripts/start-user.sh ]; then
echo "---Found optional script, executing---"
chmod -f +x /opt/scripts/start-user.sh ||:
/opt/scripts/start-user.sh || echo "---Optional Script has thrown an Error---"
else
echo "---No optional script found, continuing---"
echo "---No optional script found, continuing---"
fi
echo "---Starting...---"
echo "---Taking ownership of data...---"
chown -R root:${GID} /opt/scripts
chmod -R 750 /opt/scripts
chown ${UID}:${GID} /opt/ServerSettings.ini
chmod 750 /opt/ServerSettings.ini
chown -R ${UID}:${GID} ${DATA_DIR}
echo "---Starting...---"
term_handler() {
kill -SIGTERM "$killpid"
wait "$killpid" -f 2>/dev/null
kill -SIGINT $(pidof IcarusServer.exe)
tail --pid=$(pidof IcarusServer.exe) -f 2>/dev/null
exit 143;
}
trap 'kill ${!}; term_handler' SIGTERM