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