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
2023-01-12 19:48:25 +01:00

80 lines
2 KiB
JSON

{
"name": "Monica",
"id": "monica",
"packaging_format": 1,
"description": {
"en": "Personal Relationship Manager"
},
"version": "3.7.0~ynh2",
"url": "https://monicahq.com",
"upstream": {
"license": "GPL-3.0",
"website": "https://monicahq.com",
"code": "https://github.com/monicahq/monica",
"cpe": "cpe:2.3:a:monicahq:monica"
},
"license": "GPL-3.0",
"maintainer": {
"name": "Sebastian Gumprich",
"email": "yunohost@gumpri.ch",
"url": "http://github.com/rndmh3ro/monica_ynh"
},
"requirements": {
"yunohost": ">= 11.0.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/monica",
"default": "/monica"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"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"
],
"default": "en"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password"
}
]
}
}