From 9629dea8dfa2d6943e23d1d5d28113690fa1c36c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 5 Mar 2026 23:36:47 +0100 Subject: [PATCH] enable appstore --- nix/image/configs/nc/config.php | 1 - src/mapping.rs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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(