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

@ -22,4 +22,5 @@ editable = true
enable = true
[build]
create-missing = false
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)
- 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.
List allowed custom domains, first entry is default and all other domains will be redirected to it.

View File

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