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

75 lines
2.2 KiB
JSON
Raw Normal View History

2017-06-08 13:32:01 +02:00
{
2017-06-14 22:16:25 +02:00
"name": "Monica",
2017-06-08 13:32:01 +02:00
"id": "monica",
"packaging_format": 1,
"description": {
2017-06-12 22:24:23 +02:00
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family. https://monicahq.com"
2017-06-08 13:32:01 +02:00
},
"url": "https://monica.com",
"license": "free",
"maintainer": {
2017-06-12 22:24:23 +02:00
"name": "Sebastian Gumprich",
"email": "yunohost@gumpri.ch",
"url": "http://github.com/rndmh3ro/monica_ynh"
2017-06-08 13:32:01 +02:00
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for ynhmonica",
"fr": "Choisissez un nom de domaine pour ynhmonica"
},
"monica": "monica.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhmonica",
"fr": "Choisissez un chemin pour ynhmonica"
},
"monica": "/monica",
"default": "/monica"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"monica": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
2017-06-12 22:24:23 +02:00
"default": false
2017-06-08 13:32:01 +02:00
},
{
"name": "language",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
2017-06-12 22:24:23 +02:00
"default": "en"
2017-06-08 13:32:01 +02:00
}
]
}
}