mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
http only works, and added redirect middleware
This commit is contained in:
parent
5896b651f3
commit
31060a83e6
4 changed files with 29 additions and 20 deletions
|
@ -29,7 +29,6 @@ const environmentSchema = z.object({
|
|||
http_entrypoint: z.string(),
|
||||
https_entrypoint: z.string().optional(),
|
||||
cert_resolver: z.string().optional(),
|
||||
prefer_wildcard_cert: z.boolean().optional(),
|
||||
}),
|
||||
gerbil: z.object({
|
||||
start_port: portSchema,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue