mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
Optimized moodle role
This commit is contained in:
parent
9d400911f4
commit
c7ff39169a
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Description
|
## 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
|
## Overview
|
||||||
|
|
||||||
|
3
roles/docker-moodle/TODO.md
Normal file
3
roles/docker-moodle/TODO.md
Normal 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)
|
@ -10,4 +10,11 @@ MOODLE_REVERSE_PROXY=yes
|
|||||||
MOODLE_USERNAME={{applications[application_id].users.administrator.username}}
|
MOODLE_USERNAME={{applications[application_id].users.administrator.username}}
|
||||||
MOODLE_PASSWORD={{applications[application_id].credentials.user_password}}
|
MOODLE_PASSWORD={{applications[application_id].credentials.user_password}}
|
||||||
MOODLE_EMAIL={{applications[application_id].users.administrator.email}}
|
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 '') }}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
site_titel: "Global Learning Academy on {{primary_domain}}"
|
site_titel: "Academy on {{primary_domain}}"
|
||||||
users:
|
users:
|
||||||
administrator:
|
administrator:
|
||||||
username: "{{users.administrator.username}}"
|
username: "{{users.administrator.username}}"
|
||||||
|
@ -13,7 +13,7 @@ plugins:
|
|||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: false
|
css: false
|
||||||
portfolio_iframe: false
|
portfolio_iframe: false
|
||||||
oidc: true
|
oidc: true
|
||||||
central_database: true
|
central_database: true
|
||||||
csp:
|
csp:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user