diff --git a/templates/config.php.j2 b/templates/config.php.j2 index 0a05534..e771160 100644 --- a/templates/config.php.j2 +++ b/templates/config.php.j2 @@ -11,12 +11,12 @@ $CONFIG = array( 'logfile' => '/var/log/nextcloud/nextcloud.log', 'loglevel' => 2, 'logtimezone' => 'UTC', -'appstoreenabled' => false, +'appstoreenabled' => true, 'apps_paths' => array( array( 'path'=> '{{nextcloud_directory}}/apps', 'url' => '/apps', - 'writable' => false, + 'writable' => true, ), ), 'upgrade.disable-web' => true,