Compare commits

...

3 Commits

Author SHA1 Message Date
ab
a9d63a7c0c Merge pull request 'main' (#1) from xelnagamex/homelab:main into main
All checks were successful
Check with kubeconform / lint (push) Successful in 29s
Reviewed-on: #1
2025-06-25 21:42:51 +00:00
ab
73a14e1397 Merge pull request 'Update k8s/games/minecraft/deployments.yaml' (#1) from xelnagamex-patch-1 into main
Reviewed-on: xelnagamex/homelab#1
2025-06-25 21:41:56 +00:00
07ff8b97f3 Update k8s/games/minecraft/deployments.yaml
pin prism launcher link to version 8.4
2025-06-25 21:40:50 +00:00

View File

@ -18,7 +18,7 @@ data:
location / {
proxy_pass http://localhost:8123;
sub_filter 'Minecraft Dynamic Map' "Hexor's MC server";
sub_filter "</body>" '<p style="background-color: #CEC6CB; color: black; padding: 10px 10px; text-align: center; font-size: large; text-decoration: none; display: inline-block; border-radius: 4px; position: absolute; top: 10px; left: 150px;">Get <a href="https://prismlauncher.org/" >Prism Launcher</a> and <a href="/clients/1.12.2.zip" >client.zip</a> for this server. Server address <b>minecraft.hexor.cy:30565</b></p></body>';
sub_filter "</body>" '<p style="background-color: #CEC6CB; color: black; padding: 10px 10px; text-align: center; font-size: large; text-decoration: none; display: inline-block; border-radius: 4px; position: absolute; top: 10px; left: 150px;">Get <a href="https://github.com/PrismLauncher/PrismLauncher/releases/tag/8.4" >Prism Launcher</a> and <a href="/clients/1.12.2.zip" >client.zip</a> for this server. Server address <b>minecraft.hexor.cy:30565</b></p></body>';
sub_filter_once off;
}
location /clients/ {