Skip to content

Commit

Permalink
update environment variable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Aug 27, 2024
1 parent 6c2338b commit 432f902
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.traefik.remote
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ GF_SERVER_SERVE_FROM_SUB_PATH=true

# Traefik Labels
CERT_RESOLVER=le
# letsencrypt staging url https://acme-staging-v02.api.letsencrypt.org/directory
CA_SERVER=https://acme-v02.api.letsencrypt.org/directory
TLS=false
TLS_CHALLENGE=false
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Traefik Environment Variables

The following environment variables can be used to configure Traefik:

| Variable | Value | Description |
The following environment variables can be used to configure Traefik:

| Variable | Value | Description |
| ----------------- | ---------------------------------------------- | --------------------------------------------------------------- |
| CERT_RESOLVER | le | The certificate resolver to use for obtaining TLS certificates. |
| CA_SERVER | https://acme-v02.api.letsencrypt.org/directory | The URL of the ACME server for certificate generation. |
| TLS | true | Enable or disable TLS encryption. |
| TLS_CHALLENGE | http | The challenge type to use for TLS certificate generation. |
| WEB_ENTRY_POINT | web | The entry point for web traffic. |
| REDIRECT_TO_HTTPS | true | Enable or disable automatic redirection to HTTPS. |

0 comments on commit 432f902

Please sign in to comment.