1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00
horde_ynh/manifest.json

140 lines
3.9 KiB
JSON
Raw Normal View History

2018-02-06 14:33:23 +01:00
{
"name": "Horde",
"id": "horde",
"packaging_format": 1,
"description": {
2018-09-24 08:22:12 +02:00
"en": "A groupware (webmail, adressbook, calendar) that uses PHP",
2018-02-06 14:33:23 +01:00
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
},
2022-08-31 00:06:07 +02:00
"version": "5.2.23~ynh1",
2018-02-06 14:33:23 +01:00
"url": "https://www.horde.org/",
2022-03-09 00:27:32 +01:00
"upstream": {
"license": "LGPL-2.0",
"website": "https://www.horde.org",
"demo": "http://demo.horde.org",
"admindoc": "https://wiki.horde.org",
2022-08-31 00:06:07 +02:00
"code": "https://github.com/horde/base"
2022-03-09 00:27:32 +01:00
},
2018-02-06 14:33:23 +01:00
"license": "LGPL-2.0",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"requirements": {
2022-03-09 00:27:32 +01:00
"yunohost": ">= 4.3.0"
2018-02-06 14:33:23 +01:00
},
"multi_instance": true,
"services": [
"nginx",
2022-03-09 00:27:32 +01:00
"php7.3-fpm",
2018-02-06 14:33:23 +01:00
"mysql"
],
"arguments": {
2022-08-31 00:06:07 +02:00
"install": [
2018-02-06 14:33:23 +01:00
{
"name": "domain",
2022-03-09 00:27:32 +01:00
"type": "domain"
2018-02-06 14:33:23 +01:00
},
{
"name": "path",
"type": "path",
"example": "/horde",
"default": "/horde"
},
{
"name": "is_public",
"type": "boolean",
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "language",
2022-03-09 00:27:32 +01:00
"type": "string",
2018-02-06 14:33:23 +01:00
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
2022-08-31 00:06:07 +02:00
"bg",
"de",
"en",
"es",
"fi",
"fo",
"fr",
"hr",
"hu",
"id",
"is",
"it",
"lt",
"lv",
"mg",
"mk",
"mt",
"nl",
"pl",
"pt",
"ro",
"ru",
"sk",
"so",
"th",
"tr",
"uz"
],
2018-02-06 14:33:23 +01:00
"default": "en"
},
2022-03-09 00:27:32 +01:00
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "service_autodiscovery",
"type": "boolean",
"ask": {
"en": "Would you like to enable the caldDav/cardDAV service autodiscovery?",
"fr": "Voulez-vous activer l'autodécouverte des services calDAV/cardDAV?"
},
"default": false
},
2018-02-06 14:33:23 +01:00
{
"name": "whups_install",
"type": "boolean",
"ask": {
2018-09-24 08:22:12 +02:00
"en": "Install a ticket-tracking system (Whups)?"
2018-02-06 14:33:23 +01:00
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "sesha_install",
"type": "boolean",
"ask": {
2018-09-24 08:22:12 +02:00
"en": "Install a Inventory Manager (Sesha)?"
2018-02-06 14:33:23 +01:00
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "ansel_install",
"type": "boolean",
"ask": {
2018-09-24 08:22:12 +02:00
"en": "Install a full featured photo management (Ansel)?"
2018-02-06 14:33:23 +01:00
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "wicked_install",
"type": "boolean",
"ask": {
2018-09-24 08:22:12 +02:00
"en": "Install a Wiki (Wicked)?"
2018-02-06 14:33:23 +01:00
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
}
]
}
2018-05-12 18:35:25 +02:00
}