mirror of https://github.com/tteck/Proxmox.git
Update README.md
This commit is contained in:
parent
6685ba3676
commit
d2cbc9f725
12
README.md
12
README.md
|
@ -201,7 +201,7 @@ ________________________________________________________________________________
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary markdown="span"> Home Assistant Container LXC (Podman) </summary>
|
<summary markdown="span"> 🔸Home Assistant Container LXC (Podman) </summary>
|
||||||
|
|
||||||
<p align="center"><img src="https://heise.cloudimg.io/width/223/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/18/2/5/8/2/8/1/0/podman_logo-670078d7ea1d15a6.png" width="100" height="100"/>
|
<p align="center"><img src="https://heise.cloudimg.io/width/223/q50.png-lossy-50.webp-lossy-50.foil1/_www-heise-de_/imgs/18/2/5/8/2/8/1/0/podman_logo-670078d7ea1d15a6.png" width="100" height="100"/>
|
||||||
<img src="https://avatars.githubusercontent.com/u/13844975?s=200&v=4" alt="@home-assistant" width="100" height="100"/><img/><img src="https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png" height="80"/><img/></p>
|
<img src="https://avatars.githubusercontent.com/u/13844975?s=200&v=4" alt="@home-assistant" width="100" height="100"/><img/><img src="https://raw.githubusercontent.com/SelfhostedPro/Yacht/master/readme_media/Yacht_logo_1_dark.png" height="80"/><img/></p>
|
||||||
|
@ -212,12 +212,10 @@ To create a new Proxmox Podman Home Assistant Container, run the following in th
|
||||||
([What is Podman?](https://youtu.be/lkg5QJsoCCQ))
|
([What is Podman?](https://youtu.be/lkg5QJsoCCQ))
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/podman_ha_container.sh)"
|
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/podman-homeassistant-v3.sh)"
|
||||||
```
|
```
|
||||||
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡</h3>
|
<h3 align="center" id="heading">⚡ Default Settings: 2GB RAM - 16GB Storage - 2vCPU ⚡</h3>
|
||||||
|
|
||||||
After the script completes, If you're dissatisfied with the default settings, click on the LXC, then on the **_Resources_** tab and change the settings to what you desire. Changes are immediate.
|
|
||||||
|
|
||||||
**Home Assistant Interface - IP:8123**
|
**Home Assistant Interface - IP:8123**
|
||||||
|
|
||||||
**Yacht Interface - IP:8000**
|
**Yacht Interface - IP:8000**
|
||||||
|
@ -258,12 +256,6 @@ bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/podman_hac
|
||||||
```
|
```
|
||||||
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
|
After install, reboot Home Assistant and **clear browser cache** then Add HACS integration.
|
||||||
|
|
||||||
⚙️ **To Update Home Assistant:**
|
|
||||||
|
|
||||||
Run in the LXC console
|
|
||||||
```yaml
|
|
||||||
./update.sh
|
|
||||||
```
|
|
||||||
⚙️ **Initial Yacht Login**
|
⚙️ **Initial Yacht Login**
|
||||||
|
|
||||||
**username**
|
**username**
|
||||||
|
|
Loading…
Reference in New Issue