From befe8118c79b49f158e9ffe79942719537dbe6b0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 4 Feb 2019 22:10:00 +0100 Subject: [PATCH 1/3] Removing path url reference No possible for now to install in a subfolder --- check_process | 1 - manifest.json | 10 ---------- scripts/install | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/check_process b/check_process index c99669e..5265471 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,6 @@ ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) - path="/path" (PATH) admin="john" (USER) admin_password="secret" language="en" 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 From 8a55e901cf949f1d199b39cc4788954dc57de4af Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 4 Feb 2019 22:10:43 +0100 Subject: [PATCH 2/3] Formatting --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 5265471..76f07a9 100644 --- a/check_process +++ b/check_process @@ -2,8 +2,8 @@ ; Manifest domain="domain.tld" (DOMAIN) 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 From 495002f5887896cb3a729cd75e4a5f1a01e422a0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 4 Feb 2019 22:16:17 +0100 Subject: [PATCH 3/3] adding Supported architectures --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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