mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
86c73e96a6
commit
70d1bfda62
34
README.md
34
README.md
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue