Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/ec8fe397125b26ad538a7f5adfbc5c45d72b7025 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update alpine-vaultwarden-v5.sh

Tweak
pull/1189/head
tteckster 2 years ago committed by GitHub
parent 54259a84c1
commit ec8fe39712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -404,13 +404,12 @@ if command -v pveversion >/dev/null 2>&1; then
install_script
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ ! -f /etc/conf.d/vaultwarden ]]; then
msg_error "No ${APP} Installation Found!"
fi
if ! command -v pveversion >/dev/null 2>&1 && [[ -f /etc/conf.d/vaultwarden ]]; then
update_script
fi
if ! command -v pveversion >/dev/null 2>&1; then
if [[ ! -f /etc/conf.d/vaultwarden ]]; then
msg_error "No ${APP} Installation Found!"
else
update_script
fi
if [ "$VERB" == "yes" ]; then set -x; fi
if [ "$CT_TYPE" == "1" ]; then

Loading…
Cancel
Save

Powered by BW's shoe-string budget.