use custom local subdomains for prometheus and adguard webui

This commit is contained in:
xunuwu 2025-04-21 23:03:58 +02:00
parent fb2b347ec0
commit dababfe6ee
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
4 changed files with 31 additions and 3 deletions

View file

@ -23,7 +23,7 @@
{
job_name = "caddy";
static_configs = lib.singleton {
targets = ["192.168.15.1:2019"];
targets = ["${config.vpnNamespaces."wg".namespaceAddress}:2019"];
};
}
];