Update traefik configuration. Add octoprint link.

This commit is contained in:
2021-08-21 23:10:46 +02:00
parent fb3b89079c
commit f0709ed83b
4 changed files with 19 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ providers:
log:
filePath: /data/traefik.log
level: DEBUG
level: INFO
entryPoints:
web:
@@ -23,7 +23,8 @@ entryPoints:
certificatesResolvers:
le:
acme:
email: '{{ env "EMAIL" }}'
# caServer: https://acme-staging-v02.api.letsencrypt.org/directory
# email: SET BY ENV VARIABLE TRAEFIK_CERTIFICATERESOLVERS_LE_ACME_EMAIL
storage: /data/acme.json
httpChallenge:
entrypoint: web