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

Update jellyseerr.sh

tweak
pull/3912/head
tteckster 8 months ago committed by GitHub
parent 11c5f518a0
commit 6e7b5d8022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -63,16 +63,15 @@ else
msg_ok "pnpm is already installed."
fi
msg_info "Updating $APP"
systemctl stop jellyseerr
cd /opt/jellyseerr
output=$(git pull)
git pull &>/dev/null
output=$(git pull --no-rebase)
if echo "$output" | grep -q "Already up to date."
then
msg_ok "$APP is already up to date."
systemctl start jellyseerr
exit
fi
systemctl stop jellyseerr
git pull --no-rebase &>/dev/null
export CYPRESS_INSTALL_BINARY=0
pnpm install --frozen-lockfile &>/dev/null
export NODE_OPTIONS="--max-old-space-size=3072"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.