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

Create config dir before attempting to write file

pull/3953/head
Rémi Bédard-Couture 6 months ago
parent 4595d83666
commit 2ef6676d72

@ -44,6 +44,7 @@ $STD npm install -g pnpm
$STD pnpm i $STD pnpm i
$STD pnpm run build $STD pnpm run build
cp -r .next/static .next/standalone/.next/ cp -r .next/static .next/standalone/.next/
mkdir -p /opt/peanut/.next/standalone/config
cat <<EOF >/opt/peanut/.next/standalone/config/settings.yml cat <<EOF >/opt/peanut/.next/standalone/config/settings.yml
WEB_HOST: 0.0.0.0 WEB_HOST: 0.0.0.0
WEB_PORT: 3000 WEB_PORT: 3000

Loading…
Cancel
Save

Powered by BW's shoe-string budget.