Added AdGuard (NEEDS TESTING). Fixed bad indentation for middlewares. Switched from every 2 month periodic scan to every 3 months.

This commit is contained in:
Raphaël Numbus
2026-03-03 22:27:24 +01:00
parent e6907ddd0a
commit 4ab54cae0a
3 changed files with 53 additions and 2 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ with lib;
- "websecure"
service: ${name}
middlewares:
${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
${concatStringsSep "\n" (map (m: " - ${m}") middlewares)}
tls:
certresolver: "cloudflare"
options: "secureTLS"