This commit is contained in:
soraefir
2026-06-07 16:21:21 +02:00
parent 649b7cc032
commit 8569c40183
24 changed files with 129 additions and 108 deletions

View File

@@ -5,7 +5,7 @@ let
in {
runtime = {
paths = [{
path = "${serverCfg.path.config}/selfmark/";
path = "${serverCfg.path.config.path}/selfmark/";
mode = "0444";
}];
@@ -79,9 +79,9 @@ in {
};
overrides = {
volumes = [
"${serverCfg.path.dlComplete}:/books:rw"
"${serverCfg.path.book}:/output:rw"
"${serverCfg.path.config}/selfmark:/config:rw"
"${serverCfg.path.dlComplete.path}:/books:rw"
"${serverCfg.path.book.path}:/output:rw"
"${serverCfg.path.config.path}/selfmark:/config:rw"
];
};
};