Adjust feature set

This commit is contained in:
Johannes Zellner
2025-05-06 18:49:56 +02:00
parent 3f0f189a3a
commit 21d7dd873e
+13 -5
View File
@@ -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