Lowered nextcloud upload size and set its trusted domain
This commit is contained in:
parent
ef52fda705
commit
4b263f7ba0
2 changed files with 8 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
configureRedis = true;
|
||||
|
||||
# Increase the maximum file upload size to avoid problems uploading videos.
|
||||
maxUploadSize = "16G";
|
||||
maxUploadSize = "5G";
|
||||
https = true;
|
||||
|
||||
autoUpdateApps.enable = true;
|
||||
|
@ -38,6 +38,8 @@
|
|||
|
||||
settings = {
|
||||
overwriteProtocol = "https";
|
||||
overwritehost = "cloud.ryot.foo";
|
||||
trusted_domains = [ "cloud.ryot.foo" ];
|
||||
default_phone_region = "US";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue