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

Update linkwarden.sh

add `yarn playwright install`
pull/3484/head
tteckster 8 months ago committed by GitHub
parent 4a1e02a9ab
commit b66590f976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -67,6 +67,7 @@ if [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]] || [[ ! -f /opt/${APP}
git pull
yarn
npx playwright install-deps
yarn playwright install
yarn prisma generate
yarn build
yarn prisma migrate deploy

Loading…
Cancel
Save

Powered by BW's shoe-string budget.