mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-05-12 04:57:50 +00:00
fixes lint ci errors
This commit is contained in:
parent
f3be589983
commit
a9866733fc
7 changed files with 11 additions and 4 deletions
|
@ -23,3 +23,4 @@ enable = true
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
create-missing = false
|
create-missing = false
|
||||||
|
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
[Architecture](architecture.md)
|
[Architecture](architecture.md)
|
||||||
[Overview](overview.md)
|
[Overview](overview.md)
|
||||||
[Repo Configuration](repo-configuration.md)
|
[Repo Configuration](repo-configuration.md)
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# Also Used At
|
# 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/gitea -> GiteaClient
|
||||||
- server/certificates -> AcmeClient
|
- 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
|
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
|
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.
|
for the target (just as shown above for `CNAME` records) can be used.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
# .domains
|
# .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.
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,4 @@
|
||||||
[Architecture](architecture.md)\
|
[Architecture](architecture.md)\
|
||||||
[Overview](overview.md)\
|
[Overview](overview.md)\
|
||||||
[Repo Configuration](repo-configuration.md)
|
[Repo Configuration](repo-configuration.md)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue