Commit graph

5 commits

Author SHA1 Message Date
wizzdom
ad4cfbbaf6
bump version, players, view distance (#89)
we have the RAM for it anyways ;)
2025-01-13 18:42:53 +00:00
wizzdom
b22f9d8b75
minecraft/vanilla: increase memory (#82) 2024-12-12 01:50:19 +00:00
wizzdom
4b64070d7c games/mc/vanilla: update plugins, increase RAM 2024-10-22 02:25:44 +01:00
wizzdom
c993ceb6ed
games/minecraft: add plugins, bluemap config (#64) 2024-10-15 13:35:08 +01:00
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