Mistborn is your own virtual private cloud platform and WebUI that manages self hosted services, and secures them with firewall, Wireguard VPN w/ PiHole-DNSCrypt, and IP filtering. Optional SIEM+IDS. Supports 2FA, Nextcloud, Jitsi, Home Assistant, +
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.

36 lines
935 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"
5 years ago
[providers.redis]
endpoints = ["127.0.0.1:6379"]
rootKey = "traefik"
#[http.services]
# [http.services.cockpit.loadBalancer]
# [[http.services.cockpit.loadBalancer.servers]]
# url = "http://10.2.3.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']