feat(homelab)!: create interface for homelab management, use templating for route generation & support more options and route types

This commit is contained in:
2026-01-11 14:57:19 -08:00
parent 29cff3bf84
commit 1f43dff2c5
46 changed files with 3908 additions and 109 deletions

View File

@@ -53,6 +53,15 @@ routes = [
port = 25565,
private = false
},
{
kind = "TCP",
name = "minecraft-rcon",
namespace = "minecraft",
entrypoint = "rcon",
service = "minecraft-main-rcon",
port = 25575,
private = true
},
{
name = "prowlarr",
namespace = "media",