fixes lint ci errors

This commit is contained in:
adagio 2024-06-19 01:14:06 -04:00
parent f3be589983
commit a9866733fc
No known key found for this signature in database
GPG key ID: 0AE37F9649850573
7 changed files with 11 additions and 4 deletions

View file

@ -23,3 +23,4 @@ enable = true
[build]
create-missing = false

View file

@ -6,3 +6,4 @@
[Architecture](architecture.md)
[Overview](overview.md)
[Repo Configuration](repo-configuration.md)

View file

@ -1,3 +1,4 @@
# Also Used At
- https://gitnet.page/ (https://gitnet.fr)

View file

@ -22,3 +22,4 @@ Each package creates a client that others can use e.g.:
- server/gitea -> GiteaClient
- server/certificates -> AcmeClient
- ...

View file

@ -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.

View file

@ -1,3 +1,4 @@
# .domains
List allowed custom domains, first entry is default and all other domains will be redirected to it.

View file

@ -4,3 +4,4 @@
[Architecture](architecture.md)\
[Overview](overview.md)\
[Repo Configuration](repo-configuration.md)