From da300a8114eac1417572b3a59530707a6f935e38 Mon Sep 17 00:00:00 2001 From: fnetX <otto@codeberg.org> Date: Wed, 12 Jun 2024 11:23:40 +0000 Subject: [PATCH] Remove RAW_INFO_PAGE from README https://codeberg.org/Codeberg/pages-server/pulls/261 removed that option, but not from the README. --- 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: <https://docs.codeberg.org/pages/raw-content/>): info page for raw resources, shown if no resource is provided. ## Contributing to the development