You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"name" : "Firefox Sync Server" ,
"id" : "ffsync" ,
"version" : "1.5.2" ,
"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" : "beudbeud" ,
"email" : "beudbeud@beudibox.fr" ,
"url" : "https://github.com/balu-/FSyncMS"
} ,
"requirements" : {
"yunohost" : ">=2.7.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"
}
]
}
}