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

Update homepage-v5-install.sh

fix install
pull/979/head
tteckster 2 years ago committed by GitHub
parent f99e8e198b
commit d4af8afb3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -93,13 +93,14 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js"
$STD apt-get install -y nodejs
$STD npm install -g pnpm
$STD npm install -g npm@9.3.1
msg_ok "Installed Node.js"
msg_info "Installing Homepage"
$STD git clone https://github.com/benphelps/homepage.git /opt/homepage
cd /opt/homepage
mkdir -p config
cp /opt/homepage/src/skeleton/* /opt/homepage/config
$STD pnpm install
$STD pnpm build
msg_ok "Installed Homepage"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.