Sumdomain and other

This commit is contained in:
pazpi 2025-09-14 12:58:56 +02:00
parent b10ea494cb
commit 083c8fcbb0
3 changed files with 12 additions and 8 deletions

View file

@ -157,8 +157,8 @@ in
domain = p.domains.public;
}
{
subdomain = "torrent";
host = "http://qbittorrent.ts.${p.domains.tsDns}:8090";
subdomain = "torrent.ts";
host = "http://qbittorrent.${p.domains.tsDns}:8090";
domain = p.domains.public;
}
{
@ -171,6 +171,11 @@ in
host = "http://${p.hosts.portainer}:3000";
domain = p.domains.public;
}
{
subdomain = "maps";
host = "http://${p.hosts.portainer}:48080";
domain = p.domains.public;
}
];
};

View file

@ -1,9 +1,13 @@
{
domains = {
public = "pasetto.me";
tsDns = "bison-altair.ts.net";
};
hosts = {
homeassistant = "ha.internal";
authentik = "auth.internal";
arr = "arr.internal";
caddy = "caddy.internal";
caddy = "caddy.home.pasetto.me";
metrics = "metrics.internal";
nextcloud = "nextcloud.internal";
vaultwarden = "vaultwarden.internal";
@ -21,9 +25,5 @@
paperless = "paperless.internal";
zigbee2mqtt = "zigbee2mqtt.internal";
};
domains = {
public = "pasetto.me";
tsDns = "bison-altair.ts.net";
};
email = "davide@pasetto.me";
}