Added siverten/ game server images, a tor image and a utility script

This commit is contained in:
2021-09-14 17:13:40 +02:00
parent 87d21ac86a
commit 0f353654eb
15 changed files with 415 additions and 8 deletions

5
siverten/tshock/start.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# tshock startup script
set -e
[ "$(ls -A /plugins)" ] && cp -f /plugins/* /tshock/ServerPlugins
exec mono --server --gc=sgen -O=all TerrariaServer.exe -configpath /config -worldpath /world -logpath /logs "$@"