Optimized moodle role

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-21 14:20:34 +02:00
parent 9d400911f4
commit c7ff39169a
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
5 changed files with 14 additions and 4 deletions

View File

@ -2,7 +2,7 @@
## Description
Ignite the learning experience with Moodle, a powerful and versatile platform for online education that energizes classrooms and fosters interactive learning. Moodle delivers a comprehensive set of tools for creating, managing, and sharing educational content, supporting collaboration among educators and learners alike.
Ignite the learning experience with [Moodle](https://moodle.org/), a powerful and versatile platform for online education that energizes classrooms and fosters interactive learning. Moodle delivers a comprehensive set of tools for creating, managing, and sharing educational content, supporting collaboration among educators and learners alike.
## Overview

View File

@ -0,0 +1,3 @@
# Todo
- Check if sendmail needs to be installed. See [Issue](https://github.com/bitnami/containers/issues/63311).
- Solve [issue](https://github.com/bitnami/containers/issues/72747)

View File

@ -11,3 +11,10 @@ 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 %}
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 '') }}

View File

@ -1,4 +1,4 @@
site_titel: "Global Learning Academy on {{primary_domain}}"
site_titel: "Academy on {{primary_domain}}"
users:
administrator:
username: "{{users.administrator.username}}"