feat: add bluesky verification

This commit is contained in:
Jet Pham 2026-03-09 21:41:27 -07:00
parent 82f44fc0a8
commit f0b6a088f1
No known key found for this signature in database

View file

@ -34,6 +34,10 @@
header Content-Type "application/json"
respond `{"admins": [{"matrix_id": "@jet:extremist.software","role": "admin"}]}`
}
handle /.well-known/atproto-did {
header Content-Type "text/plain"
respond "did:plc:pvonud4oncr2m6en5f3jqrqk"
}
handle {
redir https://jetpham.com{uri}
}