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

Remove ask (#36)

This commit is contained in:
Éric Gaspar 2021-03-16 17:34:55 +01:00 committed by GitHub
parent 7fdd2137b2
commit 1b6ad3f87e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 4.0.0"
"yunohost": ">= 4.1.7"
},
"multi_instance": true,
"services": [
@ -26,38 +26,22 @@
{
"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": "admin",
"type": "user",
"ask": {
"en": "Choose the Moodle administrator (must be an existing YunoHost user)",
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]