manatee: Add puppy.ppp.pm sub-domain

With cert and ip update
This commit is contained in:
Alexander Heldt
2026-07-09 16:58:30 +00:00
parent e2f62568b5
commit ff02728d82
2 changed files with 14 additions and 1 deletions
+13
View File
@@ -46,6 +46,19 @@
"--http-timeout=60"
];
};
"puppy.ppp.pm" = {
dnsProvider = "hetzner";
environmentFile = config.age.secrets.hetzner-dns.path;
group = "nginx";
extraLegoFlags = [
"--dns.resolvers=1.1.1.1:53,8.8.8.8:53"
"--dns.propagation-wait=60s"
"--dns-timeout=60"
"--http-timeout=60"
];
};
};
};