Nextcloud: enable cache

This commit is contained in:
Filippo Berto 2023-07-12 19:09:09 +01:00
parent a36b43bf4e
commit 481fd3c290
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -16,6 +16,7 @@
hostName = "my-nextcloud.bertof.net";
maxUploadSize = "24G";
caching.apcu = true;
config.trustedProxies = [ "172.23.4.159" "fd80:56c2:e21c:f9c7:5399:93be:21a9:9fa0" "fe80::3079:d8ff:feb5:7d62" ];
config.extraTrustedDomains = [ config.services.nextcloud.hostName "freya.local" ];
config.adminpassFile = config.age.secrets.nextcloud_admin_secret.path;