fix paths

This commit is contained in:
soraefir
2026-06-08 01:12:40 +02:00
parent b3c5e4f651
commit e618f396c0
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@ in {
overrides = {
volumes = [
"${serverCfg.path.book.path}:/calibre-library"
"${serverCfg.path.download.path}/book:/cwa-book-ingest"
"${serverCfg.path.dlComplete.path}:/cwa-book-ingest"
];
};
};

View File

@@ -7,7 +7,7 @@ in {
paths = [{
path = "${serverCfg.path.config.path}/selfmark/";
owner = "1000:1000";
mode = "0444";
mode = "0755";
}];
containers = {
@@ -80,8 +80,8 @@ in {
};
overrides = {
volumes = [
"${serverCfg.path.dlComplete.path}:/books:rw"
"${serverCfg.path.book.path}:/output:rw"
"${serverCfg.path.dlIncomplete.path}:/books:rw"
"${serverCfg.path.dlComplete.path}:/output:rw"
"${serverCfg.path.config.path}/selfmark:/config:rw"
];
};