From 806428fc3eb607ddaa1e3c5cf3c68362b512233d Mon Sep 17 00:00:00 2001 From: lotigara Date: Tue, 20 Aug 2024 10:48:47 +0000 Subject: [PATCH] Update Environment Variables section in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a612a8..b2b44d4 100644 --- a/README.md +++ b/README.md @@ -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 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.