Optimized moodle role

This commit is contained in:
2025-05-21 14:20:34 +02:00
parent 9d400911f4
commit c7ff39169a
5 changed files with 14 additions and 4 deletions

View File

@@ -10,4 +10,11 @@ MOODLE_REVERSE_PROXY=yes
MOODLE_USERNAME={{applications[application_id].users.administrator.username}}
MOODLE_PASSWORD={{applications[application_id].credentials.user_password}}
MOODLE_EMAIL={{applications[application_id].users.administrator.email}}
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}
BITNAMI_DEBUG={% if enable_debug | bool %}true{% else %}false{% endif %}
MOODLE_HOST={{ system_email.host }}
MOODLE_SMTP_PORT_NUMBER={{ system_email.port }}
MOODLE_SMTP_USER={{ users['no-reply'].email }}
MOODLE_SMTP_PASSWORD={{ users['no-reply'].mailu_token }}
MOODLE_SMTP_PROTOCOL={{ 'ssl' if system_email.tls else ('tls' if system_email.start_tls else '') }}