1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00
ffsync_ynh/manifest.json

34 lines
815 B
JSON
Raw Normal View History

2013-12-12 12:12:22 +01:00
{
"name": "Firefox Sync Server",
"id": "ffsync",
"description": {
"en": "",
"fr": ""
},
"developer": {
"name": "beudbeud",
"email": "beudbeud@beudibox.fr",
"url": "https://github.com/balu-/FSyncMS"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"ask": {
"en": "Choose a domain for Firefox-Sync Server"
},
"example": "domain.org"
},
{
"name": "path",
"ask": {
"en": "Choose a path for Firefox-Sync Server"
},
"example": "/ffsync",
"default": "/ffsync"
}
]
}
}