mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
73 lines
1.6 KiB
TOML
73 lines
1.6 KiB
TOML
packaging_format = 2
|
|
|
|
id = "moodle"
|
|
name = "Moodle"
|
|
description.en = "Online learning platform"
|
|
description.fr = "Plateforme d'apprentissage en ligne"
|
|
|
|
version = "4.1.2~ynh1"
|
|
|
|
maintainers = ["Anmol Sharma"]
|
|
|
|
[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]
|
|
yunohost = ">= 11.1.16"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = true
|
|
disk = "50M"
|
|
ram.build = "2000M"
|
|
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"
|
|
default = "moodle"
|
|
example = "moodle"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/moodle/moodle/archive/v4.1.2.zip"
|
|
sha256 = "395523c8a81203636dfe74e8daaa9f98dc5268576728ef01d7fcc5a1753cc13a"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql php7.4-common php7.4-mbstring php7.4-curl php7.4-xmlrpc php7.4-soap php7.4-zip php7.4-gd php7.4-xml php7.4-intl php7.4-pgsql php7.4-ldap"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|