Badger & traefik working now?

This commit is contained in:
Owen 2025-08-14 21:48:14 -07:00
parent f9184cf489
commit 825bff5d60
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
7 changed files with 126 additions and 25 deletions

View file

@ -32,7 +32,8 @@ export const configSchema = z
.object({
id: z.string().optional(),
secret: z.string().optional(),
endpoint: z.string().optional()
endpoint: z.string().optional(),
redirect_endpoint: z.string().optional()
})
.optional(),
domains: z