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

Update homeassistant-core-v5-install.sh

Pre-Initialize
pull/930/head
tteckster 2 years ago committed by GitHub
parent f8b11c9fa4
commit ee99360c80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,6 +146,7 @@ $STD python3 -m pip install wheel
$STD pip install mysqlclient
$STD pip install psycopg2-binary
$STD pip install homeassistant
mkdir -p /root/.homeassistant
msg_ok "Installed Home Assistant-Core"
msg_info "Creating Service"
@ -161,7 +162,7 @@ RestartForceExitStatus=100
[Install]
WantedBy=multi-user.target
EOF
$STD systemctl enable homeassistant
$STD systemctl enable --now homeassistant
msg_ok "Created Service"
PASS=$(grep -w "root" /etc/shadow | cut -b6)

Loading…
Cancel
Save

Powered by BW's shoe-string budget.