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

121 lines
3.7 KiB
JSON
Raw Normal View History

2018-02-06 14:33:23 +01:00
{
"name": "Horde",
"id": "horde",
"packaging_format": 1,
"description": {
"en": "A groupware (webmail, adressbook, calendar) witch use PHP",
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
},
2018-06-09 22:58:14 +02:00
"version": "5.2.22~ynh3",
2018-02-06 14:33:23 +01:00
"url": "https://www.horde.org/",
"license": "LGPL-2.0",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"requirements": {
2018-07-31 18:48:46 +02:00
"yunohost": ">= 2.7.14.5"
2018-02-06 14:33:23 +01:00
},
"multi_instance": true,
"services": [
"nginx",
"php5-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for Horde",
"fr": "Choisissez un nom de domaine pour Horde"
},
"example": "example.com"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Horde",
"fr": "Choisissez un chemin pour Horde"
},
"example": "/horde",
"default": "/horde"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server ?",
"fr": "Est-ce un serveur publique ?"
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"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 ?"
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "language",
"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": "whups_install",
"type": "boolean",
"ask": {
"en": "Install a ticket-tracking system (Whups) ?"
},
2018-02-11 00:43:56 +01:00
"default": false
2018-02-06 14:33:23 +01:00
},
{
"name": "sesha_install",
"type": "boolean",
"ask": {
"en": "Install a Inventory Manager (Sesha) ?"
},
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-05-12 18:35:25 +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": {
"en": "Install a Wiki (Wicked) ?"
},
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
}