Move cloudreve to the latest version, and the data to the big disk

This commit is contained in:
Eli Ribble 2025-09-09 21:33:45 +00:00
parent 2c101e6aaa
commit c535915ae0

View file

@ -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 = {};