Server/beets: configure permissions plugin
This commit is contained in:
parent
09d0847ea4
commit
ccebf381b0
1 changed files with 5 additions and 0 deletions
|
|
@ -38,7 +38,12 @@ in {
|
||||||
"unimported"
|
"unimported"
|
||||||
"fetchart"
|
"fetchart"
|
||||||
"chroma"
|
"chroma"
|
||||||
|
"permissions"
|
||||||
];
|
];
|
||||||
|
permissions = {
|
||||||
|
file = "644";
|
||||||
|
folder = "755";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue