mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Enable push notifications false? #2089
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @n3roGit on GitHub (Nov 19, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Vaultwarden Build Version
1.32.5
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
nginx (Synology)
Host/Server Operating System
Linux
Operating System Version
Synology 918+
Clients
Web Vault
Client Version
No response
Steps To Reproduce
Set PUSH_ENABLED to true
Expected Result
I am wondering why push notification is off, even though I have already saved it in my config.json. What am I doing wrong?
"PUSH_ENABLED": true,
"PUSH_INSTALLATION_ID": "XXXXXXXXX",
"PUSH_INSTALLATION_KEY": "YYYYYYYYY",
"PUSH_RELAY_URI": "https://api.bitwarden.eu",
"PUSH_IDENTITY_URI": "https://identity.bitwarden.eu"
}
Actual Result
Logs
No response
Screenshots or Videos
No response
Additional Context
No response