forked from DGNum/infrastructure
feat(nextcloud): Add a service to preview documents each day
This commit is contained in:
parent
6fd98b6c02
commit
b0b576e9fe
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ in {
|
|||
"pm.start_servers" = "6";
|
||||
};
|
||||
|
||||
systemd.services.nextcloud-preview = {
|
||||
script = "nextcloud-occ preview:pre-generate -vvv";
|
||||
startAt = "*-*-* 01:00:00 UTC";
|
||||
};
|
||||
|
||||
notify_push = { enable = true; };
|
||||
|
||||
database.createLocally = true;
|
||||
|
|
Loading…
Reference in a new issue