Update traefik configuration. Add octoprint link.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user