From 76062daa237527bb9297d529c35fae64430791f6 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 28 Oct 2021 05:47:27 -0400 Subject: [PATCH] Update README.md --- README.md | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 6c2f7f0b..0841779c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-Proxmox VE 7 Post Install +Proxmox VE 7 Post Install

Proxmox VE 7 Post Install

@@ -24,7 +24,7 @@ It's recommended to update Proxmox after running this script, before adding any
-Home Assistant OS VM +Home Assistant OS VM

Proxmox VM with Home Assistant OS

@@ -44,7 +44,7 @@ After the script completes, If you're dissatisfied with the default settings, cl
-PVE6 Home Assistant Container LXC +PVE6 Home Assistant Container LXC

Proxmox 6 Home Assistant Container LXC

@@ -53,7 +53,7 @@ To create a new Proxmox 6 Home Assistant Container, run the following from Proxm ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve6_ha_container.sh)" ``` -

:zap: Default Settings: 4GB RAM - 16GB Storage - 2vCPU :zap:

+

⚡ Default Settings: 4GB RAM - 16GB 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 **_Memory_** and **_Cores_** settings to what you desire. Changes are immediate. @@ -73,7 +73,7 @@ Path to HA configuration.yaml
-PVE7 Home Assistant Container LXC +PVE7 Home Assistant Container LXC

Proxmox 7 Home Assistant Container LXC

@@ -83,7 +83,7 @@ To create a new Proxmox 7 Home Assistant Container, run the following from Proxm bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_ha_container.sh)" ``` -

:zap: Default Settings: 4GB RAM - 16GB Storage - 2vCPU :zap:

+

⚡ Default Settings: 4GB RAM - 16GB 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 **_Memory_** and **_Cores_** settings to what you desire. Changes are immediate. @@ -103,7 +103,7 @@ Path to HA configuration.yaml
-ESPHome LXC +ESPHome LXC

Proxmox ESPHome LXC Container

@@ -113,7 +113,7 @@ To create a new Proxmox ESPHome LXC Container, run the following from Proxmox we bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/esphome_container.sh)" ``` -

:zap: Default Settings: 1GB RAM - 4GB Storage - 2vCPU :zap:

+

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

For ESPHome interface http:// (LXC IP) :6052 @@ -122,7 +122,7 @@ For ESPHome interface http:// (LXC IP) :6052
-Nginx Proxy Manager LXC +Nginx Proxy Manager LXC

Proxmox Nginx Proxy Manager LXC Container

@@ -131,7 +131,7 @@ To create a new Proxmox Nginx Proxy Manager LXC Container, run the following fro ``` curl -sL https://raw.githubusercontent.com/ej52/proxmox/main/lxc/nginx-proxy-manager/create.sh | bash -s ``` -

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

+

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

____________________________________________________________________________________ @@ -165,7 +165,7 @@ Thanks to [ej52](https://github.com/ej52/proxmox-scripts/blob/main/lxc/nginx-pro
-MQTT LXC +MQTT LXC

Proxmox MQTT LXC Container

@@ -174,7 +174,7 @@ To create a new Proxmox MQTT LXC Container, run the following in the Proxmox web ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/mqtt_container.sh)" ``` -

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

+

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

Mosquitto comes with a password file generating utility called mosquitto_passwd. ``` @@ -208,7 +208,7 @@ sudo systemctl restart mosquitto
-Node-Red LXC +Node-Red LXC

Proxmox Node-Red LXC Container

@@ -217,7 +217,7 @@ To create a new Proxmox Node-RED LXC Container, run the following in the Proxmox ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/node-red_container.sh)" ``` -

:zap: Default Settings: 1GB RAM - 4GB Storage - 1vCPU :zap:

+

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

From your nodered LXC console, the following commands can be run @@ -236,7 +236,7 @@ From your nodered LXC console, the following commands can be run
-Mariadb 10.5 LXC +Mariadb 10.5 LXC

Proxmox Mariadb 10.5 LXC Container

@@ -245,7 +245,7 @@ To create a new Proxmox Mariadb LXC Container, run the following in the Proxmox ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/mariadb_container.sh)" ``` -

:zap: Default Settings: 1GB RAM - 4GB Storage - 1vCPU :zap:

+

⚡ Default Settings: 1GB RAM - 4GB Storage - 1vCPU ⚡

To enable MariaDB to listen to remote connections, you need to edit your defaults file. To do this, open the console in your MariaDB lxc: ``` @@ -319,7 +319,7 @@ Following this, exit the MariaDB shell: ``` exit ``` -:warning: Reboot the lxc +⚠️ Reboot the lxc Checking status. ``` @@ -338,7 +338,7 @@ Example: `mysql://admin:password@192.168.100.26:3306/homeassistant?charset=utf8m
-PVE6 Zigbee2MQTT LXC +PVE6 Zigbee2MQTT LXC

Proxmox 6 Zigbee2MQTT LXC Container

@@ -347,7 +347,7 @@ To create a new Proxmox 6 [Zigbee2MQTT](https://www.zigbee2mqtt.io/) LXC Contain ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve6_zigbee2mqtt_container.sh)" ``` -

:zap: Default Settings: 1GB RAM - 4GB Storage - 2vCPU :zap:

+

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

Determine the location of your adapter (Run in the zigbee2mqtt console) ``` @@ -403,7 +403,7 @@ To update Zigbee2Mqtt
-PVE7 Zigbee2MQTT LXC +PVE7 Zigbee2MQTT LXC

Proxmox 7 Zigbee2MQTT LXC Container

@@ -412,7 +412,7 @@ To create a new Proxmox 7 [Zigbee2MQTT](https://www.zigbee2mqtt.io/) LXC Contain ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pve7_zigbee2mqtt_container.sh)" ``` -

:zap: Default Settings: 1GB RAM - 4GB Storage - 2vCPU :zap:

+

⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡

Determine the location of your adapter (Run in the zigbee2mqtt console) ``` @@ -468,7 +468,7 @@ To start Zigbee2MQTT automatically on boot
-Base Debian 10+ LXC +Base Debian 10+ LXC

Proxmox Debian 10 LXC Container

@@ -477,7 +477,7 @@ To create a new Proxmox Debian 10 (curl. sudo, auto login) LXC Container, run th ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/debian10_container.sh)" ``` -

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

+

⚡ 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 **_Memory_** and **_Cores_** settings to what you desire. Changes are immediate. @@ -487,7 +487,7 @@ After the script completes, If you're dissatisfied with the default settings, cl
-Base Debian 11+ LXC +Base Debian 11+ LXC

Proxmox Debian 11 LXC Container

@@ -496,7 +496,7 @@ To create a new Proxmox Debian 11 (curl. sudo, auto login) LXC Container, run th ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/debian11_container.sh)" ``` -

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

+

⚡ 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 **_Memory_** and **_Cores_** settings to what you desire. Changes are immediate. @@ -506,7 +506,7 @@ After the script completes, If you're dissatisfied with the default settings, cl
-Pi-hole LXC +Pi-hole LXC

Pi-hole LXC

@@ -515,7 +515,7 @@ To create a new Proxmox Pi-hole LXC, run the following in the Proxmox web shell. ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/pihole_container.sh)" ``` -

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

+

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

To set your password (Run in the pi-hole console)