fix private s3-web subdomain

This commit is contained in:
xunuwu 2025-08-08 17:11:01 +02:00
parent 13e7874536
commit b50da9d1d0
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
3 changed files with 3 additions and 2 deletions

View file

@ -11,7 +11,7 @@ in {
certs = {
"${domain}" = {
domain = "${domain}";
extraDomainNames = ["*.${domain}" "*.hopper.priv.${domain}"];
extraDomainNames = ["*.${domain}" "*.hopper.priv.${domain}" "*.s3-web.hopper.priv.${domain}"];
dnsProvider = "cloudflare";
reloadServices = ["caddy.service"];
credentialFiles = {