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

47 lines
1.3 KiB
JSON
Raw Normal View History

2013-12-12 12:12:22 +01:00
{
"name": "Firefox Sync Server",
"id": "ffsync",
"url": "https://github.com/abeudin/ffsync_ynh",
"packaging_format": 1,
2013-12-12 12:12:22 +01:00
"description": {
"en": "Mozillas Sync-Server to host your Firefox account data",
"fr": "Le serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
2013-12-12 12:12:22 +01:00
},
"maintainer": {
2013-12-12 12:12:22 +01:00
"name": "beudbeud",
"email": "beudbeud@beudibox.fr",
"url": "https://github.com/balu-/FSyncMS"
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"license": "free",
"services": [
"nginx"
],
"multi_instance": false,
2013-12-12 12:12:22 +01:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2013-12-12 12:12:22 +01:00
"ask": {
"en": "Choose a domain for Firefox-Sync Server",
"fr": "Choisissez un domaine pour Firefox-Sync"
2013-12-12 12:12:22 +01:00
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
2013-12-12 12:12:22 +01:00
"ask": {
"en": "Choose a path for Firefox-Sync Server",
"fr": "Choisissez un chemin pour Firefox-Sync"
2013-12-12 12:12:22 +01:00
},
"example": "/ffsync",
"default": "/ffsync"
}
]
}
}