Comment
I making a website with codebergs static pages and trying to make a page that is in a repo not named pages as I plan to host a couple static sites.
When I navigate to reponame.username.codeberg.page I get an SSL_ERROR_INTERNAL_ERROR_ALERT. I don't get this if I navigate tousername.codeberg.page/reponame. The page loads without issue.
For the moment I'm able to workaround this by copying my repo to a pages repo. The page loads without issue at username.codeberg.page, but still gets the SSL error at pages.username.codeberg.page. Eventually I'll need a repo with a different name in order to host a second static site.
Some notes:
- The repo has capital letters in it, but no periods or other special characters. Though I doubt this is the issue as use
pagesas the repo name also results in the same error. - I will be using a custom domain name. For now it is point to
username.codeberg.pageso I'm uncertain if pointing toreponame.username.codeberg.pagewill work given the error. - I'm hosting out of the
mainbranch without a specificpagesbranch.