Various updates

This commit is contained in:
pazpi 2025-03-16 17:54:42 +01:00
parent 26165af972
commit 375a85e0e7
25 changed files with 291 additions and 167 deletions

View file

@ -146,6 +146,11 @@ in
host = "http://${p.hosts.homeassistant}:8123";
domain = p.domains.public;
}
{
subdomain = "torrent";
host = "http://qbittorrent.${p.domains.tsDns}:8080";
domain = p.domains.ts;
}
];
};