mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 14:39:29 +02:00
minor bug files, remove unqiue constraint, and start migration
This commit is contained in:
parent
54588b984f
commit
2739a4060e
5 changed files with 97 additions and 10 deletions
|
@ -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()
|
||||
})
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue