diff --git a/manifest.json b/manifest.json index 25eeed5..d530a6a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name": "Z-push", + "name": "Z-Push", "id": "z-push", "description": { "en": "Z-Push is an open-source application to synchronize ActiveSync", @@ -11,7 +11,7 @@ "email": "beudbeud@beudibox.fr", "url": "https://z-push.org" }, - "multi_instance": "false", + "multi_instance": "true", "arguments": { "install" : [ { diff --git a/scripts/install b/scripts/install index 7c891c3..1d08a38 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,7 @@ # Retrieve arguments domain=$1 -path="z-push" +path="/Microsoft-Server-ActiveSync" # Check domain/path availability sudo yunohost app checkurl $domain$path -a z-push @@ -37,7 +37,7 @@ sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/z-push.conf # Enable api for client -sudo yunohost app setting z-push skipped_uris -v "/Microsoft-Server-ActiveSync" +sudo yunohost app setting z-push skipped_urls -v "/" # Reload Nginx and regenerate SSOwat conf sudo service nginx reload