From: Rafael Sadowski Subject: nextcloud readme tweak and missing config part To: ports@openbsd.org Cc: gonzalo , landry@openbsd.org Date: Tue, 6 Jan 2026 08:17:40 +0100 I installed Nextcloud locally to have a test environment for httpd. During the SQLite setup, I noticed a few missing parts. - Our default configuration is missing " 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 6 Jan 2026 07:10:43 -0000 @@ -1,3 +1,4 @@ NC_VERSION= 32.0.3 +REVISION = 0 .include 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 6 Jan 2026 07:10:43 -0000 @@ -1,3 +1,5 @@ + true, + 'datadirectory' => '/nextcloud/data', ); Index: pkg/README =================================================================== RCS file: /cvs/ports/www/nextcloud/pkg/README,v diff -u -p -r1.25 README --- pkg/README 2 Oct 2025 09:10:43 -0000 1.25 +++ pkg/README 6 Jan 2026 07:10:43 -0000 @@ -28,6 +28,10 @@ Nextcloud which will break background jo A symlink can be created to workaround this issue: # ln -sf ${TINSTDIR} /nextcloud +This also means that you must specify "--data-dir" during occ installation. + # cd /nextcloud + # doas -u www php occ maintenance:install --data-dir "/nextcloud/data" + OpenBSD HTTP daemon ------------------- httpd(8) example configuration for Nextcloud: