docs: push notification setup in README, fix VAPID_SUBJECT example

- .env.example: VAPID_SUBJECT without mailto: prefix (library adds it)
- README: VAPID env vars in table, push notification setup section
- README: add dm/ to project structure, keygen instructions
- README: iOS tap-gesture requirement and Android battery optimization notes
This commit is contained in:
2026-07-02 15:40:18 -04:00
parent 53f8c6b2ef
commit b4e2f97dba
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ LIVEKIT_API_SECRET=<gener...n
# Web Push
VAPID_PUBLIC_KEY=<generated>
VAPID_PRIVATE_KEY=<generated>
VAPID_SUBJECT=mailto:admin@your.domain
VAPID_SUBJECT=admin@your.domain
# Integrations
GIPHY_API_KEY=your_giphy_api_key_here