This commit is contained in:
death916 2025-05-12 12:38:01 +00:00
parent d4bdfc766c
commit ef7a636c50

View file

@ -33,7 +33,7 @@ in
package = pkgs.nextcloud31; # Or your preferred Nextcloud version package = pkgs.nextcloud31; # Or your preferred Nextcloud version
hostName = nextcloudExternalDomain; hostName = nextcloudExternalDomain;
https = false; # Let NPM Handle TLS https = false; # Let NPM Handle TLS
configureRedis = True; configureRedis = true;
datadir = nextcloudDataPath; datadir = nextcloudDataPath;
maxUploadSize = "2G"; # Example - can be adjusted maxUploadSize = "2G"; # Example - can be adjusted