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.3 KiB
JSON
Raw Permalink 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
},
2022-07-28 02:38:24 +02:00
"version": "1.9.1~ynh3",
2020-04-16 23:33:43 +02:00
"url": "https://github.com/mozilla-services/syncserver",
2022-07-28 02:38:24 +02:00
"upstream": {
"license": "GPL-3.0",
"website": "http://get-simple.info",
"admindoc": "http://get-simple.info/wiki/fr:start",
"code": "https://github.com/GetSimpleCMS/GetSimpleCMS"
},
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": {
2022-07-28 02:38:24 +02:00
"yunohost": ">= 4.3.0"
},
2020-04-16 23:33:43 +02:00
"multi_instance": true,
2022-07-28 02:38:24 +02:00
"services": [
"nginx"
2022-07-28 02:38:24 +02:00
],
2013-12-12 12:12:22 +01:00
"arguments": {
2022-07-28 02:38:24 +02:00
"install": [
2013-12-12 12:12:22 +01:00
{
"name": "domain",
2022-07-28 02:38:24 +02: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"
}
]
}
}