1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/radicale_ynh.git synced 2024-09-03 20:16:14 +02:00
radicale_ynh/manifest.json
ericgaspar 70ff1ba0fc Fix
2021-07-26 07:43:39 +02:00

67 lines
1.4 KiB
JSON

{
"name": "Radicale",
"id": "radicale",
"packaging_format": 1,
"description": {
"en": "CalDAV (calendar) and CardDAV (contact) synchronization server",
"fr": "Serveur de synchronisation CalDAV et CardDAV"
},
"version": "1.1.6~ynh5",
"url": "http://radicale.org",
"license": "GPL-3.0,AGPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"previous_maintainers": [{
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
}],
"requirements": {
"yunohost": ">= 4.2.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"example": "/radicale",
"default": "/radicale"
},
{
"name": "admin",
"type": "user",
"example": "john"
},
{
"name": "infcloud",
"type": "boolean",
"ask": {
"en": "Install InfCloud web interface?",
"fr": "Installer l'interface web InfCloud?"
},
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose your interface language",
"fr": "Choisissez la langue de l'interface"
},
"choices" : ["Czech", "Danish", "German", "English/US", "Spanish", "French", "Italian", "Japan", "Hungarian", "Dutch", "Slovak", "Turkish", "Russian", "Ukrainian", "Chinese"],
"default" : "English/US"
}
]
}
}