Run Prettier

This commit is contained in:
Ivan Davydov 2024-08-14 17:31:24 +03:00
parent 7d788cb4e6
commit 5bc5045fbb

View file

@ -76,7 +76,7 @@ This will trigger a build of the PR which will build a docker image to be used f
- `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).
- `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).
- `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.