start authelia config and change copyparty upload max size

This commit is contained in:
2026-01-20 12:13:54 +01:00
parent c2f8b28b5d
commit 7468ccd09f
8 changed files with 91 additions and 1 deletions

View File

@@ -15,5 +15,17 @@
mode = "700";
owner = "copyparty";
};
authelia-jwt = {
file = ./secrets/authelia-jwt.age;
mode = "700";
};
authelia-encryption = {
file = ./secrets/authelia-encryption.age;
mode = "700";
};
authelia-session = {
file = ./secrets/authelia-session.age;
mode = "700";
};
};
}