mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Finished EspoCRM implementation
This commit is contained in:
@@ -128,7 +128,7 @@ defaults_applications:
|
||||
|
||||
## EspoCRM
|
||||
espocrm:
|
||||
version: "fpm-alpine"
|
||||
version: "latest"
|
||||
users:
|
||||
administrator:
|
||||
username: "{{ users.administrator.username }}"
|
||||
@@ -142,9 +142,9 @@ defaults_applications:
|
||||
|
||||
{% endraw %}{{ features.render_features({
|
||||
'matomo': true,
|
||||
'css': true,
|
||||
'css': false,
|
||||
'iframe': false,
|
||||
'ldap': true,
|
||||
'ldap': false,
|
||||
'oidc': true,
|
||||
'database': true
|
||||
}) }}{% raw %}
|
||||
|
Reference in New Issue
Block a user