mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
||
"name": "SOGo",
|
||
"id": "sogo",
|
||
"packaging_format": 1,
|
||
"license": "LGPL-2.1,GPL-2.0",
|
||
"url": "https://sogo.nu/",
|
||
"version": "3.2.6-2~ynh1",
|
||
"description": {
|
||
"en": "Sogo is an opensource groupware for E-Mail, Contacts and Calender.",
|
||
"fr": "Sogo est un groupware opensource pour les e-mail, contacts et calendrier"
|
||
},
|
||
"maintainer": {
|
||
"name": "Josué Tille",
|
||
"email": "josue@tille.ch"
|
||
},
|
||
"previous_maintainers": {
|
||
"name": "mattronix",
|
||
"email": "mattronix@weho.st",
|
||
"url": "http://sogo.nu"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx",
|
||
"mysql"
|
||
],
|
||
"requirements": {
|
||
"yunohost": ">= 2.7.14"
|
||
},
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for SOGo",
|
||
"fr": "Choisissez un nom de domaine pour SOGo"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"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 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."
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|