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

54 lines
1.5 KiB
JSON
Raw Normal View History

2013-12-12 12:12:22 +01:00
{
"name": "Firefox Sync Server",
"id": "ffsync",
"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
},
2021-01-21 13:26:13 +01:00
"version": "1.9.1~ynh2",
2020-04-16 23:33:43 +02:00
"url": "https://github.com/mozilla-services/syncserver",
2020-04-25 21:39:11 +02:00
"license": "MPL-2.0",
"maintainer": {
2018-09-25 21:32:14 +02:00
"name": "Josué Tille",
"email": "josue@tille.ch"
2013-12-12 12:12:22 +01:00
},
"previous_maintainers": [{
"name": "beudbeud",
"email": "beudbeud@beudibox.fr"
}, {
2018-09-25 21:32:14 +02:00
"name": "jibec",
"email": "jean-baptiste@holcroft.fr"
}],
"requirements": {
2021-03-16 16:03:36 +01:00
"yunohost": ">= 4.1"
},
2020-04-16 23:33:43 +02:00
"multi_instance": true,
"services": [
"nginx"
],
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"
}
]
}
}