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

81 lines
2.1 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": {
"en": " Personal Relationship Manager - a new kind of CRM to organize interactions with your friends and family."
2017-06-08 13:32:01 +02:00
},
2022-09-03 08:07:25 +02:00
"version": "3.7.0~ynh1",
"url": "https://monicahq.com",
2022-01-23 23:07:14 +01:00
"upstream": {
"license": "GPL-3.0",
"website": "https://monicahq.com",
"code": "https://github.com/monicahq/monica",
"cpe": "cpe:2.3:a:monicahq:monica"
2022-01-23 23:07:14 +01:00
},
2017-09-17 12:24:17 +02:00
"license": "GPL-3.0",
2017-06-08 13:32:01 +02:00
"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": ">= 11.0.0"
2017-06-08 13:32:01 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2022-08-15 15:18:03 +02:00
"php7.4-fpm",
2017-06-08 13:32:01 +02:00
"mysql"
],
"arguments": {
2022-01-23 23:07:14 +01:00
"install": [
2017-06-08 13:32:01 +02:00
{
"name": "domain",
2022-01-23 23:07:14 +01:00
"type": "domain"
2017-06-08 13:32:01 +02:00
},
{
"name": "path",
"type": "path",
"example": "/monica",
"default": "/monica"
},
2017-06-08 13:32:01 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
2017-06-08 13:32:01 +02:00
},
{
"name": "language",
"type": "string",
2017-06-08 13:32:01 +02:00
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"cs",
"de",
"en",
"es",
"fr",
"he",
"it",
"nl",
"pt",
"ru",
"zh"
],
2017-06-12 22:24:23 +02:00
"default": "en"
2022-01-30 02:32:04 +01:00
},
2022-08-15 15:18:03 +02:00
{
"name": "admin",
"type": "user"
},
2022-01-30 02:32:04 +01:00
{
"name": "password",
"type": "password"
2017-06-08 13:32:01 +02:00
}
]
}
2022-08-15 15:18:03 +02:00
}