From 03b8f7c817d400aee8b7163564bddc76ff6a5e57 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 3 Mar 2022 06:54:41 -0500 Subject: [PATCH] Update README.md --- README.md | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 79 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 25fbe879..dec78824 100644 --- a/README.md +++ b/README.md @@ -631,6 +631,73 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/z **Zwavejs2MQTT Interface - IP:8091** +____________________________________________________________________________________________ + + + +
+ 🔸InfluxDB LXC + +

+ +

InfluxDB LXC Container

+ +To create a new Proxmox InfluxDB LXC Container, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/influxdb.sh)" +``` + +

⚡ Default Settings: 2GB RAM - 8GB Storage - 2vCPU ⚡

+ +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. + +⚙️ **To Update InfluxDB** + +Run in the LXC console +```yaml +apt update && apt upgrade -y +``` + +____________________________________________________________________________________________ + +
+ +
+ 🔸Grafana LXC + +

+ +

Grafana LXC Container

+ +To create a new Proxmox Grafana LXC Container, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/grafana.sh)" +``` + +

⚡ Default Settings: 512MiB RAM - 2GB Storage - 1vCPU ⚡

+ +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. + +⚙️ **Initial Login** + +**username** + ```yaml + admin + ``` + **password** + ```yaml + admin + ``` + +⚙️ **To Update Grafana** + +Run in the LXC console +```yaml +apt update && apt upgrade -y +``` + ____________________________________________________________________________________________
@@ -911,9 +978,13 @@ After the script completes, If you're dissatisfied with the default settings, cl ⚙️ **Initial Login** **username** - `admin` - + ```yaml + admin + ``` **password** + ```yaml + + ``` ⚙️ **To Update MotionEye** @@ -951,10 +1022,13 @@ Benefits include automatic daily security updates, backup and restore, file mana ⚙️ **Initial Login** **username** - `root` - + ```yaml + root + ``` **password** - `root` + ```yaml + root + ``` ⚙️ **To Update Webmin**