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
2019-03-20 21:15:44 +01:00

57 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Moodle",
"id": "moodle",
"packaging_format": 1,
"description": {
"en": "Moodle package for YunoHost application.",
"fr": "Moodle de package dapplication pour YunoHost."
},
"version": "3.6.3",
"url": "https://moodle.org/",
"license": "GPL-3.0",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 3.0"
},
"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": "/moodle",
"default": "/moodle"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}