mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
commit
628527cfe6
1 changed files with 1 additions and 9 deletions
|
@ -21,7 +21,7 @@
|
||||||
"email": "jean-baptiste@holcroft.fr"
|
"email": "jean-baptiste@holcroft.fr"
|
||||||
}],
|
}],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1"
|
"yunohost": ">= 4.1.2"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -32,19 +32,11 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for Firefox-Sync Server",
|
|
||||||
"fr": "Choisissez un domaine pour Firefox-Sync"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Firefox-Sync Server",
|
|
||||||
"fr": "Choisissez un chemin pour Firefox-Sync"
|
|
||||||
},
|
|
||||||
"example": "/ffsync",
|
"example": "/ffsync",
|
||||||
"default": "/ffsync"
|
"default": "/ffsync"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue