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.
warningIf the LXC is created Privileged, the script will automatically set up USB passthrough.
infoconfig path: `/var/lib/containers/storage/volumes/hass_config/_data`
warningOptions to Install Portainer or Portainer Agent
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU2048 MB RAM16 GB disk
Config path/var/lib/containers/storage/volumes/hass_config/_data
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/podman-homeassistant.sh'; sha='999f40b57f4dd3adc793b5015cfac69bfba082b53f5c2155d3d7c71eadb430d4'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/podman-homeassistant.shSHA-256 999f40b57f4dd3adc793b5015cfac69bfba082b53f5c2155d3d7c71eadb430d4 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.