mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Further optimations of espocrm
This commit is contained in:
@@ -126,6 +126,30 @@ defaults_applications:
|
||||
'database': true,
|
||||
}) }}{% raw %}
|
||||
|
||||
## EspoCRM
|
||||
espocrm:
|
||||
version: "fpm-alpine"
|
||||
users:
|
||||
administrator:
|
||||
username: "{{ users.administrator.username }}"
|
||||
email: "{{ users.administrator.email }}"
|
||||
|
||||
credentials:
|
||||
administrator:
|
||||
password: "{{ users.administrator.password }}"
|
||||
database:
|
||||
# password: # Set in your inventory file
|
||||
|
||||
{% endraw %}{{ features.render_features({
|
||||
'matomo': true,
|
||||
'css': true,
|
||||
'iframe': false,
|
||||
'ldap': true,
|
||||
'oidc': true,
|
||||
'database': true
|
||||
}) }}{% raw %}
|
||||
|
||||
|
||||
## File Server
|
||||
file_server:
|
||||
{% endraw %}{{ features.render_features({
|
||||
|
Reference in New Issue
Block a user