Download raw body.
fix default config in nextcloud
Otherwise, an error will be displayed during a new standard installation. OK? Index: 31/Makefile =================================================================== RCS file: /cvs/ports/www/nextcloud/31/Makefile,v diff -u -p -r1.10 Makefile --- 31/Makefile 16 Dec 2025 14:39:17 -0000 1.10 +++ 31/Makefile 18 Dec 2025 18:29:17 -0000 @@ -1,3 +1,4 @@ NC_VERSION= 31.0.12 +REVISION= 0 .include <bsd.port.mk> Index: 32/Makefile =================================================================== RCS file: /cvs/ports/www/nextcloud/32/Makefile,v diff -u -p -r1.5 Makefile --- 32/Makefile 16 Dec 2025 14:40:27 -0000 1.5 +++ 32/Makefile 18 Dec 2025 18:29:17 -0000 @@ -1,3 +1,4 @@ NC_VERSION= 32.0.3 +REVISION= 0 .include <bsd.port.mk> Index: files/config.php.dist.in =================================================================== RCS file: /cvs/ports/www/nextcloud/files/config.php.dist.in,v diff -u -p -r1.1 config.php.dist.in --- files/config.php.dist.in 9 Dec 2018 11:07:35 -0000 1.1 +++ files/config.php.dist.in 18 Dec 2025 18:29:17 -0000 @@ -1,3 +1,4 @@ +<?php $CONFIG = array ( 'integrity.check.disabled' => true, );
fix default config in nextcloud