mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Update to Nextcloud 28
This commit is contained in:
parent
5864a4cff2
commit
aef5eabce5
1 changed files with 4 additions and 1 deletions
|
|
@ -54,10 +54,11 @@ in {
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud27;
|
package = pkgs.nextcloud28;
|
||||||
hostName = "cloud.${config.networking.domain}";
|
hostName = "cloud.${config.networking.domain}";
|
||||||
https = true;
|
https = true;
|
||||||
maxUploadSize = "1G";
|
maxUploadSize = "1G";
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
dbuser = "nextcloud";
|
dbuser = "nextcloud";
|
||||||
|
|
@ -70,6 +71,8 @@ in {
|
||||||
defaultPhoneRegion = "BE";
|
defaultPhoneRegion = "BE";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
extraOptions = { maintenance_window_start = 1; };
|
||||||
|
|
||||||
phpOptions = {
|
phpOptions = {
|
||||||
short_open_tag = "Off";
|
short_open_tag = "Off";
|
||||||
expose_php = "Off";
|
expose_php = "Off";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue