1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yunorunner_ynh.git synced 2024-09-03 20:36:13 +02:00

Merge pull request #41 from YunoHost-Apps/moar-refactoring

Moar refactoring
This commit is contained in:
Alexandre Aubin 2023-02-12 17:46:54 +01:00 committed by GitHub
commit 94ca54358b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

View file

@ -6,6 +6,7 @@ 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)
[![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)*

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# YunoRunner pour YunoHost
[![Niveau dinté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)*

View file

@ -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

View file

@ -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