diff --git a/modules/caddy.nix b/modules/caddy.nix index 2400b4e..3047747 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -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} }