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

Update ha_setup.sh

pull/40/head
tteckster 3 years ago committed by GitHub
parent a2680b837e
commit 65b892e4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -239,8 +239,10 @@ docker pull homeassistant/home-assistant:$TAG
docker rm --force homeassistant docker rm --force homeassistant
docker run -d \ docker run -d \
--name homeassistant \ --name homeassistant \
--privileged \
--restart unless-stopped \ --restart unless-stopped \
-v /var/run/docker.sock:/var/run/docker.sock \ -v /var/run/docker.sock:/var/run/docker.sock \
-v /dev:/dev \
-v hass_config:/config \ -v hass_config:/config \
-v /etc/localtime:/etc/localtime:ro \ -v /etc/localtime:/etc/localtime:ro \
-v /etc/timezone:/etc/timezone:ro \ -v /etc/timezone:/etc/timezone:ro \

Loading…
Cancel
Save

Powered by BW's shoe-string budget.