diff --git a/README.md b/README.md index 0100e53..a7b0864 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # YunoRunner for YunoHost -[![Integration level](https://dash.yunohost.org/integration/yunorunner.svg)](https://dash.yunohost.org/appci/app/yunorunner) ![Working status](https://ci-apps.yunohost.org/ci/badges/yunorunner.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yunorunner.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/yunorunner.svg)](https://dash.yunohost.org/appci/app/yunorunner) ![Working status](https://ci-apps.yunohost.org/ci/badges/yunorunner.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/yunorunner.maintain.svg) + [![Install YunoRunner with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yunorunner) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 98ee2d1..a02172d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # YunoRunner pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/yunorunner.svg)](https://dash.yunohost.org/appci/app/yunorunner) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yunorunner.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yunorunner.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/yunorunner.svg)](https://dash.yunohost.org/appci/app/yunorunner) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/yunorunner.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/yunorunner.maintain.svg) + [![Installer YunoRunner avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=yunorunner) *[Read this readme in english.](./README.md)* diff --git a/conf/yunorunner.config.py b/conf/yunorunner.config.py index e6da44c..eb77e8e 100644 --- a/conf/yunorunner.config.py +++ b/conf/yunorunner.config.py @@ -1,6 +1,6 @@ BASE_URL = "https://__DOMAIN____PATH__" PORT = __PORT__ -PATH_TO_ANALYZER = "__FINALPATH__/analyze_yunohost_app.sh" +PACKAGE_CHECK_DIR = "__FINALPATH__/package_check/" MONITOR_APPS_LIST = False MONITOR_GIT = False MONITOR_ONLY_GOOD_QUALITY_APPS = False diff --git a/scripts/_common.sh b/scripts/_common.sh index beb14eb..16d4bd7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="python3-venv python3-dev python3-pip sqlite3 wkhtmltopdf optip yunorunner_repository="https://github.com/YunoHost/yunorunner" -yunorunner_release="e2b9a88ef45aa1a66cf7de47ab6214a48847afe0" +yunorunner_release="50ae066741b8a7e845b691eac1045406b1ee7f16" #================================================= # PERSONAL HELPERS