mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-15 21:03:52 -07:00
Remove outdated warning about repository names with dots
This commit is contained in:
parent
e42be0ea82
commit
4fd17e9c4c
1 changed files with 0 additions and 17 deletions
|
|
@ -47,23 +47,6 @@ In this case you must add `A` / `AAAA` / `TXT` records for all domains instead o
|
|||
|
||||
{% endadmonition %}
|
||||
|
||||
{% admonition "warning" "Repository names with dots are not supported" %}
|
||||
|
||||
Repository names containing dots (`.`) are **not supported** for custom domains.
|
||||
The Pages server uses dots as delimiters to parse the repository name, branch, and owner from DNS records.
|
||||
|
||||
For example, if your repository is named `my.project`, the TXT record `my.project.username.codeberg.page`
|
||||
will be incorrectly parsed as:
|
||||
|
||||
- Branch: `my`
|
||||
- Repository: `project`
|
||||
- Owner: `username`
|
||||
|
||||
**Solution:** If you need to use a custom domain, rename your repository to use hyphens (`-`) or
|
||||
underscores (`_`) instead of dots. For example, rename `my.project` to `my-project`.
|
||||
|
||||
{% endadmonition %}
|
||||
|
||||
_We assume for the following description, that you want to serve your website with and without www in front.
|
||||
If you are on a subdomain already (like myproject.yourdomain.com), you can skip the `www.yourdomain.com` CNAME entry._
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue