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

50 lines
1.3 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",
2023-01-22 10:58:29 +01:00
"fr": "Serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
2013-12-12 12:12:22 +01:00
},
2024-03-26 21:42:03 +01:00
"version": "1.9.1~ynh6",
2020-04-16 23:33:43 +02:00
"url": "https://github.com/mozilla-services/syncserver",
2023-01-22 10:58:29 +01:00
"upstream": {
"license": "MPL-2.0",
"admindoc": "https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html",
"code": "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": {
2023-12-23 10:50:17 +01:00
"yunohost": ">= 11.2"
},
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",
2023-01-22 10:54:32 +01:00
"type": "domain"
2013-12-12 12:12:22 +01:00
},
{
"name": "path",
"type": "path",
2013-12-12 12:12:22 +01:00
"example": "/ffsync",
"default": "/ffsync"
}
]
}
}