mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
26 lines
663 B
JSON
26 lines
663 B
JSON
{
|
|
"name": "SOGo",
|
|
"id": "sogo",
|
|
"description": {
|
|
"en": "Sogo is an opensource groupware for E-Mail, Contacts and Calender.",
|
|
"fr": "Insert French Here"
|
|
},
|
|
"developer": {
|
|
"name": "mattronix",
|
|
"email": "mattronix@weho.st",
|
|
"url": "http://sogo.nu"
|
|
},
|
|
"multi_instance": "false",
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for sogo",
|
|
"fr": "Choisissez un domaine pour sogo"
|
|
},
|
|
"example": "domain.org"
|
|
}
|
|
]
|
|
}
|
|
}
|