1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00
sogo_ynh/manifest.json

61 lines
1.8 KiB
JSON
Raw Normal View History

2016-03-18 18:38:54 +01:00
{
"name": "SOGo",
"id": "sogo",
2018-08-14 22:18:22 +02:00
"packaging_format": 1,
"license": "LGPL-2.1,GPL-2.0",
"url": "https://sogo.nu/",
2019-01-27 15:07:22 +01:00
"version": "3.2.6-2~ynh1",
2016-03-18 18:38:54 +01:00
"description": {
"en": "Sogo is an opensource groupware for E-Mail, Contacts and Calender.",
2018-08-14 22:18:22 +02:00
"fr": "Sogo est un groupware opensource pour les e-mail, contacts et calendrier"
2016-03-18 18:38:54 +01:00
},
2018-08-14 22:18:22 +02:00
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"previous_maintainers": {
2016-03-18 18:38:54 +01:00
"name": "mattronix",
"email": "mattronix@weho.st",
"url": "http://sogo.nu"
},
2018-08-14 22:18:22 +02:00
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"requirements": {
"yunohost": ">= 2.7.14"
},
2016-03-18 18:38:54 +01:00
"arguments": {
"install" : [
2016-03-18 19:35:13 +01:00
{
"name": "domain",
2018-08-14 22:18:22 +02:00
"type": "domain",
2016-03-18 19:35:13 +01:00
"ask": {
2018-08-14 22:18:22 +02:00
"en": "Choose a domain name for SOGo",
"fr": "Choisissez un nom de domaine pour SOGo"
2016-03-18 19:35:13 +01:00
},
2018-08-14 22:18:22 +02:00
"example": "example.com"
2016-03-18 19:35:13 +01:00
},
2016-03-18 19:18:39 +01:00
{
"name": "admin",
2018-08-14 22:18:22 +02:00
"type": "user",
2016-03-18 19:18:39 +01:00
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
2018-08-14 22:18:22 +02:00
"type": "boolean",
2016-03-18 19:18:39 +01:00
"ask": {
2018-08-14 22:18:22 +02:00
"en": "Is it a public site ? To be able to use caldav and cardav you need to set as public.",
"fr": "Est-ce un site public ? Pour pouvoir utiliser caldav et cardav vous devz mettre en public."
2016-03-18 19:18:39 +01:00
},
2018-08-14 22:18:22 +02:00
"default": true
2016-03-18 18:38:54 +01:00
}
]
}
}