diff --git a/README.md b/README.md index f5e95dd4..adad6d98 100644 --- a/README.md +++ b/README.md @@ -911,6 +911,64 @@ ________________________________________________________________________________ +
+ 🔸UniFi Network Application LXC + +

+ +

UniFi Network Application LXC

+ +An application designed to optimize UniFi home and business networks with ease. + +To create a new Proxmox UniFi Network Application LXC, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/unifi.sh)" +``` + +

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

+ +**UniFi Interface - https:// IP:8443** + +⚙️ **To Update UniFi** + +Run in the LXC console +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/unifi-update.sh)" +``` +____________________________________________________________________________________________ + +
+ +
+ 🔸Omada Controller LXC + +

+ +

Omada Controller LXC

+ +Omada Controller is software which is used to manage the EAP + +To create a new Proxmox Omada Controller LXC, run the following in the Proxmox Shell. + +```yaml +bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/omada.sh)" +``` + +

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

+ +**Omada Interface - https:// IP:8043** + +⚙️ **To Update Omada** + +Run in the LXC console +```yaml +Working On +``` +____________________________________________________________________________________________ + +
+
🔸Plex Media Server LXC