docs(readme): call out name authority co-location in the piece table

Matches the detail already in the "Co-locating names on the relay
domain" section below — on by default via the Compose/Caddy stack.
This commit is contained in:
2ro
2026-07-03 13:20:51 -04:00
parent 7205ddbafd
commit 37d067e825
+1 -1
View File
@@ -12,7 +12,7 @@ through strfry's own extension points:
| Piece | What it is |
| --- | --- |
| `plugin/floonet_writepolicy.py` | The write policy plugin: default-deny kind whitelist, optional NIP-42 gate, optional paid-write gate |
| `name-authority/` | The bundled name authority (Rust/axum/SQLite): NIP-05 resolution, NIP-98 self-service registration, optional GoblinPay paywall |
| `name-authority/` | The bundled name authority (Rust/axum/SQLite): NIP-05 resolution, NIP-98 self-service registration, optional GoblinPay paywall — co-located on the relay's own domain by default |
| `mixexit/` | An optional, scoped mixnet exit so wallets can reach this relay over the mixnet |
| `deploy/` | strfry conf + Dockerfile + apply-spec.sh, Caddy TLS proxy, landing page, hardened systemd units |