home tags events about rss login

Things happen.

gonzalo honked 17 Aug 2026 18:38 +0000

If you are like my, and like to play around with #occ on #Nextcloud with #OpenBSD with #httpd you probably want to create an include config file for your path, like:

# pwd
/var/www/nextcloud/config
# cat datadirectory.config.php                                                                                                                                                                                         
<?php
$CONFIG['datadirectory'] = ((php_sapi_name() == 'cli') ? '/var/www' : '') . '/nextcloud-data';

That will survive upgrades.

Thank me later.