Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add atproto-did for zombina

i love my wife

yemou df1f6507 5419dd6d

+17
+17
modules/services/caddy/atproto-did.nix
··· 16 16 header /.well-known/atproto-did Content-Type text/plain 17 17 respond /.well-known/atproto-did did:plc:3sk3ef72ac36w44kvr3ki5q7 18 18 ''; 19 + "zombina.comfy.pink".extraConfig = '' 20 + encode 21 + 22 + @redirect { 23 + expression `{path} == "/"` 24 + } 25 + 26 + redir @redirect https://bsky.app/profile/zombina.comfy.pink 27 + 28 + handle_errors { 29 + respond "{err.status_code} {err.status_text}" 30 + } 31 + 32 + header /.well-known/atproto-did Access-Control-Allow-Origin * 33 + header /.well-known/atproto-did Content-Type text/plain 34 + respond /.well-known/atproto-did did:plc:l42ycvxnf5cd76ek2rbeuhxh 35 + ''; 19 36 }; 20 37 }