From c535915ae07ed78f3824c1ec597bad94e50bee18 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 9 Sep 2025 21:33:45 +0000 Subject: [PATCH] Move cloudreve to the latest version, and the data to the big disk --- modules/system/cloudreve.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/cloudreve.nix b/modules/system/cloudreve.nix index 69363b9..efe6b4d 100644 --- a/modules/system/cloudreve.nix +++ b/modules/system/cloudreve.nix @@ -52,12 +52,12 @@ with lib; "/var/run/secrets/cloudreve-env" ]; #extraOptions = ["--network=pasta:--map-gw"]; - image = "cloudreve.azurecr.io/cloudreve/pro:4.5.0"; + image = "cloudreve.azurecr.io/cloudreve/pro:4.7.0"; # I'd much rather be doing this, but it fails in inscrutible ways #podman.user = "cloudreve"; ports = [ "127.0.0.1:10040:5212" ]; volumes = [ - "/var/lib/cloudreve:/cloudreve/data" + "/mnt/bigdisk/cloudreve:/cloudreve/data" ]; }; users.groups.cloudreve = {};