fix immich dir
This commit is contained in:
@@ -12,11 +12,11 @@ in {
|
||||
runtime = {
|
||||
paths = [{
|
||||
path = "${serverCfg.path.config.path}/immich";
|
||||
dirs = ["cache"];
|
||||
dirs = ["cache" "thumb" "encoded-video"];
|
||||
mode = "0750";
|
||||
}{
|
||||
path = "${serverCfg.path.data.path}/immich/";
|
||||
dirs = ["upload" "thumbs" "encoded-video" "backups"];
|
||||
dirs = ["backups"];
|
||||
mode = "0755";
|
||||
}];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user