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

Adjust max-old-space-size in openwebui-install.sh ()

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

@ -52,7 +52,7 @@ ENABLE_OLLAMA_API=false
OLLAMA_BASE_URL=http://0.0.0.0:11434
EOF
$STD npm install
export NODE_OPTIONS="--max-old-space-size=4096"
export NODE_OPTIONS="--max-old-space-size=3584"
$STD npm run build
msg_ok "Installed Open WebUI"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.