Finished CLI Installer for SuiteCRM Implementation (LDAP still missing) - https://chatgpt.com/share/69274924-9dec-800f-8653-345aa2c25664

This commit is contained in:
2025-11-27 04:02:04 +01:00
parent 6d6b0fdea6
commit b80cfbdc9d
6 changed files with 75 additions and 25 deletions

View File

@@ -1,25 +1,24 @@
features:
matomo: true
css: true
css: false # Temporary deactivated
desktop: true
ldap: true
oidc: false # OIDC isn't available, just SAML for SSO
central_database: true
logout: true
oauth2: true
oauth2: false # Deactivated for API
server:
csp:
flags: {}
whitelist:
# Allow data URIs for icons etc.
connect-src:
- "data:"
flags:
script-src-attr:
unsafe-eval: true
whitelist:
manifest-src: "{{ WEB_PROTOCOL }}://auth.{{ PRIMARY_DOMAIN }}"
domains:
aliases: []
canonical:
- suite.crm.{{ PRIMARY_DOMAIN }}
email:
from_name: "Customer Relationship Management (SuiteCRM, {{ PRIMARY_DOMAIN }})"