1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

enable appstore

This commit is contained in:
Robin Appelman 2026-03-05 23:36:47 +01:00
commit 9629dea8df
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,6 @@ if (file_exists(__DIR__ . '/nextcloud.json')) {
$CONFIG = array_merge_recursive($extra_config, [ $CONFIG = array_merge_recursive($extra_config, [
'debug' => true, 'debug' => true,
'appstoreenabled' => false,
'memcache.local' => '\\OC\\Memcache\\APCu', 'memcache.local' => '\\OC\\Memcache\\APCu',
'memcache.distributed' => '\\OC\\Memcache\\APCu', 'memcache.distributed' => '\\OC\\Memcache\\APCu',
'memcache.locking' => '\\OC\\Memcache\\APCu', 'memcache.locking' => '\\OC\\Memcache\\APCu',

View file

@ -133,7 +133,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
Mapping::new(Sources, "", "/var/www/html"), Mapping::new(Sources, "", "/var/www/html"),
Mapping::new(WorkDir, "data", "/var/www/html/data"), Mapping::new(WorkDir, "data", "/var/www/html/data"),
Mapping::new(WorkDir, "config", "/var/www/html/config"), 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, "data-autotest", "/var/www/html/data-autotest"),
Mapping::new(WorkDir, "skeleton", "/var/www/html/core/skeleton"), Mapping::new(WorkDir, "skeleton", "/var/www/html/core/skeleton"),
Mapping::new( Mapping::new(