diff --git a/README.md b/README.md index d4d536f..0264937 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ This is a [Cachet](https://cachethq.io/) package for YunoHost. - Must necessarily be installed on domain root (see upstream issue [here](https://github.com/CachetHQ/Cachet/issues/1696)) - Can't integrate with YunoHost SSO as LDAP support is not implemented yet (see upstream issue [here](https://github.com/CachetHQ/Cachet/issues/2108)) +#### Supported architectures + +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/cachet%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/cachet/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/cachet%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/cachet/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/cachet%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/cachet/) ## Links diff --git a/check_process b/check_process index c99669e..76f07a9 100644 --- a/check_process +++ b/check_process @@ -1,10 +1,9 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) admin="john" (USER) - admin_password="secret" - language="en" + admin_password="secret" + language="en" is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 diff --git a/manifest.json b/manifest.json index c356301..3cfe6ab 100644 --- a/manifest.json +++ b/manifest.json @@ -33,16 +33,6 @@ }, "example": "domain.org" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path; only / is allowed at the moment.", - "fr": "Choisissez un chemin, seul / est autorisé pour le moment." - }, - "example": "/", - "default": "/" - }, { "name": "admin", "type": "user", diff --git a/scripts/install b/scripts/install index 75644ee..3d898b9 100644 --- a/scripts/install +++ b/scripts/install @@ -21,7 +21,7 @@ ynh_abort_if_errors #================================================= domain=$YNH_APP_ARG_DOMAIN -path_url=$YNH_APP_ARG_PATH +path_url="/" admin=$YNH_APP_ARG_ADMIN admin_password=$YNH_APP_ARG_ADMIN_PASSWORD is_public=$YNH_APP_ARG_IS_PUBLIC