Skip to content

Notification doesn't work in self hosted server #5651

Answered by BykhovDenis
j999perper asked this question in Q&A
Discussion options

You must be logged in to vote

Hello
For push notification you should follow these guidelines:

  1. Ensure the service operates exclusively over HTTPS.

Generate VAPID keys and provide them as environment variables to your containers:

For the front container, set:
PUSH_PUBLIC_KEY
For the transactor container, set:
PUSH_PUBLIC_KEY
PUSH_PRIVATE_KEY
PUSH_SUBJECT (formatted as mailto:${mailUsedForKeysGeneration})

Email notification currently not available for self-hosting solution

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by BykhovDenis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants