[PR #3752] [MERGED] US or EU Data Region Selection #2939

Closed
opened 2025-10-09 18:14:13 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3752
Author: @toto-xoxo
Created: 8/4/2023
Status: Merged
Merged: 1/1/2024
Merged by: @dani-garcia

Base: mainHead: feature/data-region-select


📝 Commits (10+)

  • f8906c5 add selection of data region for push
  • 6c9c97d fix cargo check + rewrite config + add check url
  • 4e6cb2a fix clippy error
  • 1fdc8e2 add comment in .env.template, adapt config.rs
  • e08e059 Update .env.template
  • 85244a4 Update .env.template
  • 27536de Revert "Update .env.template"
  • 802998b Revert "Update .env.template"
  • 826f866 fix /connect/token to push identity
  • 71478da fix /connect/token to push identity

📊 Changes

3 files changed (+31 additions, -3 deletions)

View changed files

📝 .env.template (+3 -1)
📝 src/api/push.rs (+5 -1)
📝 src/config.rs (+23 -1)

📄 Description

Following https://github.com/dani-garcia/vaultwarden/discussions/3731

Add the possibility of choosing between data region us or eu for push notifications


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/3752 **Author:** [@toto-xoxo](https://github.com/toto-xoxo) **Created:** 8/4/2023 **Status:** ✅ Merged **Merged:** 1/1/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `feature/data-region-select` --- ### 📝 Commits (10+) - [`f8906c5`](https://github.com/dani-garcia/vaultwarden/commit/f8906c5575e769dc195a79b4d56a5a3e72d7edef) add selection of data region for push - [`6c9c97d`](https://github.com/dani-garcia/vaultwarden/commit/6c9c97d17ea89edafb6f9052902a227ce8dca377) fix cargo check + rewrite config + add check url - [`4e6cb2a`](https://github.com/dani-garcia/vaultwarden/commit/4e6cb2a871198b8325a52733b974fb1ec57b09e4) fix clippy error - [`1fdc8e2`](https://github.com/dani-garcia/vaultwarden/commit/1fdc8e274504acac38dbcbfa4d67e4430250f4ca) add comment in .env.template, adapt config.rs - [`e08e059`](https://github.com/dani-garcia/vaultwarden/commit/e08e059b988608477476454050a927702f8577f6) Update .env.template - [`85244a4`](https://github.com/dani-garcia/vaultwarden/commit/85244a4ac9a4e89b3a8df487df62d996d9f72dc3) Update .env.template - [`27536de`](https://github.com/dani-garcia/vaultwarden/commit/27536dedda477b93074ff0acdae8fe7e62f73bfe) Revert "Update .env.template" - [`802998b`](https://github.com/dani-garcia/vaultwarden/commit/802998b6fb96eb5f9281bd411fcb64a187b689d3) Revert "Update .env.template" - [`826f866`](https://github.com/dani-garcia/vaultwarden/commit/826f866841a9bb9b9905a6dfa870ae46e46b240f) fix /connect/token to push identity - [`71478da`](https://github.com/dani-garcia/vaultwarden/commit/71478da60bde29eb5b653a0d465f37feccbaa969) fix /connect/token to push identity ### 📊 Changes **3 files changed** (+31 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+3 -1) 📝 `src/api/push.rs` (+5 -1) 📝 `src/config.rs` (+23 -1) </details> ### 📄 Description Following https://github.com/dani-garcia/vaultwarden/discussions/3731 Add the possibility of choosing between data region us or eu for push notifications --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:14:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2939