Barazo Docker Compose templates for self-hosting barazo.forum

docs: use gender-neutral example names (#57)

Replace gendered placeholder name (alice) with gender-neutral alternative (jay) in PDS self-hosting documentation. Aligns with project language standards.

authored by

Guido X Jansen and committed by
GitHub
c9a3a6a4 233babf8

+2 -2
+2 -2
docs/pds-self-hosting.md
··· 20 20 |----------|--------------| 21 21 | **Data sovereignty** | Keep all user data on infrastructure you control | 22 22 | **Air-gapped environments** | Network-restricted deployments that cannot reach `bsky.social` | 23 - | **Organizational accounts** | Issue AT Protocol identities under your own domain (e.g., `@alice.yourorg.com`) | 23 + | **Organizational accounts** | Issue AT Protocol identities under your own domain (e.g., `@jay.yourorg.com`) | 24 24 | **Regulatory compliance** | Data residency requirements that prohibit US-hosted PDS providers | 25 25 26 26 If none of these apply, use the default setup. Users sign up via Bluesky's PDS and it works. ··· 77 77 78 78 **No Barazo-specific configuration is needed.** AT Protocol OAuth handles PDS discovery automatically: 79 79 80 - 1. A user enters their handle (e.g., `@alice.yourorg.com`) 80 + 1. A user enters their handle (e.g., `@jay.yourorg.com`) 81 81 2. Barazo resolves the handle to a DID 82 82 3. The DID document points to the user's PDS 83 83 4. OAuth proceeds with that PDS