Use appUpdates feature flag

This commit is contained in:
Johannes Zellner
2025-10-01 14:35:14 +02:00
parent 398b978a5f
commit 295aafddf0
2 changed files with 9 additions and 6 deletions

View File

@@ -55,6 +55,7 @@ const apps = require('./apps.js'),
// These are the default options and will be adjusted once a subscription state is obtained
// Keep in sync with appstore/routes/cloudrons.js
const DEFAULT_FEATURES = {
appUpdates: false,
appMaxCount: 2,
userMaxCount: 5,
domainMaxCount: 1,