diff --git a/README.md b/README.md index fd358a49..2b4ff279 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This script will Disable the Enterprise Repo, Add & Enable the No-Subscription Repo, Add & Disable Test Repo (repo's can be enabled/disabled via the UI in Repositories) and attempt the *No-Nag* fix. -Run the following in the Proxmox Web Shell. ⚠️ *_PVE7 ONLY_* +Run the following in the Proxmox Web Shell. ⚠️ **PVE7 ONLY** ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/post_install.sh)" @@ -71,31 +71,37 @@ After the script completes, If you're dissatisfied with the default settings, cl **Home Assistant Interface - IP:8123** -Path to HA /config +⚙️ **Path to HA /config** ``` /var/lib/containers/storage/volumes/hass_config/_data ``` -To edit the HA configuration.yaml (run from the Home Assistant container LXC console) +⚙️ **To edit the HA configuration.yaml** + +Run from the LXC console ``` nano /var/lib/containers/storage/volumes/hass_config/_data/configuration.yaml ``` Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” -To autostart Home Assistant at every boot (run from the LXC console) +⚙️ **To autostart Home Assistant at every boot:** + +Run from the LXC console ``` podman generate systemd \ --new --name homeassistant \ > /etc/systemd/system/homeassistant.service systemctl enable homeassistant ``` -Check the status of homeassistant service (run from the LXC console) +⚙️ **Check the status of homeassistant service:** + +Run from the LXC console ``` systemctl status homeassistant ``` - **To install HACS:** +⚙️ **To install HACS:** -Run the following from the Home Assistant Container LXC console +Run the from the LXC console ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/podman_hacs.sh)" ``` @@ -128,20 +134,22 @@ After the script completes, If you're dissatisfied with the default settings, cl **Portainer Interface - IP:9000** -Path to HA /config +⚙️ **Path to HA /config** ``` /var/lib/docker/volumes/hass_config/_data ``` -To edit the HA configuration.yaml (run from the Home Assistant container LXC console) +⚙️ **To edit the HA configuration.yaml** + +Run from the LXC console ``` nano /var/lib/docker/volumes/hass_config/_data/configuration.yaml ``` Save and exit the editor with “Ctrl+O”, “Enter” and “Ctrl+X” -**To allow device passthrough:** +⚙️ **To allow device passthrough:** -In the Proxmox web shell run (replace 106 with your LXC ID) +In the Proxmox web shell run (**replace `106` with your LXC ID**) ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/autodev.sh)" -s 106 ``` @@ -149,9 +157,9 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/auto Reboot the LXC to apply the changes -**To install HACS:** +⚙️ **To install HACS:** -Run the following from the Home Assistant Container LXC console +Run the from the LXC console ``` bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/hacs.sh)" ``` @@ -438,9 +446,9 @@ bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/zigb