From 2c1701a657bbdd615b1fac10775026c92da47cd2 Mon Sep 17 00:00:00 2001 From: fnetX Date: Thu, 13 Jun 2024 13:31:27 +0000 Subject: [PATCH] Remove RAW_INFO_PAGE from README (#353) https://codeberg.org/Codeberg/pages-server/pulls/261 removed that option, but not from the README. Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/353 Co-authored-by: fnetX Co-committed-by: fnetX --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 98e16d9..029ba9b 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,6 @@ This will trigger a build of the PR which will build a docker image to be used f - `NO_DNS_01` (default: `false`): Disable the use of ACME DNS. This means that the wildcard certificate is self-signed and all domains and subdomains will have a distinct certificate. Because this may lead to a rate limit from the ACME provider, this option is not recommended for Gitea/Forgejo instances with open registrations or a great number of users/orgs. - `PAGES_DOMAIN` (default: `codeberg.page`): main domain for pages. - `RAW_DOMAIN` (default: `raw.codeberg.page`): domain for raw resources (must be subdomain of `PAGES_DOMAIN`). -- `RAW_INFO_PAGE` (default: ): info page for raw resources, shown if no resource is provided. ## Contributing to the development