mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
More webfinger content
Add a few more accounts to the webfinger JSON. Finger Seirdy in exciting new ways.
This commit is contained in:
parent
13a2595482
commit
5b111aee3d
1 changed files with 18 additions and 2 deletions
|
@ -2,7 +2,9 @@
|
|||
"subject": "acct:seirdy@seirdy.one",
|
||||
"aliases": [
|
||||
"mailto:seirdy@seirdy.one",
|
||||
"https://seirdy.one/"
|
||||
"https://seirdy.one/",
|
||||
"matrix:u/seirdy:seirdy.one",
|
||||
"https://pleroma.envs.net/seirdy"
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
|
@ -14,6 +16,20 @@
|
|||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"href": "https://seirdy.one/",
|
||||
"type": "text/html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"rel": "http://webfinger.net/rel/profile-page",
|
||||
"href": "https://pleroma.envs.net/seirdy",
|
||||
"type": "text/html"
|
||||
},
|
||||
{
|
||||
"rel": "pgpkey",
|
||||
"type": "application/pgp-keys",
|
||||
"href": "https://seirdy.one/publickey.asc",
|
||||
"properties": {
|
||||
"fingerprint": "AC6AF1F838DF3DCC2E47A6CF1E892DB2A5F84479",
|
||||
"algorithm": "rsa4096"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue