2023-03-02 13:58:19 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "moodle"
|
|
|
|
name = "Moodle"
|
|
|
|
description.en = "Online learning platform"
|
|
|
|
description.fr = "Plateforme d'apprentissage en ligne"
|
|
|
|
|
2024-08-31 15:06:53 +02:00
|
|
|
version = "4.4.3~ynh2"
|
2023-03-02 13:58:19 +01:00
|
|
|
|
2024-05-01 02:07:30 +02:00
|
|
|
maintainers = []
|
2023-03-02 13:58:19 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
website = "https://moodle.org/"
|
|
|
|
demo = "https://sandbox.moodledemo.net/"
|
|
|
|
admindoc = "https://docs.moodle.org/400/en/Main_page"
|
|
|
|
code = "https://github.com/moodle/moodle"
|
|
|
|
|
|
|
|
[integration]
|
2024-08-31 15:06:53 +02:00
|
|
|
yunohost = ">= 11.2.29"
|
|
|
|
helpers_version = "2.1"
|
2023-03-02 13:58:19 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-11-19 18:02:57 +01:00
|
|
|
|
2023-03-02 13:58:19 +01:00
|
|
|
ldap = true
|
2023-11-19 18:02:57 +01:00
|
|
|
|
2023-03-02 13:58:19 +01:00
|
|
|
sso = true
|
2023-11-19 18:02:57 +01:00
|
|
|
|
2023-03-02 13:58:19 +01:00
|
|
|
disk = "50M"
|
2023-03-02 16:31:51 +01:00
|
|
|
ram.build = "2000M"
|
2023-03-02 13:58:19 +01:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/moodle"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.site_name]
|
|
|
|
ask.en = "Choose a name for the site you want to create"
|
|
|
|
ask.fr = "Choisissez un nom pour le site que vous voulez créer"
|
|
|
|
type = "string"
|
2023-09-28 10:43:34 +02:00
|
|
|
default = "Moodle"
|
2023-03-02 13:58:19 +01:00
|
|
|
|
|
|
|
[resources]
|
2023-03-30 17:49:45 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-08-30 18:55:17 +02:00
|
|
|
url = "https://github.com/moodle/moodle/archive/refs/tags/v4.4.3.tar.gz"
|
|
|
|
sha256 = "5741a854b6ca56eb67465b0737ed0e108d88c7071fb5e5c815ba54939e8576ad"
|
2023-03-30 17:49:45 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
2023-03-02 13:58:19 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
2024-08-31 15:06:53 +02:00
|
|
|
group = "www-data:r-x"
|
2023-03-02 13:58:19 +01:00
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-10-27 14:00:33 +02:00
|
|
|
packages = "postgresql, php8.2-mbstring, php8.2-curl, php8.2-xmlrpc, php8.2-soap, php8.2-zip, php8.2-gd php8.2-xml, php8.2-intl, php8.2-pgsql, php8.2-ldap"
|
2023-03-02 13:58:19 +01:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|