mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
Adding domain for activsync and autodiscover
This commit is contained in:
parent
a9a0904c72
commit
66441f6118
1 changed files with 16 additions and 3 deletions
|
@ -23,17 +23,30 @@
|
|||
"arguments": {
|
||||
"install" : [
|
||||
{
|
||||
"name": "domain",
|
||||
"name": "domain_activesync",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Z-push",
|
||||
"fr": "Choisissez un domaine pour Z-push"
|
||||
"en": "Choose a domain for Z-push ActiveSync",
|
||||
"fr": "Choisissez un domaine pour Z-push ActiveSync"
|
||||
},
|
||||
"example": "example.com",
|
||||
"help": {
|
||||
"en": "Z-push will be available at domain/Microsoft-Server-ActiveSync.",
|
||||
"fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-ActiveSync."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "domain_autodiscover",
|
||||
"type": "domain",
|
||||
"ask": {
|
||||
"en": "Choose a domain for Z-push Autodiscover",
|
||||
"fr": "Choisissez un domaine pour Z-push Autodiscover"
|
||||
},
|
||||
"example": "example.com",
|
||||
"help": {
|
||||
"en": "Z-push will be available at domain/Microsoft-Server-Autodiscover.",
|
||||
"fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-Autodiscover."
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue