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

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

pull/3996/head
Håvard Gjøby Thom 8 months ago committed by GitHub
parent 0340aec142
commit 28896707bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save

Powered by BW's shoe-string budget.