feat: Implement Push Notifications sync #1717

Closed
opened 2026-04-06 02:16:49 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @GeekCornerGH on 3/4/2023

Implements the Push Notification feature

Resolves #2469

Push-demo.webm

Special thanks to @samb-devel for your help

How to test:

Get your keys from the Bitwarden website
Set environment variables to the required values:

PUSH_ENABLED=true
PUSH_INSTALLATION_ID=CHANGEME
PUSH_INSTALLATION_KEY=CHANGEME

PUSH_RELAY_URI is already configured to use default Bitwarden server.
Start the server, then test.

This was my first shot at Rust.

*Originally created by @GeekCornerGH on 3/4/2023* # Implements the Push Notification feature #### Resolves #2469 [Push-demo.webm](https://user-images.githubusercontent.com/45696571/222894552-109e3c34-e9b2-44a0-9474-304123f78b0a.webm) Special thanks to @samb-devel for your help ## How to test: Get your keys from [the Bitwarden website](https://bitwarden.com/host) Set environment variables to the required values: ```env PUSH_ENABLED=true PUSH_INSTALLATION_ID=CHANGEME PUSH_INSTALLATION_KEY=CHANGEME ``` PUSH_RELAY_URI is already configured to use default Bitwarden server. Start the server, then test. This was my first shot at Rust.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1717