mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update manifest.json
This commit is contained in:
parent
54dd1f1f31
commit
5cb96da4e6
1 changed files with 1 additions and 9 deletions
|
@ -14,7 +14,7 @@
|
||||||
"email": ""
|
"email": ""
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.0.7"
|
"yunohost": ">= 4.1.7"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -27,19 +27,11 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Roundcube",
|
|
||||||
"fr": "Choisissez un domaine pour Roundcube"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Roundcube",
|
|
||||||
"fr": "Choisissez un chemin pour Roundcube"
|
|
||||||
},
|
|
||||||
"example": "/webmail",
|
"example": "/webmail",
|
||||||
"default": "/webmail"
|
"default": "/webmail"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue