mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-19 12:54:24 +02:00
fixes lint ci errors
This commit is contained in:
parent
f3be589983
commit
a9866733fc
7 changed files with 11 additions and 4 deletions
|
@ -22,4 +22,5 @@ editable = true
|
|||
enable = true
|
||||
|
||||
[build]
|
||||
create-missing = false
|
||||
create-missing = false
|
||||
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
[Architecture](architecture.md)
|
||||
[Overview](overview.md)
|
||||
[Repo Configuration](repo-configuration.md)
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Also Used At
|
||||
|
||||
- https://gitnet.page/ (https://gitnet.fr)
|
||||
- https://gitnet.page/ (https://gitnet.fr)
|
||||
|
||||
|
|
|
@ -22,3 +22,4 @@ Each package creates a client that others can use e.g.:
|
|||
- server/gitea -> GiteaClient
|
||||
- server/certificates -> AcmeClient
|
||||
- ...
|
||||
|
||||
|
|
|
@ -38,3 +38,4 @@ For custom domains, two things are required:
|
|||
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.
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# .domains
|
||||
|
||||
List allowed custom domains, first entry is default and all other domains will be redirected to it.
|
||||
List allowed custom domains, first entry is default and all other domains will be redirected to it.
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
[Also Used At](also-used-at.md)\
|
||||
[Architecture](architecture.md)\
|
||||
[Overview](overview.md)\
|
||||
[Repo Configuration](repo-configuration.md)
|
||||
[Repo Configuration](repo-configuration.md)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue