Commit Graph

95 Commits

Author SHA1 Message Date
ATAlgaba
750bb97242 fix: revert build-push-dev.sh script
to push against natroutter ghcr.io
2026-01-18 13:16:14 +01:00
ATAlgaba
034bd8ab46 fix: remove unused options 2026-01-18 13:15:20 +01:00
ATAlgaba
2c1cee8fc6 feat: defaults to dmidecode shim 2026-01-18 13:12:39 +01:00
ATAlgaba
68cc2071b7 Merge remote-tracking branch 'origin/main' 2026-01-18 13:11:07 +01:00
IhToN
6f844b2d86 feat: add a dmidecode shim and allow for disabling cleartext session tokens storage 2026-01-18 13:07:40 +01:00
NATroutter
4fa3d0554d Fixed the updating instructions 2026-01-18 03:54:53 +02:00
NATroutter
37662db4a1 Updated readme and issue template 2026-01-18 01:31:23 +02:00
NATroutter
782a614beb Removed useless message 2026-01-18 00:51:29 +02:00
NATroutter
c1adbaa16c Added missing options to readme 2026-01-18 00:12:12 +02:00
NATroutter
fcfafb02d7 Added questions to issue template
Added message for succesful server update
Added support message in readme
2026-01-17 23:52:18 +02:00
NATroutter
647cdd9287 Moved libraries to egg-hytale/lib folder
Renamed egg variables for consistency
Added option for toggling custom persistent auth
Added skipn update when getting downloader version
2026-01-17 22:59:53 +02:00
IhToN
45ef2258a6 feat: add a dmidecode shim and allow for disabling cleartext session tokens storage 2026-01-17 21:10:52 +01:00
NATroutter
166119f60d changed printing order in start
removed banner from entryfile
2026-01-17 19:33:17 +02:00
NATroutter
439a64e2fc removed debug command 2026-01-17 19:25:04 +02:00
NATroutter
bb5624c173 improved memory option in start.sh 2026-01-17 19:24:27 +02:00
NATroutter
6379b3f8fe fixed start "-Xmx0M" error 2026-01-17 19:17:11 +02:00
NATroutter
a2f4a05dbd Split up the code to multiple files for easier readability and maintainability 2026-01-17 19:07:32 +02:00
NATroutter
1ba984f27b Added color printing 2026-01-17 18:41:45 +02:00
NATroutter
7e7ec02b85 Changed the dockerfile base dependency from "parkervcp/yolks:java_25" to "eclipse-temurin:25-jdk-noble"
Removed the entry.sh and repalced with entrypoint.sh
Improved the dockerfile
2026-01-17 16:47:45 +02:00
NATroutter
ffb410f146 Renamed variables in the egg to make them more clear
Improved the default Jvm args
Improved messages in entry
Removed the zip restriction from Asset packs (Do not use directories for assets yet)
Added script for local dev building
2026-01-17 14:52:18 +02:00
NATroutter
e6899199f8 Added feature request template 2026-01-17 13:16:25 +02:00
NATroutter
35dd650c64 updated issue template 2026-01-17 13:10:26 +02:00
NATroutter
8ab0fbc132 Added bug report issue template 2026-01-17 13:09:02 +02:00
NATroutter
1873287454 fixed workflow 2026-01-15 19:12:37 +02:00
NATroutter
d3a454bb4b Added option to "Enforce permissions"
Added permission checks for most important server/system files
Added variables for mods folder, downloder credentials,
Fixed Removed local version printing if empty
Fixed the backup folder path
Moved the file extraction to happen after the version saving
Added force flags to moving and deleting unnecessary files after extracting
2026-01-15 19:10:56 +02:00
NATroutter
a69adaa1b8 Removed useless variable from entry
Removed unnecessary profile uuid variable
Fixed variable compares in if statements
Added auth file creation to entry
Added version file creation to entry
Added VERSION_FILE variable
Added override for session and identity tokens
2026-01-15 16:29:29 +02:00
NATroutter
b0c39d4faf updated workflow 2026-01-15 12:36:03 +02:00
NATroutter
c1f92261c4 Added Support for source query 2026-01-15 12:33:59 +02:00
NATroutter
f1469b7b63 Added checks for SESSION_TOKEN, IDENTITY_TOKEN, PROFILE_UUID 2026-01-15 11:16:24 +02:00
NATroutter
89ac252172 Added proper ARM support 2026-01-14 23:05:13 +02:00
NATroutter
103afe970a Added support for ARM with manual server downloading 2026-01-14 22:04:45 +02:00
NATroutter
1cef001c0b Updated pterodactyl egg for ARM support 2026-01-14 20:54:15 +02:00
NATroutter
f1a4050072 ARM support 2026-01-14 20:40:26 +02:00
NATroutter
ec3f119710 Updated default JVM_ARGS to suggested ones by "Stereo528" in pr 16
Updated readme
2026-01-14 18:24:53 +02:00
NATroutter
46a6c7e21c Improved the note message in initial setup
Updated readme to include new options and include caution about authentication
2026-01-14 17:37:26 +02:00
NATroutter
4180e05238 Removed credential files from deny list 2026-01-14 17:27:39 +02:00
NATroutter
733b5788d9 Removed debuging echo 2026-01-14 17:05:52 +02:00
NATroutter
5f7fda60e9 Added options to eggs "LOGGER_LEVEL", "VALIDATE_WORLD_GENERATION", "VALIDATE_ASSETS", "VALIDATE_PREFABS" 2026-01-14 17:00:23 +02:00
NATroutter
cbb2c8a52c Added support for options "LOGGER_LEVEL", "VALIDATE_WORLD_GENERATION", "VALIDATE_ASSETS", "VALIDATE_PREFABS" 2026-01-14 16:57:20 +02:00
NATroutter
37051d754b Removed debug command 2026-01-14 15:59:20 +02:00
NATroutter
b069d13063 Added check for properly formated auth cache file 2026-01-14 15:54:31 +02:00
NATroutter
58247b3153 Added backup folder creating to entry
Added Support for arguments "Boot Command", "Force network flush", "event debug"
2026-01-14 15:53:20 +02:00
NATroutter
704e32bd1e Added "Maximum Backups" option to egg
Added Checks for the errors while downloading the files with account that does not have access to server files
Fixed formating errors in the messages
2026-01-14 12:58:11 +02:00
NATroutter
1c108eba94 Updated workflow 2026-01-14 03:18:42 +02:00
NATroutter
0cac89c9a5 Updated the workflow 2026-01-14 03:15:49 +02:00
NATroutter
5596459c84 Merge branch 'expeimental' 2026-01-14 03:10:06 +02:00
NATroutter
072311fc28 Updated readme to reflect the changes 2026-01-14 03:06:57 +02:00
NATroutter
4add7f26b0 Updated the banner 2026-01-14 02:58:12 +02:00
NATroutter
714fc9f450 Updated banner text 2026-01-14 02:53:45 +02:00
NATroutter
0a737dc17e Removed unnesasery default JVM_ARGS
Removed the "-Xms" flag from the start
2026-01-14 02:52:56 +02:00