Vaultwarden #695

Closed
opened 2026-02-04 20:54:49 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @VOGUK on GitHub (Mar 24, 2025).

Have you read and understood the above guidelines?

Yes

📜 What is the name of the script you are using?

Vaultwarden

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vaultwarden.sh)"

📝 Provide a clear and concise description of the issue.

Hi there, I have tired installing Vaultwarden using both the scipts (Default and Alpine) with the default settings. However, when the the script has finished installing and I go to the website all I get is the spinning wheel as showin in the screenshot below. I left it for several minutes to see if it eventually loads when installing using both the two scripts and nothing else happens. Is there a bug in the script, or would anyone know of something else I could try to get it working?

Image

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Tried installing both scripts:
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vaultwarden.sh)"
bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)"

Paste the full error output (if available).

N/A

🖼️ Additional context (optional).

No response

Originally created by @VOGUK on GitHub (Mar 24, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Vaultwarden ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vaultwarden.sh)" ### 📝 Provide a clear and concise description of the issue. Hi there, I have tired installing Vaultwarden using both the scipts (Default and Alpine) with the default settings. However, when the the script has finished installing and I go to the website all I get is the spinning wheel as showin in the screenshot below. I left it for several minutes to see if it eventually loads when installing using both the two scripts and nothing else happens. Is there a bug in the script, or would anyone know of something else I could try to get it working? ![Image](https://github.com/user-attachments/assets/c3f44832-62a7-4dfe-8ef1-d3867ef51875) ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Tried installing both scripts: bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vaultwarden.sh)" bash -c "$(wget -qO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-vaultwarden.sh)" ### ❌ Paste the full error output (if available). N/A ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:54:49 +03:00
Author
Owner

@MickLesk commented on GitHub (Mar 24, 2025):

need https since the latest versions. not really an bug, maybe an change request for future. They dont provide http:// anymore. (stupid decision)

@MickLesk commented on GitHub (Mar 24, 2025): need https since the latest versions. not really an bug, maybe an change request for future. They dont provide http:// anymore. (stupid decision)
Author
Owner

@tremor021 commented on GitHub (Mar 24, 2025):

Image

These things we put on the webpage seems like they have no meaning at all

@tremor021 commented on GitHub (Mar 24, 2025): ![Image](https://github.com/user-attachments/assets/5ce18412-ab17-4223-b646-dcf7c39c4839) These things we put on the webpage seems like they have no meaning at all
Author
Owner

@VOGUK commented on GitHub (Mar 24, 2025):

Ah, so sorry, I missed that. Thank you for your help. 👍

@VOGUK commented on GitHub (Mar 24, 2025): Ah, so sorry, I missed that. Thank you for your help. 👍
Author
Owner

@githubaff0 commented on GitHub (Mar 24, 2025):

The final lines of output of the script says Access it using the following URL - maybe updating the message would help future users?

diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh
index 5b67c1d3..0ac12519 100644
--- a/ct/alpine-vaultwarden.sh
+++ b/ct/alpine-vaultwarden.sh
@@ -66,3 +66,3 @@ description
 msg_ok "Completed Successfully!\n"
-echo -e "${APP} should be reachable by going to the following URL.
+echo -e "${APP} needs client to connect via a proxy for HTTPS - proxy should point to the following URL.
          ${BL}http://${IP}:8000${CL} \n"
diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh
index 3228a398..e4cef24a 100644
--- a/ct/vaultwarden.sh
+++ b/ct/vaultwarden.sh
@@ -113,3 +113,3 @@ msg_ok "Completed Successfully!\n"
 echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
-echo -e "${INFO}${YW} Access it using the following URL:${CL}"
+echo -e "${INFO}${YW} You must connect via a proxy for HTTPS - proxy should point to following URL:${CL}"
 echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000${CL}"

The messages are a bit long, but change worked fine when I tried it on a fork.

Image

I can submit a PR but I haven't submitted one before. Might be simpler for a regular contributor to reword the messages.

@githubaff0 commented on GitHub (Mar 24, 2025): The final lines of output of the script says `Access it using the following URL` - maybe updating the message would help future users? ``` diff --git a/ct/alpine-vaultwarden.sh b/ct/alpine-vaultwarden.sh index 5b67c1d3..0ac12519 100644 --- a/ct/alpine-vaultwarden.sh +++ b/ct/alpine-vaultwarden.sh @@ -66,3 +66,3 @@ description msg_ok "Completed Successfully!\n" -echo -e "${APP} should be reachable by going to the following URL. +echo -e "${APP} needs client to connect via a proxy for HTTPS - proxy should point to the following URL. ${BL}http://${IP}:8000${CL} \n" diff --git a/ct/vaultwarden.sh b/ct/vaultwarden.sh index 3228a398..e4cef24a 100644 --- a/ct/vaultwarden.sh +++ b/ct/vaultwarden.sh @@ -113,3 +113,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" +echo -e "${INFO}${YW} You must connect via a proxy for HTTPS - proxy should point to following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000${CL}" ``` The messages are a bit long, but change worked fine when I tried it on a fork. ![Image](https://github.com/user-attachments/assets/1f51d365-5512-4134-a7f3-dc31656f7d7d) I can submit a PR but I haven't submitted one before. Might be simpler for a regular contributor to reword the messages.
Author
Owner

@tremor021 commented on GitHub (Mar 25, 2025):

The script is correctly telling you that the web UI is reachable via http port 8000. But if you want to use it, you must enable HTTPS by setting up your proxy. Exactly what is written on scripts webpage. You are making a solution to non-existing problem

@tremor021 commented on GitHub (Mar 25, 2025): The script is correctly telling you that the web UI is reachable via http port 8000. But if you want to use it, you must enable HTTPS by setting up your proxy. Exactly what is written on scripts webpage. You are making a solution to non-existing problem
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#695