fix caddy_auth perms

This commit is contained in:
Simon Gardling 2025-10-17 23:27:19 -04:00
parent e8aafda386
commit 1ae9fc29bd
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -35,8 +35,8 @@
caddy_auth = { caddy_auth = {
file = ./secrets/caddy_auth.age; file = ./secrets/caddy_auth.age;
mode = "0400"; mode = "0400";
owner = "root"; owner = "caddy";
group = "root"; group = "caddy";
}; };
jellyfin-api-key = { jellyfin-api-key = {