From 74da1af12ffd079cc16bba8cb3e19b983a194071 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:56:19 +0100 Subject: [PATCH] Guide: Add docker variant --- guide.php | 119 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 89 insertions(+), 30 deletions(-) diff --git a/guide.php b/guide.php index 7ecf999..7219c52 100644 --- a/guide.php +++ b/guide.php @@ -9,30 +9,57 @@
git clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directorycd SpaceNinjaServer)git clone https://openwf.io/0.git in the static/data foldernpm install --omit=dev --omit=optional to install library dependenciesnpm run raw to start the server anytimeYou can simply run the UPDATE AND START SERVER script for this, but otherwise the steps are pretty simple:
git pull in the SpaceNinjaServer foldergit pull in the static/data/0 foldernpm install --omit=dev --omit=optional to synchronize library dependenciesnpm run raw to start the server againgit clone https://openwf.io/SpaceNinjaServer.git in a command prompt to download SpaceNinjaServer in the current working directorygit clone https://openwf.io/0.git in the static/data foldernpm install --omit=dev --omit=optional to install library dependenciesnpm run raw to start the server anytimeYou can simply run the UPDATE AND START SERVER script for this, but otherwise the steps are pretty simple:
git pull in the SpaceNinjaServer foldergit pull in the static/data/0 foldernpm install --omit=dev --omit=optional to synchronize library dependenciesnpm run raw to start the server againgit clone https://onlyg.it/OpenWF/Docker-AIO "OpenWF Dockerized Server" to set up an OpenWF Dockerized Server folder in the working directorygit clone https://openwf.io/0.git in the static-data folderdocker compose up to start the server anytimedocker compose pull in the OpenWF Dockerized Server foldergit pull in the static-data/0 folderdocker compose up to start the server againIn order to connect to custom servers, the client needs to be patched, which is what the boostrapper is for.
The bootstrapper is " target="_blank">fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:6155/ to manage options, cheats, and scripts.
-In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:
-In addition to SpaceNinjaServer, you can also set up an IRC server for the in-game chat:
+