m3/caddy: bsky did#417
Open
mcint wants to merge 1 commit into
Open
Conversation
SuperQ
reviewed
Sep 28, 2025
SuperQ
left a comment
Collaborator
There was a problem hiding this comment.
Can you give a little more "why" in the PR description?
Contributor
Author
|
We could theoretically do separate noisebridge.net, noisebridge.io, and noisebridge.org accounts. Or even, |
mcint
added a commit
that referenced
this pull request
Jun 20, 2026
Replace the m3/caddy /.well-known/atproto-did HTTP handler (#417) with a TXT record in the noisebridge.net zone: _atproto IN TXT "did=did:plc:4fn5ffs6txnxxozezxio3v7o" Why: the bare `redir https://www.noisebridge.net{uri}` in the noisebridge.net Caddy site shadows the `handle /.well-known/atproto-did` block (Caddy directive ordering), so the HTTP method was silently 302-redirecting that path to the wiki and never served the DID. Verified against production: $ curl -sI https://noisebridge.net/.well-known/atproto-did HTTP/2 302 location: https://www.noisebridge.net/.well-known/atproto-did The DNS TXT method is the atproto-preferred mechanism, avoids the Caddy ordering pitfall, and keeps the (non-secret) DID in the public zone file. Drop the now -unused noisebridge_atproto_did var and its vault entry; the DID lives in the zone file in plaintext, not the vault. SOA serial bumped. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TSravewciWduRs8E8n8KyZ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Noisebridge has social media presence on many services. On BlueSky, in the atproto-verse, we can use
noisebridge.netdomain as a handle, we need merely setup a DNS record or HTTP-served response, of a did.We may prefer to use DNS.
https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial
https://docs.bsky.app/docs/advanced-guides/resolving-identities
https://bsky.app/profile/noisebridge.net
At
https://noisebridge.net/.well-known/atproto-didor, in dns