From 21d7dd873e68d37149c9d1c73cc05f7cc37b45d5 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 6 May 2025 18:49:56 +0200 Subject: [PATCH] Adjust feature set --- src/appstore.js | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/appstore.js b/src/appstore.js index 982fa4ca1..d486c4e4e 100644 --- a/src/appstore.js +++ b/src/appstore.js @@ -55,17 +55,25 @@ 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 let gFeatures = { + appMaxCount: 2, userMaxCount: 5, + domainMaxCount: 1, + mailboxMaxCount: 5, + branding: false, + externalLdap: false, + backupSchedules: false, userGroups: false, userRoles: false, - domainMaxCount: 1, - externalLdap: false, + emailServer: false, privateDockerRegistry: false, - branding: false, + appProxy: false, + eventlogRetention: false, + hsts: false, + + // TODO remove usage of old features below support: false, profileConfig: false, - mailboxMaxCount: 5, - emailPremium: false + emailPremium: false, }; // attempt to load feature cache in case appstore would be down