minor bug files, remove unqiue constraint, and start migration

This commit is contained in:
miloschwartz 2025-02-24 22:06:21 -05:00
parent ff37e07ce6
commit e11748fe30
No known key found for this signature in database
5 changed files with 97 additions and 10 deletions

View file

@ -42,7 +42,7 @@ const configSchema = z.object({
z.string(),
z.object({
base_domain: hostnameSchema.transform((url) => url.toLowerCase()),
cert_resolver: z.string(),
cert_resolver: z.string().optional(),
prefer_wildcard_cert: z.boolean().optional()
})
),