From 4fd17e9c4c23b66c11b9fa0d766a243294e1996c Mon Sep 17 00:00:00 2001 From: Daphne Preston-Kendal Date: Sat, 30 May 2026 10:42:45 +0200 Subject: [PATCH] Remove outdated warning about repository names with dots --- content/codeberg-pages/using-custom-domain.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/content/codeberg-pages/using-custom-domain.md b/content/codeberg-pages/using-custom-domain.md index 706bef6..7c89c1f 100644 --- a/content/codeberg-pages/using-custom-domain.md +++ b/content/codeberg-pages/using-custom-domain.md @@ -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._