Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9b5ec7c601a26e0e6f165b370ee353e7d0f3032d?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update vaultwarden-install.sh

pull/84/head
tteckster 3 years ago committed by GitHub
parent 25d6ed3c4d
commit 9b5ec7c601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,6 +107,8 @@ cp -R web-vault /var/lib/vaultwarden/ &>/dev/null
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"
echo -en "${GN} Create Systemd Service... " echo -en "${GN} Create Systemd Service... "
cd ..
mkdir data
cp ../../.env.template /etc/vaultwarden.env &>/dev/null cp ../../.env.template /etc/vaultwarden.env &>/dev/null
cp vaultwarden /usr/bin/vaultwarden &>/dev/null cp vaultwarden /usr/bin/vaultwarden &>/dev/null
chmod +x /usr/bin/vaultwarden &>/dev/null chmod +x /usr/bin/vaultwarden &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.