fix caddy_auth perms
This commit is contained in:
parent
e8aafda386
commit
1ae9fc29bd
@ -35,8 +35,8 @@
|
||||
caddy_auth = {
|
||||
file = ./secrets/caddy_auth.age;
|
||||
mode = "0400";
|
||||
owner = "root";
|
||||
group = "root";
|
||||
owner = "caddy";
|
||||
group = "caddy";
|
||||
};
|
||||
|
||||
jellyfin-api-key = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user