Initial server configuration

This commit is contained in:
2026-06-01 21:02:52 +03:00
commit 6c51390cab
398 changed files with 86675 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
echo "Downloading file..."
curl -L -o /app/MCXboxBroadcastStandalone.jar https://github.com/MCXboxBroadcast/Broadcaster/releases/latest/download/MCXboxBroadcastStandalone.jar
echo "Starting..."
exec java -jar /app/MCXboxBroadcastStandalone.jar