modules: services: nextcloud: configure redis
ci/woodpecker/push/check Pipeline was successful Details

I keep having some file-locking issues, and heard that using redis might
help alleviate those errant locks.

It's also necessary to use the `notify_push` app.
This commit is contained in:
Bruno BELANYI 2023-07-15 14:01:14 +01:00
parent 758e88e620
commit c037d3844a
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ in
home = "/var/lib/nextcloud";
maxUploadSize = cfg.maxSize;
enableBrokenCiphersForSSE = false;
configureRedis = true;
config = {
adminuser = cfg.admin;
adminpassFile = cfg.passwordFile;