diff --git a/devices/nos/modules/arion/nextcloud/compose.nix b/devices/nos/modules/arion/nextcloud/compose.nix index 9d0f291..a35044c 100644 --- a/devices/nos/modules/arion/nextcloud/compose.nix +++ b/devices/nos/modules/arion/nextcloud/compose.nix @@ -33,7 +33,6 @@ in { POSTGRES_HOST = "nextcloud-db"; REDIS_HOST = "nextcloud-cache"; REDIS_HOST_PASSWORD = "password"; - TRUSTED_PROXIES = "cloud.nelim.org nginx-server"; NEXTCLOUD_INIT_HTACCESS = "true"; }; }; diff --git a/devices/nos/modules/arion/nextcloud/images/nextcloud.nix b/devices/nos/modules/arion/nextcloud/images/nextcloud.nix index c4ce22f..a85b480 100644 --- a/devices/nos/modules/arion/nextcloud/images/nextcloud.nix +++ b/devices/nos/modules/arion/nextcloud/images/nextcloud.nix @@ -1,8 +1,8 @@ pkgs: pkgs.dockerTools.pullImage { imageName = "nextcloud"; - imageDigest = "sha256:0a4e5f7e271888914cbf1e26b462f8cb44afb42681f404a32dcb47273c1eb446"; - sha256 = "17mafd6ya0fg9h751shmkw4jyil1ix3vkpk87vm6jxxmw97hr8zx"; + imageDigest = "sha256:3a77dd75fedae5c1e28b786f82e5a71c0758036d4991c5713c1513b6daa34358"; + sha256 = "121a4vpp8wnw3z6ngpif4pyvkannxf7jqk6c2zqhl6lpkv9sbm0v"; finalImageName = "nextcloud"; - finalImageTag = "28.0.4-fpm"; + finalImageTag = "28.0.5-fpm"; }