use custom local subdomains for prometheus and adguard webui
This commit is contained in:
parent
fb2b347ec0
commit
dababfe6ee
4 changed files with 31 additions and 3 deletions
|
@ -43,6 +43,18 @@ in {
|
|||
reverse_proxy localhost:${toString config.services.slskd.settings.web.port}
|
||||
'';
|
||||
};
|
||||
prometheus = {
|
||||
hostName = "prometheus.hopper.xun.host:80";
|
||||
extraConfig = ''
|
||||
reverse_proxy ${config.vpnNamespaces."wg".bridgeAddress}:${toString config.services.prometheus.port}
|
||||
'';
|
||||
};
|
||||
adguard = {
|
||||
hostName = "adguard.hopper.xun.host:80";
|
||||
extraConfig = ''
|
||||
reverse_proxy ${config.vpnNamespaces."wg".bridgeAddress}:${toString config.services.adguardhome.port}
|
||||
'';
|
||||
};
|
||||
transmission = {
|
||||
hostName = "transmission.hopper.xun.host:80";
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue