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

34 lines
873 B
JSON
Raw Normal View History

2013-11-28 17:44:39 +01:00
{
"name": "Radicale",
"id": "radicale",
"description": {
2013-12-06 20:27:21 +01:00
"en": "CalDAV (calendar) and CardDAV (contact) synchronization server",
"fr": "Serveur de synchronisation CalDAV et CardDAV"
2013-11-28 17:44:39 +01:00
},
"developer": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr",
"url": "http://radicale.org"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
2013-11-30 15:31:51 +01:00
"en": "Choose a domain for Radicale"
2013-11-28 17:44:39 +01:00
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Radicale"
},
2013-12-06 20:27:21 +01:00
"example": "/sync",
"default": "/sync"
2013-11-28 17:44:39 +01:00
}
]
}
}