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

Add max-old-space-size in openwebui.sh

pull/3993/head
Håvard Thom 8 months ago
parent 0340aec142
commit 852b1c0cf2

@ -67,6 +67,7 @@ then
fi
systemctl stop open-webui.service
npm install &>/dev/null
export NODE_OPTIONS="--max-old-space-size=3584"
npm run build &>/dev/null
cd ./backend
pip install -r requirements.txt -U &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.