Seperate dns from certificates

This commit is contained in:
Owen
2026-09-09 17:02:47 -04:00
parent ad343a7453
commit 87e005d32f
3 changed files with 88 additions and 51 deletions
+1
View File
@@ -195,6 +195,7 @@ export const privateConfigSchema = z
.enum(["traefik", "pangolin"])
.optional()
.default("traefik"),
enable_acme_client: z.boolean().optional().default(false),
// @deprecated Moved to the public config file
// (server/lib/readConfigFile.ts). Kept here only so existing private
// config files keep parsing; any value set here is migrated into the