Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/fix baseline traefik config #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    5690c65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48f6cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fcbb84 View commit details
    Browse the repository at this point in the history
  4. traefik - replace environment variables by CLI arguments

    More information about CLI arguments:
    https://doc.traefik.io/traefik/reference/static-configuration/cli/
    
    BREAKING CHANGE:
    
    The following variables MUST be renamed in .env file:
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_EMAIL -> TRAEFIK_ACME_EMAIL
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_TLSCHALLENGE -> TRAEFIK_ACME_TLSCHALLENGE
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_CASERVER -> TRAEFIK_ACME_CASERVER
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_DNSCHALLENGE -> TRAEFIK_ACME_DNSCHALLENGE
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_DNSCHALLENGE_PROVIDER -> TRAEFIK_ACME_DNSCHALLENGE_PROVIDER
    - TRAEFIK_CERTIFICATESRESOLVERS_lets-encrypt_ACME_DNSCHALLENGE_DELAYBEFORECHECK -> TRAEFIK_ACME_DNSCHALLENGE_DELAYBEFORECHECK
    SuperITMan committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    746e4ad View commit details
    Browse the repository at this point in the history