Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/70d1bfda62ea3bef432def941af972953aa56f96?style=unified&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
34 additions and
0 deletions
@ -20,6 +20,40 @@ After the script completes, If you're dissatisfied with the default settings, cl
< / details >
< details >
< summary > PVE6 Home Assistant Container LXC< / summary >
< h1 align = "center" id = "heading" > Proxmox 6 Home Assistant LXC Container < / h1 >
To create a new Proxmox 6 Home Assistant Container, run the following from Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve6_ha_container.sh)"
```
< / details >
< / details >
< details >
< summary > PVE7 Home Assistant Container LXC< / summary >
< h1 align = "center" id = "heading" > Proxmox 7 Home Assistant LXC Container < / h1 >
To create a new Proxmox 7 Home Assistant Container, run the following from Proxmox web shell.
```
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_ha_container.sh)"
```
< / details >
< / details >
< details >
< summary > ESPHome LXC< / summary >