initial files

This commit is contained in:
2025-10-11 14:20:03 +02:00
parent 5f296bfebd
commit 34f2cb29de
55 changed files with 2841 additions and 0 deletions

11
entrypoint.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
sleep 1
cd /home/container
# Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
${MODIFIED_STARTUP}