mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Feature Request: Add placeholder for arbitrary exposed ports in egg-hytale #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sakrayaami on GitHub (Feb 3, 2026).
Hello NATroutter team,
Thank you for maintaining the Hytale Pterodactyl egg.
Currently, only the primary game port (5520) is exposed by default. Some server plugins (like the Nitrado WebServer) need additional ports, but the egg does not declare them, so they are not published even if added in allocations.
I propose adding a placeholder in the egg's exposed_ports section to allow any additional TCP/UDP ports to be exposed without editing the JSON every time. For example:
"exposed_ports": {
"5520/udp": {},
"5520/tcp": {},
"{{ADDITIONAL_PORTS}}": {}
}
This would allow server admins to add any extra port (webserver, query ports, plugin services) in allocations, and the egg would expose them automatically. This keeps the egg future-proof and flexible.
Thanks!
@NATroutter commented on GitHub (Feb 3, 2026):
not necessary