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
Maniack Crudelis 11e6a7dfe1 Upgrade to v3
2022-11-22 13:40:41 +01:00

71 lines
1.6 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": "3.1.8~ynh1",
"url": "http://radicale.org",
"upstream": {
"license": "GPL-3.0,AGPL-3.0",
"website": "http://radicale.org",
"admindoc": "https://github.com/Kozea/Radicale/blob/website/pages/user_documentation.rst",
"code": "https://github.com/Kozea/Radicale"
},
"license": "GPL-3.0,AGPL-3.0",
"maintainer": {
"name": "",
"email": ""
},
"previous_maintainers": [{
"name": "Maniack Crudelis",
"email": "maniackc_dev@crudelis.fr"
}],
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/radicale",
"default": "/radicale"
},
{
"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"
},
{
"name": "admin",
"type": "user"
},
{
"name": "infcloud",
"type": "boolean",
"ask": {
"en": "Install InfCloud web interface?",
"fr": "Installer l'interface web InfCloud?"
},
"default": true
}
]
}
}