Add support to externeal subdomain

This commit is contained in:
= 2025-02-02 18:10:47 +01:00
parent e754d926eb
commit c3c23d3494
2 changed files with 46 additions and 0 deletions

View file

@ -133,6 +133,15 @@ in
cloudflareApiEnvName = "CLOUDFLARE_API_TOKEN";
}
];
extraVirtualHosts = [
{
subdomain = "h";
host = "http://ha.internal:8123";
domain = publicDomain;
}
];
};
ddclient = {