48 lines
1.2 KiB
TOML
48 lines
1.2 KiB
TOML
#debug = true
|
|
#logLevel = "DEBUG"
|
|
defaultEntryPoints = ["http", "https"]
|
|
InsecureSkipVerify = true
|
|
[entryPoints]
|
|
[entryPoints.http]
|
|
address = ":80"
|
|
#[entryPoints.http.redirect]
|
|
#entryPoint = "https"
|
|
[entryPoints.https]
|
|
address = ":443"
|
|
[entryPoints.https.tls]
|
|
[entryPoints.https.auth.forward]
|
|
address = "http://authelia:8080/api/verify?rd=https://auth.personal.domain/%23/"
|
|
[retry]
|
|
[api]
|
|
[ping]
|
|
[docker]
|
|
domain = "personal.domain"
|
|
exposedByDefault = false
|
|
watch = true
|
|
[acme]
|
|
email = "your@email.address"
|
|
storage = "acme.json"
|
|
entryPoint = "https"
|
|
onHostRule = true
|
|
[acme.httpChallenge]
|
|
entryPoint = "http"
|
|
[file]
|
|
[backends]
|
|
[backends.pfsense]
|
|
[backends.pfsense.servers.server0]
|
|
url = "https://pfsense.lab.personal.domain:8443"
|
|
[backends.proxmox]
|
|
[backends.proxmox.servers.server0]
|
|
url = "https://192.168.0.250:8006"
|
|
[frontends]
|
|
[frontends.pfsense]
|
|
backend = "pfsense"
|
|
passHostHeader = true
|
|
[frontends.pfsense.routes.example]
|
|
rule = "Host:firewall.cusack.cloud"
|
|
[frontends.proxmox]
|
|
backend = "proxmox"
|
|
passHostHeader = true
|
|
[frontends.proxmox.routes.example]
|
|
rule = "Host:proxmox.cusack.cloud"
|