mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
|
{
|
|||
|
"name": "Moodle",
|
|||
|
"id": "moodle",
|
|||
|
"packaging_format": 1,
|
|||
|
"description": {
|
|||
|
"en": "Moodle package for YunoHost application.",
|
|||
|
"fr": "Moodle de package d’application pour YunoHost."
|
|||
|
},
|
|||
|
"version": "4.0",
|
|||
|
"url": "https://moodle.org/",
|
|||
|
"license": "free",
|
|||
|
"maintainer": {
|
|||
|
"name": "Anmol Sharma",
|
|||
|
"email": "anmol@datamol.org"
|
|||
|
},
|
|||
|
"requirements": {
|
|||
|
"yunohost": ">= 2.7.2"
|
|||
|
},
|
|||
|
"multi_instance": true,
|
|||
|
"services": [
|
|||
|
"nginx",
|
|||
|
"php7.1-fpm",
|
|||
|
"psql"
|
|||
|
],
|
|||
|
"arguments": {
|
|||
|
"install" : [
|
|||
|
{
|
|||
|
"name": "domain",
|
|||
|
"type": "domain",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a domain name for Moodle",
|
|||
|
"fr": "Choisissez un nom de domaine pour Moodle"
|
|||
|
},
|
|||
|
"example": "example.com"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "path",
|
|||
|
"type": "path",
|
|||
|
"ask": {
|
|||
|
"en": "Choose a path for Moodle",
|
|||
|
"fr": "Choisissez un chemin pour Moodle"
|
|||
|
},
|
|||
|
"example": "/example",
|
|||
|
"default": "/example"
|
|||
|
},
|
|||
|
{
|
|||
|
"name": "is_public",
|
|||
|
"type": "boolean",
|
|||
|
"ask": {
|
|||
|
"en": "Is it a public application?",
|
|||
|
"fr": "Est-ce une application publique ?"
|
|||
|
},
|
|||
|
"default": true
|
|||
|
}
|
|||
|
]
|
|||
|
}
|
|||
|
}
|