From 82f44fc0a8b06a3e978549434a0b9f09e39ff154 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 9 Mar 2026 21:40:01 -0700 Subject: [PATCH 1/2] fix: update caddy plugins hash --- modules/caddy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caddy.nix b/modules/caddy.nix index 144d8b4..2400b4e 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -5,7 +5,7 @@ enable = true; package = pkgs.caddy.withPlugins { plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.0" ]; - hash = "sha256-MBYvVqWB9GK3LSWigeb4NOgclGA2qZTSUyBJMdB635M="; + hash = "sha256-kuqkLAMxBJvjNbgVCjrJDLFKUqMPPzguFupgXBFQYCA="; }; email = "postmaster@extremist.software"; globalConfig = '' From f0b6a088f1d4d0c8220ba91cbd238bbfa3cc0a7f Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 9 Mar 2026 21:41:27 -0700 Subject: [PATCH 2/2] feat: add bluesky verification --- modules/caddy.nix | 4 ++++ 1 file changed, 4 insertions(+) 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} }