Skip to content

docs: document Web Push notification setup#688

Merged
krokosik merged 1 commit into
mainfrom
docs-649-web-push-notifications
Jun 21, 2026
Merged

docs: document Web Push notification setup#688
krokosik merged 1 commit into
mainfrom
docs-649-web-push-notifications

Conversation

@krokosik

Copy link
Copy Markdown
Collaborator

Description

The README mentioned push notifications as a feature but gave no hint that they require VAPID keys, so users enabling the in-app notification toggle saw no notifications and no explanation (see issue thread).

Expanded the Web push notifications section in docs/CONFIGURATION.md with the full setup steps (VAPID key generation, env vars, redeploy, re-enable toggle). Trimmed the README to a one-line note that push delivery requires additional configuration, with a pointer to docs/CONFIGURATION.md.

Notable detail: WEB_PUSH_EMAIL is a bare email address — the app prepends mailto: automatically (src/server/notification.ts:9).

Closes #649

Checklist

  • I have read CONTRIBUTING.md in its entirety
  • I have performed a self-review of my own code
  • The last commit successfully passed pre-commit checks

README had no guidance that push notifications require VAPID keys, so
users enabling the in-app toggle saw no notifications. Expanded the
Web push notifications section in docs/CONFIGURATION.md with the full
setup steps, and trimmed the README to a one-line pointer.

Closes #649
@krokosik krokosik added this to the 2.1.x milestone Jun 21, 2026
@krokosik krokosik merged commit 4d0cd52 into main Jun 21, 2026
4 checks passed
@krokosik krokosik deleted the docs-649-web-push-notifications branch June 21, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Add notifications for group members

1 participant