Commit graph

214 commits

Author SHA1 Message Date
Sulkta
6701357caf fulfillment: start daemon in background if SHOP_API_URL/SHOP_API_KEY/RCON_PASSWORD set 2026-03-06 01:07:35 -08:00
Sulkta
33d63a744f fulfillment: add python3, copy fulfillment.py into image 2026-03-06 01:07:34 -08:00
Sulkta
cd56810d72 fix: detect installed server and boot it; add RCON env var support; fix JVM_OPTS loop 2026-03-05 13:35:18 -08:00
Sulkta
20dab35749 fix: replace broken JVM_OPTS sed with simple echo append
Orphaned single quote in sed -i "$a\\\"\"\"\\"\"\"" caused bash EOF parse error.
Replaced with: for j in ${JVM_OPTS}; do echo "$j" >> user_jvm_args.txt; done
2026-03-05 13:19:29 -08:00
Sulkta
a185bfc7da fix: add browser UA headers to CurseForge server files download
CurseForge CDN blocks automated downloads (headless curl returns 403).
Adding browser User-Agent and Referer headers bypasses the block.
2026-03-05 13:03:50 -08:00
Sulkta
6c30da00c8 chore: sync upstream ATM10 5.5 + NeoForge 21.1.219, update Youer to build 543
- SERVER_VERSION 5.4 -> 5.5
- NEOFORGE_VERSION 21.1.215 -> 21.1.219
- Updated server files download URL (CurseForge file 7558/5734)
- Updated Youer to build 543 (targets NeoForge 21.1.219)
- Dockerfile label updated to 5.5
2026-03-05 11:23:39 -08:00
Sulkta
7ac76826bd fix: replace broken run.sh with direct Youer launch
- Remove premature --installServer call inside first-run block
  (Youer manages its own installation state via youer.yml)
- Remove chmod/run.sh which never existed (ATM10 5.4 ships startserver.sh)
- Replace ./run.sh with: java -jar youer.jar nogui
  This works for both first run (Youer self-installs) and subsequent runs

Fixes container always exiting immediately after first-run server stop.
2026-03-05 07:29:41 -08:00
Sulkta
b751d37ecd Update launch.sh 2026-01-02 14:16:48 -08:00
Sulkta
4c1af6f510 Update launch.sh 2026-01-02 13:53:36 -08:00
Sulkta
a2daafc62b Update launch.sh 2026-01-02 13:52:18 -08:00
Sulkta
a2a0dd4eaa Update launch.sh 2026-01-02 13:47:57 -08:00
Sulkta
1aba0438d2 Update launch.sh 2026-01-02 13:42:19 -08:00
Sulkta
2b3aac3d23 Update launch.sh 2026-01-02 13:02:00 -08:00
Sulkta
804184df20 Update launch.sh 2026-01-02 09:57:59 -08:00
Sulkta
44cd222400 Update README.md 2026-01-02 09:55:11 -08:00
Sulkta
bfa5441c0b Update launch.sh 2026-01-02 09:54:30 -08:00
Sulkta
790b64ab4c Update launch.sh 2026-01-02 09:53:12 -08:00
Sulkta
9a102ef82d Update README.md 2026-01-02 09:52:40 -08:00
Sulkta
da91f1a72c Update Dockerfile 2026-01-02 09:52:16 -08:00
Sulkta
10599b9b87 Update launch.sh 2025-12-05 14:19:08 -08:00
Sulkta
8090ea5606 Update launch.sh
update Youer version
2025-12-05 14:18:43 -08:00
Sulkta
ba2bddca47 Update launch.sh 2025-10-12 15:08:17 -07:00
Sulkta
95505190b2 Update launch.sh
mod for mohist
2025-10-11 18:06:57 -07:00
Gadoon
0614780190 Updated to 4.12 2025-10-03 16:52:07 +09:00
Gadoon
8cb26bf5fa Update to 4.11 2025-09-21 22:30:44 +09:00
r14f
43d877c6bf Update README.md 4.10
missed a few versions
2025-08-24 19:17:22 -05:00
r14f
d27cff437c Update launch.sh 4.10 2025-08-24 19:15:07 -05:00
r14f
d0dc4709ce Update README.md 4.10 2025-08-24 19:13:56 -05:00
r14f
295927572c Update Dockerfile 4.10 2025-08-24 19:13:39 -05:00
w3lfare
52b8beef10 update 4.9 2025-08-23 18:49:19 -04:00
W3LFARe
cc0f8812a4 Update README.md
update 4.6
2025-08-19 13:42:41 -04:00
W3LFARe
a6d23b5b81 Update Dockerfile
update 4.6
2025-08-19 13:42:11 -04:00
W3LFARe
4085cdd6c5 Update launch.sh
update to 4.6
2025-08-19 13:41:43 -04:00
Gadoon
6f3eb682d8 Updated to 4.5 2025-07-31 22:46:25 +09:00
W3LFARe
5b17419c5c Update README.md 2025-07-19 23:20:42 -04:00
W3LFARe
d27e431379 Update Dockerfile
update eclipse-temurin:21-jdk
2025-07-19 23:19:12 -04:00
W3LFARe
45f10d88bf Update launch.sh
update to 4.4
2025-07-19 23:12:49 -04:00
W3LFARe
b9be0c8bf8 Update Dockerfile
update to 4.4
2025-07-19 23:07:12 -04:00
W3LFARe
cef1d8363c Merge pull request #52 from Maculos/main
*properly* bump to 4.3
2025-07-19 23:02:29 -04:00
Eris
412e74ed61 fix download lin 2025-07-12 23:14:18 -05:00
Eris
f200129f94 Update Dockerfile to 4.3 2025-07-12 23:07:05 -05:00
Eris
620880cb43 Update README.md to 4.3 2025-07-12 23:06:44 -05:00
Eris
74657767b7 bump to 4.3 2025-07-12 23:01:56 -05:00
Gadoon
777c0c93bc Merge pull request #50 from W3LFARe/4.2
Updated to 4.2
2025-06-28 22:46:33 +09:00
Gadoon
c16c45396c Update launch.sh updated to 4.2 2025-06-28 22:45:18 +09:00
Gadoon
35e8a32a8b Update Dockerfile updated to 4.2 2025-06-28 22:43:28 +09:00
Gadoon
ca22c6c7a7 Update README.md updated to 4.2 2025-06-28 22:43:16 +09:00
r14f
7a218ad5a1 Update launch.sh to 4.0 2025-06-18 20:10:33 -05:00
r14f
a0ba1359a8 Update README.md to 4.0 2025-06-18 20:09:05 -05:00
r14f
ee470c53fc Update Dockerfile to 4.0 2025-06-18 20:08:43 -05:00