tadpole: Add webfinger for gitea

This commit is contained in:
Alexander Heldt
2024-08-30 20:50:03 +02:00
parent 0d5b7fe3f5
commit c4bab62de4
2 changed files with 82 additions and 11 deletions

View File

@@ -15,7 +15,10 @@ in
gitea = {
enable = true;
domain = "git.ppp.pm";
baseDomain = "ppp.pm";
webfingerEnable = true;
webfingerAccounts = [ "p@ppp.pm" ];
};
pppdotpm-site.enable = true;