Adjust feature set
This commit is contained in:
+13
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user