-- Anzeige/Ad --
I cannot figure out what this error is trying to tell me.
```
Failed Dependency (424)!
Sorry, but this page couldn't be served.
"could not obtain repo owner from custom domain"
```
Can anybody help? I've used the tutorial on codeberg for setting up a custom domain, I've made the .domains file and I've edited cloudflares DNS settings. It's not being proxied.
dwm
Als Antwort auf Tom • • •I think you need to publish a TXT DNS record for helix.me.uk which indicates which repository your domain should be served from.
See Option 3 under: docs.codeberg.org/codeberg-pag…
Using Custom Domains | Codeberg Documentation
docs.codeberg.orgTom
Als Antwort auf dwm • • •dwm
Als Antwort auf Tom • • •When I do a query against your DNS, what I see is:
$ dig -t TXT helix.me.uk +short
"v=spf1 include:_spf-eu.ionos.com ~all"
"zone-ownership-verification-34dd2af50ea44c791df07d2ceddd3b123e263f3576226fdfd1ab3a8e2e3b447a"
You need to add another TXT record to your DNS with a value like reponame.username.codeberg.page — in your case, I think you probably want to add a TXT record to "helix.me.uk" with the value "terminalthemedwebsite.tripplehelix.codeberg.page".
Tom
Als Antwort auf dwm • • •Tom
Als Antwort auf Tom • • •Tom
Als Antwort auf Tom • • •Codeberg.org
Als Antwort auf Tom • • •