This repository has been archived on 2025-09-06. You can view files and clone it, but cannot push or open issues/pull-requests.
home-assistant-yellow/yellow
Dustin b1afb4adf1 Configure Home Assistant Podman container
The default Home Assistant configuration does not allow running a
reverse proxy in front of the application.  To enable this, the
`use_x_forwarded_for` and `trusted_proxies` options have to be set.

Since we want `/var/lib/homeassistant` to be a Btrfs subvolume, we can't
simply include the necessary files in the correct location in the rootfs
image.  Instead, we must define "copy tree" (`C`) actions for
`systemd-tmpfiles` to copy them from `/usr/share/factory`.
Unfortunately, `systemd-tmpfiles` considers `v` and `C` actions
conflicting, and thus will not copy the directory contents recursively.
Each file has to be listed explicitly.
2023-03-30 08:56:14 -05:00
..
overlay Configure Home Assistant Podman container 2023-03-30 08:56:14 -05:00
portage yellow: Install Podman 2023-03-30 08:55:45 -05:00
.gitignore build: Implement CONFIGDIR setting 2023-03-15 21:12:04 -05:00
build.packages Separate base packages from customizations 2023-03-21 19:39:33 -05:00
busybox.symlinks build: Implement CONFIGDIR setting 2023-03-15 21:12:04 -05:00
config build: Implement CONFIGDIR setting 2023-03-15 21:12:04 -05:00
config.txt Move post-build script to configdir 2023-03-21 19:40:51 -05:00
install.packages yellow: Install Podman 2023-03-30 08:55:45 -05:00
installonly.packages build: Implement CONFIGDIR setting 2023-03-15 21:12:04 -05:00
linux.config yellow: Install Podman 2023-03-30 08:55:45 -05:00
post-build.sh Move post-build script to configdir 2023-03-21 19:40:51 -05:00