fix immich dir

This commit is contained in:
soraefir
2026-06-07 20:40:53 +02:00
parent a1c9185090
commit f79b57855a

View File

@@ -12,11 +12,11 @@ in {
runtime = { runtime = {
paths = [{ paths = [{
path = "${serverCfg.path.config.path}/immich"; path = "${serverCfg.path.config.path}/immich";
dirs = ["cache"]; dirs = ["cache" "thumb" "encoded-video"];
mode = "0750"; mode = "0750";
}{ }{
path = "${serverCfg.path.data.path}/immich/"; path = "${serverCfg.path.data.path}/immich/";
dirs = ["upload" "thumbs" "encoded-video" "backups"]; dirs = ["backups"];
mode = "0755"; mode = "0755";
}]; }];