diff --git a/manifest.json b/manifest.json index ff78c69..97b99eb 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Z-push", "id": "z-push", "description": { - "en": "A self hostable read-it-later app", - "fr": "Une application de lecture-plus-tard auto-hébergeable" + "en": "Z-Push is an open-source application to synchronize ActiveSync", + "fr": "Z-Push est un serveur open source de synchronisation ActiveSync" }, "licence": "WTFPL-2", "developer": { @@ -11,7 +11,7 @@ "email": "beudbeud@beudibox.fr", "url": "http://www.z-push.org" }, - "multi_instance": "true", + "multi_instance": "false", "arguments": { "install" : [ { @@ -21,15 +21,6 @@ "fr": "Choisissez un domaine pour Z-push" }, "example": "domain.org" - }, - { - "name": "path", - "ask": { - "en": "Choose a path for Z-push", - "fr": "Choisissez un chemin pour Z-push" - }, - "example": "/z-push", - "default": "/z-push" } ] } diff --git a/scripts/install b/scripts/install index ebb1aa7..7c891c3 100644 --- a/scripts/install +++ b/scripts/install @@ -2,7 +2,7 @@ # Retrieve arguments domain=$1 -path=$2 +path="z-push" # 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 "/" +sudo yunohost app setting z-push skipped_uris -v "/Microsoft-Server-ActiveSync" # Reload Nginx and regenerate SSOwat conf sudo service nginx reload