Docs: README + .env.example for paid posts and auto-generated keys
Tell users how the paid-posts key works: no env editing needed, it's
generated on first use like SESSION_SECRET already is. Plus a general pass
for missing features.
Changed files:
README.md
- "What it does": Paid posts (own Patreon, passkey unlock, no visitor
account/cookie, patron identity never stored)
- Configuration table: PAID_SECRET (auto) + KLONKT_PREMIUM_ENABLED;
SESSION_SECRET marked auto (matches .env.example, not "required")
- new "Auto-generated secrets & backups" section: where the keys live,
why PAID_SECRET is outside the DB, and to back up storage/ as a whole
- Stack: link to FEDERATION.md
.env.example
- PAID_SECRET block (auto-generate, or openssl rand -base64 32)
- paid posts added to the premium-extras list
-robo
Co-Authored-By: Claude Opus 4.8 <noreply@…>