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 = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud27;
|
||||
package = pkgs.nextcloud28;
|
||||
hostName = "cloud.${config.networking.domain}";
|
||||
https = true;
|
||||
maxUploadSize = "1G";
|
||||
|
||||
config = {
|
||||
dbtype = "pgsql";
|
||||
dbuser = "nextcloud";
|
||||
|
|
@ -70,6 +71,8 @@ in {
|
|||
defaultPhoneRegion = "BE";
|
||||
};
|
||||
|
||||
extraOptions = { maintenance_window_start = 1; };
|
||||
|
||||
phpOptions = {
|
||||
short_open_tag = "Off";
|
||||
expose_php = "Off";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue