alpine: update nextcloud30 and authentik 2025.2.4

This commit is contained in:
Tristan 2025-04-29 03:16:50 +01:00
parent 99481b0c20
commit d6da45e36a
2 changed files with 4 additions and 7 deletions

View file

@ -10,7 +10,7 @@
};
authentik-config = {
autoStart = true;
image = "ghcr.io/goauthentik/server:2024.8.2";
image = "ghcr.io/goauthentik/server:2025.2.4";
volumes = ["/home/tristan/pods/authentik/media:/media"];
environment = {
AUTHENTIK_POSTGRESQL__USER = postgres.user;

View file

@ -28,7 +28,7 @@ in {
services.nextcloud = {
enable = true;
https = true;
package = pkgs.nextcloud29;
package = pkgs.nextcloud30;
hostName = "files.${config.networking.domain}";
configureRedis = true;
database.createLocally = true;
@ -37,6 +37,7 @@ in {
dbtype = "pgsql";
};
secretFile = sops.templates."nextcloud/secrets.json".path;
phpOptions."opcache.interned_strings_buffer" = "23";
settings = {
maintenance_window_start = 2;
default_phone_region = "GB";
@ -82,12 +83,8 @@ in {
previewgenerator
deck
news
oidc_login
;
oidc_login = pkgs.fetchNextcloudApp {
sha256 = "sha256-DrbaKENMz2QJfbDKCMrNGEZYpUEvtcsiqw9WnveaPZA=";
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.2.0/oidc_login.tar.gz";
license = "agpl3Only";
};
};
maxUploadSize = "5G";
};