hashipi

Raspberry Pi home lab with Nomad and OpenBao
git clone https://git.in0rdr.ch/hashipi.git
Log | Files | Refs | Pull requests |Archive | README

commit 6220760010ca491e6c2f1e004c338a337cd97892
parent d7335e8305d4bc098e483fa2f43ed7df228ab39f
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Mon, 24 Nov 2025 07:51:17 +0100

feat(intel): apparmor profile gatus nfs

Diffstat:
Mdebian_postinstall.sh | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/debian_postinstall.sh b/debian_postinstall.sh @@ -30,3 +30,13 @@ iface br0 inet dhcp bridge_fd 0 bridge_maxwait 0 EOF + +cat <<EOF > /etc/apparmor.d/lxc/lxc-gatus +profile lxc-gatus flags=(attach_disconnected,mediate_deleted) { + # Include base container profile + #include <abstractions/lxc/container-base> + + # Allow mounting a specific directory + mount fstype=nfs -> /etc/nginx/tls/, +} +EOF