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

Update build.func

temporally set Alpine repositories to "3.19" from "latest-stable"
pull/3043/head
tteckster 1 year ago committed by GitHub
parent 73291211a8
commit d468fc6c1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -620,8 +620,10 @@ EOF
if [ "$var_os" == "alpine" ]; then
sleep 3
pct exec "$CTID" -- /bin/sh -c 'cat <<EOF >/etc/apk/repositories
http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
#http://dl-cdn.alpinelinux.org/alpine/latest-stable/main
#http://dl-cdn.alpinelinux.org/alpine/latest-stable/community
http://dl-cdn.alpinelinux.org/alpine/v3.19/main
http://dl-cdn.alpinelinux.org/alpine/v3.19/community
EOF'
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi

Loading…
Cancel
Save

Powered by BW's shoe-string budget.