feat(homelab)!: create interface for homelab management, use templating for route generation & support more options and route types
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user