From bfae6b1d7576c05f44767cd536d8dfb1ae186e14 Mon Sep 17 00:00:00 2001 From: Navio1430 Date: Sun, 20 Jul 2025 00:34:35 +0200 Subject: [PATCH 1/2] update NanoLimbo repository name --- docs/types-and-platforms/server-types/others.md | 4 +++- scripts/start-deployNanoLimbo | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/types-and-platforms/server-types/others.md b/docs/types-and-platforms/server-types/others.md index 4f8ab950ade..54bd088e836 100644 --- a/docs/types-and-platforms/server-types/others.md +++ b/docs/types-and-platforms/server-types/others.md @@ -41,7 +41,9 @@ Configuration options with defaults: ## NanoLimbo -A [NanoLimbo](https://github.com/Nan1t/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`. +A [NanoLimbo](https://github.com/BoomEaro/NanoLimbo) server can be run by setting `TYPE` to `NANOLIMBO`. + +Note: it is a fork of the original [NanoLimbo](https://github.com/Nan1t/NanoLimbo) made by Nan1t An alternate Limbo server diff --git a/scripts/start-deployNanoLimbo b/scripts/start-deployNanoLimbo index fd79e5d3317..0c5103ebfcf 100755 --- a/scripts/start-deployNanoLimbo +++ b/scripts/start-deployNanoLimbo @@ -7,7 +7,7 @@ isDebugging && set -x if ! SERVER=$(mc-image-helper github download-latest-asset \ --output-directory=/data \ --name-pattern="NanoLimbo-.+?(? Date: Sun, 20 Jul 2025 00:34:46 +0200 Subject: [PATCH 2/2] add NanoLimbdo setup test --- tests/setuponlytests/nanolimbo/docker-compose.yml | 9 +++++++++ tests/setuponlytests/nanolimbo/verify.sh | 1 + 2 files changed, 10 insertions(+) create mode 100644 tests/setuponlytests/nanolimbo/docker-compose.yml create mode 100644 tests/setuponlytests/nanolimbo/verify.sh diff --git a/tests/setuponlytests/nanolimbo/docker-compose.yml b/tests/setuponlytests/nanolimbo/docker-compose.yml new file mode 100644 index 00000000000..bbaaac79f6b --- /dev/null +++ b/tests/setuponlytests/nanolimbo/docker-compose.yml @@ -0,0 +1,9 @@ +services: + mc: + restart: "no" + image: ${IMAGE_TO_TEST:-itzg/minecraft-server} + environment: + EULA: "TRUE" + TYPE: NANOLIMBO + volumes: + - ./data:/data diff --git a/tests/setuponlytests/nanolimbo/verify.sh b/tests/setuponlytests/nanolimbo/verify.sh new file mode 100644 index 00000000000..29ec888e288 --- /dev/null +++ b/tests/setuponlytests/nanolimbo/verify.sh @@ -0,0 +1 @@ +mc-image-helper assert fileExists "/data/NanoLimbo-*.jar"