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

Update vaultwarden-update.sh

Ensure you set resources
pull/752/head
tteckster 3 years ago committed by GitHub
parent e69b1a461a
commit b28568d0ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ ${CL}"
update_info update_info
while true; do while true; do
read -p "This will Update Vaultwarden to $VAULT (set 2vCPU 3072MiB RAM Min.). Proceed(y/n)?" yn read -p "This will Update Vaultwarden to $VAULT (Ensure you set 2vCPU 3072MiB RAM Min.). Proceed(y/n)?" yn
case $yn in case $yn in
[Yy]*) break ;; [Yy]*) break ;;
[Nn]*) exit ;; [Nn]*) exit ;;
@ -52,4 +52,4 @@ sleep 1
echo -e "${GN} Cleaning up... ${CL}" echo -e "${GN} Cleaning up... ${CL}"
cd ~ && rm -rf vaultwarden cd ~ && rm -rf vaultwarden
echo -e "${GN} Finished Update (set resources back to normal settings)${CL}" echo -e "${GN} Finished Update (Ensure you set resources back to normal settings)${CL}"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.