owncast: fix /archive creation, persist share

This commit is contained in:
Sandro - 2023-11-27 01:36:00 +01:00
parent fee99ac3dc
commit b42ffc788e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,10 @@
];
c3d2 = {
deployment.server = "server10";
deployment = {
mounts = [ "archive" ];
server = "server10";
};
hq.statistics.enable = true;
};

View File

@ -55,7 +55,7 @@ in
};
tmpfiles.rules = [
"d ${cfg.targetDir} 0770 root nginx -"
"d ${cfg.targetDir} 0770 archiver nginx -"
];
};
};