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

Update homarr-install.sh

pull/1851/head
tteckster 2 years ago committed by GitHub
parent 6b374d7e13
commit 62784e9200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,7 +41,7 @@ msg_info "Installing Homarr (Patience)"
git clone -q https://github.com/ajnart/homarr.git /opt/homarr
cd /opt/homarr
$STD yarn install
$STD NEXTAUTH_URL=http://localhost:3000 yarn build
NEXTAUTH_URL=http://localhost:3000 yarn build &>/dev/null
msg_ok "Installed Homarr"
msg_info "Creating Service"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.