Update Environment Variables section in README.md

This commit is contained in:
lotigara 2024-08-20 10:48:47 +00:00
parent 131dcc1a17
commit 806428fc3e

View File

@ -75,8 +75,8 @@ This will trigger a build of the PR which will build a docker image to be used f
- `ACME_EMAIL` (default: `noreply@example.email`): Set the email sent to the ACME API server to receive, for example, renewal reminders.
- `ACME_USE_RATE_LIMITS` (default: true): Set this to false to disable rate limits, e.g. with ZeroSSL.
- `DNS_PROVIDER` (default: use self-signed certificate): Code of the ACME DNS provider for the main domain wildcard. See <https://go-acme.github.io/lego/dns/> for available values & additional environment variables.
- `ENABLE_HTTP_SERVER` (default: false): Set this to true to enable the HTTP-01 challenge and redirect all other HTTP requests to HTTPS. Currently only works with port 80.
- `HTTP_ONLY_MODE` (default: false): Set this to true to disable all functionality related to HTTPS and enable HTTP server, `ENABLE_HTTP_SERVER` isn't required (HTTP_PORT variable is used to configure HTTP port).
- `ENABLE_HTTP_SERVER` (default: false): Set this to true to enable the HTTP-01 challenge and redirect all other HTTP requests to HTTPS. Currently only works with port 80. Not neccessary for `HTTP_ONLY_MODE`
- `HTTP_ONLY_MODE` (default: false): Set this to true to disable all functionality related to certificate management and enable HTTP server. `HTTP_PORT` variable is used to configure HTTP port.
- `HTTP_PORT` (default: 80): Set this to preferred port for unencrypted HTTP server, see variable above.
- `GITEA_API_TOKEN` (default: empty): API token for the Gitea instance to access non-public (e.g. limited) repos.
- `GITEA_ROOT` (default: `https://codeberg.org`): root of the upstream Gitea instance.