Compare commits

...

4 Commits

Author SHA1 Message Date
eldar 0d4d386c35 Update env-example 2026-06-01 23:42:59 +02:00
eldar 52269b5aa6 Merge pull request 'Bleeding edge' (#1) from bleeding-edge into main
Reviewed-on: #1
2026-06-01 23:41:59 +02:00
eldar 2d817e4315 Update .gitea/workflows/verify.yaml 2026-06-01 23:39:16 +02:00
eldar 3bee422803 Add README.md 2026-06-01 21:14:29 +02:00
3 changed files with 8 additions and 5 deletions
+1 -5
View File
@@ -7,11 +7,7 @@ env:
RCON_PORT: 50002 RCON_PORT: 50002
BLUEMAP_PORT: 50003 BLUEMAP_PORT: 50003
GEYSER_PORT: 50004 GEYSER_PORT: 50004
on:
push:
branches:
- 'main'
- 'bleeding-edge'
jobs: jobs:
verify-healthy: verify-healthy:
runs-on: linux-amd64 runs-on: linux-amd64
+2
View File
@@ -0,0 +1,2 @@
## This is a configuration repo for the Chocopie SMP
CI/CD will be added later.
+5
View File
@@ -1,3 +1,8 @@
RCON_PASSWORD=password RCON_PASSWORD=password
UID=1000 UID=1000
GID=1000 GID=1000
SERVER_PORT=25565
VOICE_CHAT_PORT=24454
RCON_PORT=25585
BLUEMAP_PORT=8100
GEYSER_PORT=19132