feat(homelab): start implementing route generation
This commit is contained in:
33
nix/homelab/config.toml
Normal file
33
nix/homelab/config.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
routes = [
|
||||
{
|
||||
name = "gitea",
|
||||
hostname = "git",
|
||||
namespace = "git",
|
||||
service = "gitea-http",
|
||||
port = 3000,
|
||||
private = false
|
||||
},
|
||||
{
|
||||
name = "sonarr",
|
||||
hostname = "sonarr",
|
||||
namespace = "media",
|
||||
port = 8787,
|
||||
private = true
|
||||
},
|
||||
{
|
||||
name = "longhorn",
|
||||
hostname = "storage",
|
||||
namespace = "longhorn-system",
|
||||
service = "longhorn-frontend",
|
||||
port = 80,
|
||||
private = true
|
||||
},
|
||||
{
|
||||
name = "pihole",
|
||||
hostname = "pihole",
|
||||
namespace = "pihole-system",
|
||||
service = "pihole-web",
|
||||
port = 80,
|
||||
private = true
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user