feat: add bluesky verification
This commit is contained in:
parent
82f44fc0a8
commit
f0b6a088f1
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@
|
||||||
header Content-Type "application/json"
|
header Content-Type "application/json"
|
||||||
respond `{"admins": [{"matrix_id": "@jet:extremist.software","role": "admin"}]}`
|
respond `{"admins": [{"matrix_id": "@jet:extremist.software","role": "admin"}]}`
|
||||||
}
|
}
|
||||||
|
handle /.well-known/atproto-did {
|
||||||
|
header Content-Type "text/plain"
|
||||||
|
respond "did:plc:pvonud4oncr2m6en5f3jqrqk"
|
||||||
|
}
|
||||||
handle {
|
handle {
|
||||||
redir https://jetpham.com{uri}
|
redir https://jetpham.com{uri}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue