mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
Apply suggestions as per momar
This commit is contained in:
parent
9a355bb8c9
commit
707619f2a6
1 changed files with 3 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ See also [https://codeberg.page/](https://codeberg.page)
|
|||
|
||||
The Codeberg Pages server responds to four different URLs:
|
||||
|
||||
- `https://raw.codeberg.org/username/reponame/`: raw content, uses correct MIME types (HTML is forbidden though) and is accessible with CORS.
|
||||
- `https://raw.codeberg.page/username/reponame/`: raw content, uses correct MIME types (HTML is forbidden though) and is accessible with CORS.
|
||||
- `https://username.codeberg.page`: user page, points the default branch of a user's or organization's `pages` repository
|
||||
- `https://username.codeberg.page/reponame/`: repo page, points to the `pages` branch of the repository
|
||||
- `https://example.org`: custom domain, points to a repo of choice as outlined below
|
||||
|
|
@ -29,8 +29,7 @@ In all cases, you can append a branch using an `@` (e.g. `https://username.codeb
|
|||
|
||||
## Custom Domains
|
||||
|
||||
> **WARNING:** Custom domains aren't fully tested yet and you may run into Let's Encrypt Rate Limits for your domains. It is recommended to try it out on an unused subdomain first so you can make one request, and if it fails, contact us and we can check what the problem is. A better process for such errors is being worked on.
|
||||
> Currently known pitfalls:
|
||||
> **Currently known pitfalls for failed certificates:**
|
||||
> - you must either not have a [CAA record](https://en.wikipedia.org/wiki/DNS_Certification_Authority_Authorization#Record), or explicitly allow [LetsEncrypt](https://letsencrypt.org) there
|
||||
|
||||
For custom domains, two things are required:
|
||||
|
|
@ -46,4 +45,4 @@ If you can't use a CNAME record to configure the target (e.g. for a zone root),
|
|||
|
||||
## Having Questions, Feedback or found a bug?
|
||||
|
||||
The source code for Codeberg Pages is maintained over at the [Pages Server repository](https://codeberg.org/Codeberg/pages-server), feel free to head there and providing some feedback, suggestions, sending bug reports or patches. We really appreciate your contribution.
|
||||
The source code for Codeberg Pages is maintained over at the [Pages Server repository](https://codeberg.org/Codeberg/pages-server), feel free to head there and providing some feedback, suggestions, bug reports or even patches. We really appreciate your contribution.
|
||||
|
|
|
|||
Loading…
Reference in a new issue