diff --git a/nix/image/configs/nc/config.php b/nix/image/configs/nc/config.php index 49a135f..b00d47b 100644 --- a/nix/image/configs/nc/config.php +++ b/nix/image/configs/nc/config.php @@ -8,7 +8,6 @@ if (file_exists(__DIR__ . '/nextcloud.json')) { $CONFIG = array_merge_recursive($extra_config, [ 'debug' => true, - 'appstoreenabled' => false, 'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\APCu', diff --git a/src/mapping.rs b/src/mapping.rs index 36587ad..1e04ffb 100644 --- a/src/mapping.rs +++ b/src/mapping.rs @@ -133,7 +133,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator> { Mapping::new(Sources, "", "/var/www/html"), Mapping::new(WorkDir, "data", "/var/www/html/data"), Mapping::new(WorkDir, "config", "/var/www/html/config"), - Mapping::new(WorkDir, "store_app", "/var/www/html/store_app"), + Mapping::new(WorkDir, "store_apps", "/var/www/html/store_apps"), Mapping::new(WorkDir, "data-autotest", "/var/www/html/data-autotest"), Mapping::new(WorkDir, "skeleton", "/var/www/html/core/skeleton"), Mapping::new(