diff --git a/bundles/nextcloud/files/managed.config.php b/bundles/nextcloud/files/managed.config.php index e186d1b..70970e8 100644 --- a/bundles/nextcloud/files/managed.config.php +++ b/bundles/nextcloud/files/managed.config.php @@ -21,4 +21,5 @@ $CONFIG = array ( ], ], "cache_path" => "/var/lib/nextcloud/.cache", + "upgrade.disable-web" => true, ); diff --git a/bundles/nextcloud/items.py b/bundles/nextcloud/items.py index 38fcb0c..f0c65df 100644 --- a/bundles/nextcloud/items.py +++ b/bundles/nextcloud/items.py @@ -68,15 +68,6 @@ symlinks = { } files = { - '/etc/nextcloud/CAN_INSTALL': { - 'content': '', - 'owner': 'www-data', - 'group': 'www-data', - 'mode': '640', - 'needs': [ - 'directory:/etc/nextcloud', - ], - }, '/etc/nextcloud/managed.config.php': { 'content_type': 'mako', 'owner': 'www-data', @@ -116,7 +107,6 @@ actions['install_nextcloud'] = { 'symlink:/opt/nextcloud/config', 'symlink:/opt/nextcloud/userapps', 'action:extract_nextcloud', - 'file:/etc/nextcloud/CAN_INSTALL', 'file:/etc/nextcloud/managed.config.php', 'postgres_db:nextcloud', ],