mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
||
"name": "Firefox Sync Server",
|
||
"id": "ffsync",
|
||
"version": "1.8.0~ynh1",
|
||
"url": "https://github.com/mozilla-services/syncserver",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Mozilla’s Sync-Server to host your Firefox account data",
|
||
"fr": "Le serveur de synchronisation de Mozilla, pour héberger vos données Firefox"
|
||
},
|
||
"maintainer": {
|
||
"name": "jibec",
|
||
"email": "jean-baptiste@holcroft.fr"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">=3.0.0"
|
||
},
|
||
"license": "MPL-2.0",
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"multi_instance": true,
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain for Firefox-Sync Server",
|
||
"fr": "Choisissez un domaine pour Firefox-Sync"
|
||
},
|
||
"example": "domain.org"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Firefox-Sync Server",
|
||
"fr": "Choisissez un chemin pour Firefox-Sync"
|
||
},
|
||
"example": "/ffsync",
|
||
"default": "/ffsync"
|
||
}
|
||
]
|
||
}
|
||
}
|