Remove outdated warning about repository names with dots

This commit is contained in:
Daphne Preston-Kendal 2026-05-30 10:42:45 +02:00
parent e42be0ea82
commit 4fd17e9c4c

View file

@ -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._