aboutsummaryrefslogtreecommitdiffstats
path: root/.ship/Caddyfile
Commit message (Collapse)AuthorAgeFilesLines
* Update domain to muxstr.northwest.ioClawd2026-02-161-1/+1
|
* update deploy artifactsbndw2026-02-141-3/+4
|
* feat: rename allowed_pubkeys to allowed_npubs with normalizationbndw2026-02-141-0/+18
- Config now accepts npub format only (human-readable) - Automatically converts npubs to hex pubkeys at load time - Updated InterceptorOptions.AllowedPubkeys -> AllowedNpubs - Added validation to reject hex format in config (npub only) - Updated documentation to clarify npub-only config - Added comprehensive tests for npub normalization Config is for humans (npub), internal code uses hex pubkeys.