mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-13 05:27:50 +00:00
adds corepack-pnpm and uses Prettier fixes
This commit is contained in:
parent
a9866733fc
commit
df52412800
9 changed files with 2561 additions and 27 deletions
|
@ -27,15 +27,15 @@ Currently known pitfalls:
|
|||
For custom domains, two things are required:
|
||||
|
||||
- A `.domains` file in the repository (in the branch in question), containing a list of domains that shall be usable to access that repository:
|
||||
- One domain per line, leaving lines empty and comment out lines with #.
|
||||
- All domains (including *.codeberg.page) will be redirected to the first domain in that file.
|
||||
|
||||
- One domain per line, leaving lines empty and comment out lines with #.
|
||||
- All domains (including \*.codeberg.page) will be redirected to the first domain in that file.
|
||||
|
||||
- A `CNAME` record pointing to one of the following targets:
|
||||
- username.codeberg.page → https://username.codeberg.page
|
||||
- reponame.username.codeberg.page → https://username.codeberg.page/reponame/
|
||||
- branchname.reponame.username.codeberg.page → https://username.codeberg.page/reponame/@branchname/
|
||||
- username.codeberg.page → https://username.codeberg.page
|
||||
- reponame.username.codeberg.page → https://username.codeberg.page/reponame/
|
||||
- branchname.reponame.username.codeberg.page → https://username.codeberg.page/reponame/@branchname/
|
||||
|
||||
If a `CNAME` record cannot be used to configure the target (e.g. for a zone
|
||||
root), a A/AAAA/ALIAS record to codeberg.page with an additional TXT record
|
||||
for the target (just as shown above for `CNAME` records) can be used.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue