SIEMbitwardendnscrypthome assistantjellyfinjitsimulti-factor authenticationnextcloudonlyofficepiholeraspberry pirocket.chatsyncthingtorwazuhwireguard
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
856 B
31 lines
856 B
[tls.stores] |
|
[tls.stores.default] |
|
[tls.stores.default.defaultCertificate] |
|
certFile = "/tls/cert.crt" |
|
keyFile = "/tls/cert.key" |
|
|
|
[tls.options] |
|
[tls.options.default] |
|
minVersion = "VersionTLS12" |
|
|
|
[http.services] |
|
[http.services.cockpit.loadBalancer] |
|
[[http.services.cockpit.loadBalancer.servers]] |
|
url = "http://127.0.0.1:9090" |
|
|
|
[http.routers] |
|
[http.routers.cockpit] |
|
rule = "Host(`cockpit.mistborn`)" |
|
service = "cockpit" |
|
entrypoints = ["web", "websecure"] |
|
middlewares = ["mistborn_auth"] |
|
|
|
#[http.middlewares] |
|
# [http.middlewares.mistborn_auth.forwardAuth] |
|
# address = "http://10.2.3.1:5000/auth/" |
|
# trustForwardHeader = true |
|
# [http.middlewares.mistborn_auth.forwardAuth.tls] |
|
# insecureSkipVerify = true |
|
|
|
[http.middlewares.mistborn_headers.headers] |
|
hostsProxyHeaders = ['X-CSRFToken'] |