aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'server.go')
-rw-r--r--server.go11
1 files changed, 6 insertions, 5 deletions
diff --git a/server.go b/server.go
index 17018c1..b005ebc 100644
--- a/server.go
+++ b/server.go
@@ -365,11 +365,12 @@ func handleUnauthenticated(next echo.HandlerFunc, ctx *Context) error {
}
type Options struct {
- Upstreams []string
- Theme string
- ThemesPath string
- Debug bool
- LoginKey *fernet.Key
+ Upstreams []string
+ Theme string
+ ThemesPath string
+ Debug bool
+ SkipTlsVerification bool
+ LoginKey *fernet.Key
}
// New creates a new server.