modules: services: nextcloud: configure redis
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
758e88e620
commit
c037d3844a
|
@ -36,6 +36,7 @@ in
|
|||
home = "/var/lib/nextcloud";
|
||||
maxUploadSize = cfg.maxSize;
|
||||
enableBrokenCiphersForSSE = false;
|
||||
configureRedis = true;
|
||||
config = {
|
||||
adminuser = cfg.admin;
|
||||
adminpassFile = cfg.passwordFile;
|
||||
|
|
Loading…
Reference in a new issue