From b1571930adf1d7aba050e612a2d7383c9eeceaf8 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 5 Mar 2022 14:26:00 -0500 Subject: [PATCH] Update README.md --- README.md | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f25ee3e..558e16f8 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,59 @@ ________________________________________________________________________________ +
+ 🔸Homebridge LXC + +

+ +

Homebridge LXC

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

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

+ +**Homebridge Interface - IP:8581** + +⚙️ **Initial Login** + +**username** + ```yaml + admin + ``` + **password** + ```yaml + admin + ``` +Config File Path `/var/lib/homebridge/config.json` + +Storage Path `/var/lib/homebridge` + +Restart Command `sudo hb-service restart` + +Stop Command `sudo hb-service stop` + +Start Command `sudo hb-service start` + +View Logs Command `sudo hb-service logs` + +Systemd Service File `/etc/systemd/system/homebridge.service` + +Systemd Env File `/etc/default/homebridge` + +⚙️ **To Update Homebridge** + +```yaml +Update from the Homebridge UI +``` + + ___________________________________________________________________________________________ + +
+
@@ -272,7 +325,7 @@ ________________________________________________________________________________

-

ESPHome LXC Container

+

ESPHome LXC

To create a new Proxmox ESPHome LXC Container, run the following in the Proxmox Shell.