mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
||
"name": "Firefox Sync Server",
|
||
"id": "ffsync",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Mozilla’s Sync-Server to host your Firefox account data",
|
||
"fr": "Serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
|
||
},
|
||
"version": "1.9.1~ynh4",
|
||
"url": "https://github.com/mozilla-services/syncserver",
|
||
"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"
|
||
},
|
||
"license": "MPL-2.0",
|
||
"maintainer": {
|
||
"name": "Josué Tille",
|
||
"email": "josue@tille.ch"
|
||
},
|
||
"previous_maintainers": [{
|
||
"name": "beudbeud",
|
||
"email": "beudbeud@beudibox.fr"
|
||
}, {
|
||
"name": "jibec",
|
||
"email": "jean-baptiste@holcroft.fr"
|
||
}],
|
||
"requirements": {
|
||
"yunohost": ">= 11.0.11"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"example": "/ffsync",
|
||
"default": "/ffsync"
|
||
}
|
||
]
|
||
}
|
||
}
|