From 7f148c7c06cb62407ce56b48ce806360685ed051 Mon Sep 17 00:00:00 2001 From: topterrorist Date: Sat, 19 Sep 2026 17:34:05 +0200 Subject: [PATCH] authentik/config/readme.txt toevoegen --- authentik/config/readme.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 authentik/config/readme.txt diff --git a/authentik/config/readme.txt b/authentik/config/readme.txt new file mode 100644 index 0000000..2ee5bb0 --- /dev/null +++ b/authentik/config/readme.txt @@ -0,0 +1,12 @@ +modify the stupid podman socket by editing its systemctl service + +just do systemctl edit podman.socket and drop this in + +[Service] +ExecStartPost=/usr/bin/chown {YOUR USER}:{YOUR GROUP} /run/podman +ExecStartPost=/usr/bin/chmod 0750 /run/podman + +[Socket] +SocketUser={YOUR USER} +SocketGroup={YOUR GROUP} +SocketMode=0660