Podman Homeassistant
IoT & Smart Home · 126 installs (30d)
ubuntu 24.04
126 installs / 30d
About
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.
Install
One-line install
$ bash <(curl -fsSL https://codeberg.org/luna-dj/incus-scripts/raw/branch/main/ct/podman-homeassistant.sh)
Default resources
CPU
1vCPU
RAM
1024MiB
Disk
10GiB
OS
ubuntu 24.04
Override variables
Set any of these before the install command to override defaults:
var_cpu1vCPU cores
var_ram1024Memory (MiB)
var_disk10Disk (GiB)
var_osubuntuBase image OS
var_version24.04OS version
Example with overrides
$ var_cpu=4 var_ram=4096 var_disk=50 bash <(curl -fsSL https://codeberg.org/luna-dj/incus-scripts/raw/branch/main/ct/podman-homeassistant.sh)