2
0
Fork 0

Merge branch 'feat/traefikssl' of beep/backend into master
continuous-integration/drone/push Build is failing Details

pull/19/head
Daniel Lim 2019-06-22 21:43:28 +00:00 committed by Gitea
commit 97692ef8f7
1 changed files with 21 additions and 0 deletions

View File

@ -1,6 +1,16 @@
[api]
dashboard = true
[acme]
email = "letsencrypt+local@beepvoice.app"
caServer = "https://acme-v02.api.letsencrypt.org/directory"
acmeLogging = true
storage = "acme.json"
entryPoint = "https"
[acme.dnsChallenge]
provider = "digitalocean"
delayBeforeCheck = 3
[entryPoints]
[entryPoints.http]
address = ":80"
@ -8,8 +18,19 @@ address = ":80"
address = "http://auth:10205/auth"
trustForwardHeader = true
authResponseHeaders = [ "X-User-Claim" ]
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[entryPoints.https.auth.forward]
address = "http://auth:10205/auth"
trustForwardHeader = true
authResponseHeaders = [ "X-User-Claim" ]
[entryPoints.login]
address = ":1837"
[entryPoints.login_https]
address = ":1838"
[entryPoints.login_https.tls]
[entryPoints.traefik]
address = ":8080"