mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
193b296277
* Set rights
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "Moodle",
|
|
"id": "moodle",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Online learning platform",
|
|
"fr": "Plateforme d'apprentissage en ligne"
|
|
},
|
|
"version": "3.11.0~ynh1",
|
|
"url": "https://moodle.org/",
|
|
"upstream": {
|
|
"license": "GPL-3.0-or-later",
|
|
"website": "https://moodle.org/",
|
|
"demo": "https://sandbox.moodledemo.net/",
|
|
"admindoc": "https://docs.moodle.org/311/en/Main_page",
|
|
"code": "https://github.com/moodle/moodle"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.3-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/moodle",
|
|
"default": "/moodle"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|