guerzon / vaultwarden

Helm chart for Vaultwarden, the (unofficial) Bitwarden-compatible server written in Rust, formerly known as bitwarden_rs
MIT License
117 stars 60 forks source link

feat(pushNotifications): add configuration option for data region #79

Closed pree closed 4 months ago

pree commented 4 months ago

Added PUSH_RELAY_URI & PUSH_IDENTITY_URI. This is required when using the EU data region for the push notifications.

Both values are optional, when not set it defaults to the US servers. Alternatively we could change this to one configuration option called dataRegion, which could be set to either us or eu, but specifying the URI's directly gives maximum flexibilitiy.

guerzon commented 4 months ago

Thanks for the PR @pree.