mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
33 lines
815 B
JSON
33 lines
815 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|