1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00
moodle_ynh/manifest.json

58 lines
1.5 KiB
JSON
Raw Normal View History

2017-12-14 18:03:01 +01:00
{
"name": "Moodle",
"id": "moodle",
"packaging_format": 1,
"description": {
"en": "Moodle package for YunoHost application.",
"fr": "Moodle de package dapplication 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"
},
2017-12-14 22:39:56 +01:00
"example": "/moodle",
"default": "/moodle"
2017-12-14 18:03:01 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}