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
2018-02-11 00:43:56 +01:00

120 lines
No EOL
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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."
},
"version": "5.2.22~ynh1",
"url": "https://www.horde.org/",
"license": "LGPL-2.0",
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"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 ?"
},
"default": false
},
{
"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": "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) ?"
},
"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 phpto management (Ansel) ?"
},
"default": false
},
{
"name": "wicked_install",
"type": "boolean",
"ask": {
"en": "Install a Wiki (Wicked) ?"
},
"default": false
}
]
}
}