feat(homelab): add more routes

This commit is contained in:
2025-12-31 16:19:43 -08:00
parent f54c95980f
commit 3d77a1478a
14 changed files with 464 additions and 62 deletions

View File

@@ -11,6 +11,7 @@ routes = [
kind = "TCP",
name = "gitea-ssh",
namespace = "git",
entrypoint = "ssh",
service = "gitea-ssh",
port = 22,
private = false
@@ -24,7 +25,7 @@ routes = [
{
name = "sonarr",
namespace = "media",
port = 8787,
port = 8989,
private = true
},
{
@@ -47,6 +48,7 @@ routes = [
name = "minecraft-router",
hostname = "minecraft",
namespace = "minecraft",
entrypoint = "minecraft",
service = "minecraft-router-mc-router",
port = 25565,
private = false
@@ -67,7 +69,7 @@ routes = [
name = "qbittorrent",
hostname = "qbit",
namespace = "media",
port = 8090,
port = 8080,
private = true
},
{