update: 2025.8.4 -> 2025.10.1
See https://version-2025-10.goauthentik.io/releases/2025.10/
This commit is contained in:
parent
3082a94074
commit
62cb06d2ef
7 changed files with 8 additions and 15 deletions
|
|
@ -295,10 +295,6 @@ in
|
|||
};
|
||||
media.enable_upload = mkDefault true;
|
||||
};
|
||||
redis.servers.authentik = {
|
||||
enable = true;
|
||||
port = 6379;
|
||||
};
|
||||
postgresql = mkIf cfg.createDatabase {
|
||||
enable = true;
|
||||
ensureDatabases = [ "authentik" ];
|
||||
|
|
@ -394,7 +390,6 @@ in
|
|||
];
|
||||
after = [
|
||||
"network-online.target"
|
||||
"redis-authentik.service"
|
||||
]
|
||||
++ (lib.optionals cfg.createDatabase [ "postgresql.service" ]);
|
||||
restartTriggers = [ config.environment.etc."authentik/config.yml".source ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue