Commit graph

2 commits

Author SHA1 Message Date
wizzdom
fe6f66754d
Minecraft refactor: dynamic routes, separate jobs (#59)
refactors minecraft jobs allowing for more flexibility in the future (e.g. adding an rcon web interface):

- split `minecraft.hcl` into multiple job files
- update ports used
- add consul service attached to mc and rcon ports
- remove `gate-proxy.hcl` static configuration - it is now consul aware via a consul template
-  add fallback route on `gate-proxy` with message to inform users
- remove unused jobs
- move all minecraft jobs to use template blocks instead of env blocks for envvars - this lets us define the `RCON_PASSWORD` and store it in consul
2024-10-14 09:12:43 +01:00
Jed Hazaymeh
61c624fc89
Add minecraft server job for magma (#52)
Co-authored-by: wizzdom <dom@wizzdom.xyz>
2024-09-13 15:52:49 +01:00