.well-known/webfinger hinzugefügt

This commit is contained in:
Adrian Baumgart 2024-07-19 19:43:01 +02:00
parent 743bfd2062
commit d4bd227e3c
Signed by: Gitea
GPG Key ID: 39013FE86122967E

9
.well-known/webfinger Normal file
View File

@ -0,0 +1,9 @@
{
"subject": "acct:adrian@abmgrt.dev",
"links": [
{
"rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://auth.abmgrt.dev/application/o/tailscale/"
}
]
}