Nextcloud: higher max upload size
This commit is contained in:
parent
f9bcbf2508
commit
f7819dacec
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
package = pkgs.nextcloud27;
|
||||
|
||||
hostName = "my-nextcloud.bertof.net";
|
||||
maxUploadSize = "16G";
|
||||
maxUploadSize = "24G";
|
||||
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue