Post

Podman Home Assistant Container

A standalone Podman container-based installation of Home Assistant Core means that the Home Assistant Core software is installed inside a container managed by Podman, separate from the host operating system. This provides a flexible and scalable solution for running the software, as the container can be easily moved between host systems or isolated from other processes for security. Podman is a popular open-source tool for managing containers that is similar to Docker, but designed for use on Linux systems without a daemon. 🛈 If the LXC is created Privileged, the script will automatically set up USB passthrough.

Podman Home Assistant Container

Installation

Default install:

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

Configuration

Config file:

1
/var/lib/containers/storage/volumes/hass_config/_data

Notes

If the LXC is created Privileged, the script will automatically set up USB passthrough.
config path: /var/lib/containers/storage/volumes/hass_config/_data
Options to Install Portainer or Portainer Agent

Web Interface

Port: 8123

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