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
2023-01-12 09:14:32 +01:00

134 lines
3.7 KiB
JSON

{
"name": "Horde",
"id": "horde",
"packaging_format": 1,
"description": {
"en": "Groupware (webmail, adressbook, calendar)",
"fr": "Groupware (webmail, carnet adresses, agenda)"
},
"version": "5.2.23~ynh1",
"url": "https://www.horde.org/",
"upstream": {
"license": "LGPL-2.0",
"website": "https://www.horde.org",
"demo": "http://demo.horde.org",
"admindoc": "https://wiki.horde.org",
"code": "https://github.com/horde/base"
},
"license": "LGPL-2.0",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php7.4-fpm",
"mysql"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/horde",
"default": "/horde"
},
{
"name": "is_public",
"type": "boolean",
"default": false
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"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"
],
"default": "en"
},
{
"name": "admin",
"type": "user"
},
{
"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
},
{
"name": "whups_install",
"type": "boolean",
"ask": {
"en": "Install a ticket-tracking system (Whups)?"
},
"default": false
},
{
"name": "sesha_install",
"type": "boolean",
"ask": {
"en": "Install a Inventory Manager (Sesha)?"
},
"default": false
},
{
"name": "ansel_install",
"type": "boolean",
"ask": {
"en": "Install a full featured photo management (Ansel)?"
},
"default": false
},
{
"name": "wicked_install",
"type": "boolean",
"ask": {
"en": "Install a Wiki (Wicked)?"
},
"default": false
}
]
}
}