You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Copy the `local.env.example` file to `local.env` and update it with appropriate
35
35
for environment configuration helps prevent committing it to version control with credentials in it.
36
36
37
37
Required env vars:
38
-
- `DNS_PROVIDER`- A valid value from https://docs.traefik.io/https/acme/#providers. Each provider will also required additional env vars for authentication. For example `cloudflare` requires `CLOUDFLARE_EMAIL` and `CLOUDFLARE_API_KEY`.
38
+
- `DNS_PROVIDER`- A valid value from https://docs.traefik.io/https/acme/#providers. Each provider will also required additional env vars for authentication. For example `cloudflare` requires either a `CLOUDFLARE_EMAIL` and `CLOUDFLARE_API_KEY` or just a `CLOUDFLARE_DNS_API_TOKEN`.
39
39
- `LETS_ENCRYPT_EMAIL`- An email address to use with Lets Encrypt, does not need to be previously "registered"
40
40
- `LETS_ENCRYPT_CA`- Either `staging` or `production`. Traefik does not appear to respect the staging caServer at the moment though.
41
41
- `TLD`- Used as the main domain on Lets Encrypt certificate, something like `domain.com`
0 commit comments