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
2022-08-18 19:20:29 +02:00

60 lines
1.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "Firefox Sync Server",
"id": "ffsync",
"packaging_format": 1,
"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"
},
"version": "1.9.1~ynh2",
"url": "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": ">= 4.1"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "warning",
"type": "display_text",
"ask": {
"en": "Firefox Sync Server is not maintained anymore by Mozilla. Installing is strongly discouraged.",
"fr": "Firefox Sync Server n'est plus maintenue par Mozilla. L'installation est fortement déconseillée."
}
}, {
"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"
}
]
}
}