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

51 lines
1.4 KiB
JSON
Raw Normal View History

2013-12-12 12:12:22 +01:00
{
"name": "Firefox Sync Server",
"id": "ffsync",
2018-06-28 23:09:33 +02:00
"version": "1.8.0~ynh1",
"url": "https://github.com/mozilla-services/syncserver",
"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": {
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
2013-12-12 12:12:22 +01:00
},
"previous_maintainers": [{
"name": "beudbeud",
"email": "beudbeud@beudibox.fr"
}],
"requirements": {
2018-06-28 23:09:33 +02:00
"yunohost": ">=3.0.0"
},
"license": "MPL-2.0",
"services": [
"nginx"
],
"multi_instance": true,
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"
}
]
}
}