From 24d0e9792ed175937ea01be281d0d3553538933b Mon Sep 17 00:00:00 2001
From: tteckster
Date: Tue, 12 Jul 2022 16:14:04 -0400
Subject: [PATCH] Update README.md
---
README.md | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e327ff4b..656d2bcc 100644
--- a/README.md
+++ b/README.md
@@ -135,7 +135,9 @@ ________________________________________________________________________________
Home Assistant Container LXC
-
+
+A standalone container-based installation of Home Assistant Core
+
To create a new Proxmox Home Assistant Container LXC, run the following in the Proxmox Shell.
```yaml
@@ -202,9 +204,11 @@ ________________________________________________________________________________
Podman Home Assistant Container LXC
-To create a new Proxmox Podman Home Assistant Container LXC, run the following in the Proxmox Shell.
+A standalone container-based installation of Home Assistant Core
- ([What is Podman?](https://youtu.be/lkg5QJsoCCQ)) ⚠️ Podman seems to need a privileged LXC
+⚠️ Podman seems to need a privileged LXC
+
+To create a new Proxmox Podman Home Assistant Container LXC, run the following in the Proxmox Shell.
```yaml
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/podman-homeassistant-v3.sh)"
@@ -964,6 +968,10 @@ ________________________________________________________________________________
InfluxDB/Telegraf LXC
+[InfluxDB](https://www.influxdata.com/) is an open-source time series database developed by the company InfluxData.
+
+[Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) is an open source plugin-driven server agent for collecting and reporting metrics.
+
To create a new Proxmox InfluxDB LXC, run the following in the Proxmox Shell.
```yaml
@@ -1004,6 +1012,8 @@ ________________________________________________________________________________
Grafana LXC
+[Grafana](https://grafana.com/) is a multi-platform open source analytics and interactive visualization web application.
+
To create a new Proxmox Grafana LXC, run the following in the Proxmox Shell.
```yaml
@@ -1044,6 +1054,8 @@ ________________________________________________________________________________
Docker LXC
Options to Install Portainer and/or Docker Compose V2
+[Docker](https://www.docker.com/) is an open-source project for automating the deployment of applications as portable, self-sufficient containers.
+
To create a new Proxmox Docker LXC, run the following in the Proxmox Shell.
```yaml