[PR #4197] [MERGED] Vaultwarden: Enable HTTPS by default #4734

Closed
opened 2026-02-26 14:31:54 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4197
Author: @tremor021
Created: 5/3/2025
Status: Merged
Merged: 5/3/2025
Merged by: @michelroegl-brunner

Base: mainHead: vaultwarden


📝 Commits (3)

  • caef246 Add self-signed cert to enable https
  • 4834b12 Add self-signed cert to enable https
  • 4f6d2a9 Change HTTPS info on website

📊 Changes

3 files changed (+69 additions, -66 deletions)

View changed files

📝 frontend/public/json/vaultwarden.json (+52 -53)
📝 install/alpine-vaultwarden-install.sh (+5 -0)
📝 install/vaultwarden-install.sh (+12 -13)

📄 Description

✍️ Description

  • Enabled self-signed certificate for Debian LXC variant
  • Enabled self-signed certificate for Alpine LXC variant
  • Updated website to reflect above changes
  • Code formatting

Link: #4180

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 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/community-scripts/ProxmoxVE/pull/4197 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 5/3/2025 **Status:** ✅ Merged **Merged:** 5/3/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `vaultwarden` --- ### 📝 Commits (3) - [`caef246`](https://github.com/community-scripts/ProxmoxVE/commit/caef246d7c63e40a23f9a5ab9db9575ea1c43a92) Add self-signed cert to enable https - [`4834b12`](https://github.com/community-scripts/ProxmoxVE/commit/4834b124446b7ef989899b0490128f9d2b759431) Add self-signed cert to enable https - [`4f6d2a9`](https://github.com/community-scripts/ProxmoxVE/commit/4f6d2a9e954adb2d41c353b44b3bf86bcde90eb9) Change HTTPS info on website ### 📊 Changes **3 files changed** (+69 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `frontend/public/json/vaultwarden.json` (+52 -53) 📝 `install/alpine-vaultwarden-install.sh` (+5 -0) 📝 `install/vaultwarden-install.sh` (+12 -13) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description - Enabled self-signed certificate for Debian LXC variant - Enabled self-signed certificate for Alpine LXC variant - Updated website to reflect above changes - Code formatting ## 🔗 Related PR / Issue Link: #4180 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [x] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [x] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 14:31:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#4734
No description provided.