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;
}
];
};