feat: fake webfinger for tailscale support
All checks were successful
ci / docker (push) Successful in 4m23s
All checks were successful
ci / docker (push) Successful in 4m23s
This commit is contained in:
parent
1f276ee3da
commit
098fab143d
1 changed files with 9 additions and 0 deletions
9
static/.well-known/webfinger
Normal file
9
static/.well-known/webfinger
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"subject": "acct:tine@tjo.space",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"rel": "http://openid.net/specs/connect/1.0/issuer",
|
||||||
|
"href": "https://id.tjo.space/application/o/tailscalecom/.well-known/openid-configuration"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue