Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/0218bdea0e7cb6d4a3dcb8658c318845c2e048a2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
5 deletions
@ -153,7 +153,7 @@ After the script completes, If you're dissatisfied with the default settings, cl
```
/var/lib/docker/volumes/hass_config/_data
```
⚙️ **To e dit the HA configuration.yaml** (Recommend Using Webmin System Administration)
⚙️ **To E dit the HA configuration.yaml** (Recommend Using Webmin System Administration)
Run from the LXC console
```
@ -162,7 +162,7 @@ nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml
Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X”
⚙️ **To allow device p assthrough:**
⚙️ **To Allow Device P assthrough:**
In the Proxmox web shell run (**replace `106` with your LXC ID**)
```
@ -172,7 +172,7 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc
Reboot the LXC to apply the changes
⚙️ **To i nstall HACS:**
⚙️ **To I nstall HACS:**
Run the from the LXC console
```
@ -181,9 +181,9 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/misc
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
⚙️ **To u pdate Home Assistant:**
⚙️ **To U pdate Home Assistant:**
Run the from the LXC console
Run from the LXC console
```
./update.sh
```