People have come into the Matrix channel with some confusion about how to set up the DNS records properly on a couple occasion. A few small adjustments will make it easier to understand and hopefully reduce the likelihood of accidental misconfiguration.
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/202
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Co-committed-by: crystal <crystal@noreply.codeberg.org>
The [pages manual](https://codeberg.page/) explicitly mentions that a public repository has to be created for the pages repository. That is not mentioned for the pages branch, consequently one could assume that this can be a private repository as well - which is not the case.
I hereby propose to add the word *public* to the manual where the branch is mentioned in order to clarify it and prevent the described confusion.
Co-authored-by: Cs137 <cs137@mailbox.org>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/204
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Cs137 <cs137@noreply.codeberg.org>
Co-committed-by: Cs137 <cs137@noreply.codeberg.org>
Git 2.23 came up with the new `git switch` command, which is not a new feature but an additional command to `switch/change branch` feature which is already available in the overloaded git checkout command.
By using `git switch --orphan pages`, it will create a new orphan branch.
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/119
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gary Wang <blumia@noreply.codeberg.org>
Co-committed-by: Gary Wang <blumia@noreply.codeberg.org>