fix immich dir
This commit is contained in:
@@ -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";
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user