mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 12:54:24 +02:00
Update Environment Variables section in README.md
This commit is contained in:
parent
131dcc1a17
commit
806428fc3e
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue