This commit is contained in:
mwiegand 2021-07-07 01:31:08 +02:00
parent e2eb7c067f
commit d0857ecf09
2 changed files with 1 additions and 10 deletions

View file

@ -21,4 +21,5 @@ $CONFIG = array (
],
],
"cache_path" => "/var/lib/nextcloud/.cache",
"upgrade.disable-web" => true,
);

View file

@ -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',
],