1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

update first steps

This commit is contained in:
Yalh 2019-01-26 03:25:59 +01:00
parent 36bfb464bb
commit bad425e89f
2 changed files with 6 additions and 12 deletions

View file

@ -29,17 +29,11 @@
"en": "Choose a domain for Z-push", "en": "Choose a domain for Z-push",
"fr": "Choisissez un domaine pour Z-push" "fr": "Choisissez un domaine pour Z-push"
}, },
"example": "example.com" "example": "example.com",
}, "help": {
{ "en": "Z-push will be available at domain/Microsoft-Server-ActiveSync.",
"name": "path", "fr": "Z-push sera disponible à l'adresse domaine/Microsoft-Server-ActiveSync."
"type": "path", }
"ask": {
"en": "No choice, it must be /Microsoft-Server-ActiveSync",
"fr": "Pas de choix, cela doit être /Microsoft-Server-ActiveSync"
},
"choices": ["/Microsoft-Server-ActiveSync"],
"default": "/Microsoft-Server-ActiveSync"
} }
] ]
} }

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
#================================================= #=================================================
domain=$YNH_APP_ARG_DOMAIN domain=$YNH_APP_ARG_DOMAIN
path_url=$YNH_APP_ARG_PATH path_url="/Microsoft-Server-ActiveSync"
#admin=$YNH_APP_ARG_ADMIN #admin=$YNH_APP_ARG_ADMIN
is_public=1 is_public=1
#language=$YNH_APP_ARG_LANGUAGE #language=$YNH_APP_ARG_LANGUAGE