fix: add webfinger

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-09-21 11:12:12 -05:00
parent aab3153ba0
commit 4707be72a7
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ in {
virtualHosts = {
"jolheiser.com" = {
extraConfig = ''
handle_path /.well-known/webfinger {
respond "{\"subject\":\"acct:john@jolheiser.com\",\"links\":[{\"rel\":\"http://openid.net/specs/connect/1.0/issuer\",\"href\":\"https://git.jojodev.com/\"}]}"
}
handle_path /bennet* {
root * /srv/bennet/src
file_server