Post

Home Assistant Container

A standalone container-based installation of Home Assistant Core means that the software is installed inside a Docker container, separate from the host operating system. This allows for flexibility and scalability, as well as improved security, as the container can be easily moved or isolated from other processes on the host.

Home Assistant Container

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/homeassistant.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 16 GB OS: Debian 13

Configuration

Config file:

1
/var/lib/docker/volumes/hass_config/_data

Notes

Containerized version doesn't allow Home Assistant add-ons.
If the LXC is created Privileged, the script will automatically set up USB passthrough.
config path: /var/lib/docker/volumes/hass_config/_data
Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!
WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing.

Web Interface

Port: 8123

This post is licensed under CC BY 4.0 by the author.