mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
||
"name": "Monica",
|
||
"id": "monica",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family."
|
||
},
|
||
"url": "https://monica.com",
|
||
"license": "free",
|
||
"maintainer": {
|
||
"name": "Sebastian Gumprich",
|
||
"email": "yunohost@gumpri.ch",
|
||
"url": "http://github.com/rndmh3ro/monica_ynh"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">> 2.4.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.1-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Monica",
|
||
"fr": "Choisissez un nom de domaine pour Monica"
|
||
},
|
||
"example": "monica.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Monica. BEWARE: Currently it's only possible to install Monica on the root of a domain, eg. monica.example.com",
|
||
"fr": "Attention: Only install Monica on the domain root, e.g. monica.example.com"
|
||
},
|
||
"example": "/",
|
||
"default": "/"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public application?",
|
||
"fr": "Est-ce une application publique ?"
|
||
},
|
||
"default": false
|
||
},
|
||
{
|
||
"name": "language",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["fr", "en"],
|
||
"default": "en"
|
||
}
|
||
]
|
||
}
|
||
}
|