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 enable = true
[build] [build]
create-missing = false create-missing = false

View file

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

View file

@ -1,3 +1,4 @@
# Also Used At # 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/gitea -> GiteaClient
- server/certificates -> AcmeClient - 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 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.

View file

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

View file

@ -3,4 +3,5 @@
[Also Used At](also-used-at.md)\ [Also Used At](also-used-at.md)\
[Architecture](architecture.md)\ [Architecture](architecture.md)\
[Overview](overview.md)\ [Overview](overview.md)\
[Repo Configuration](repo-configuration.md) [Repo Configuration](repo-configuration.md)