From 24dbc5f0cbca7f6e681fc94c27a617670ab60f39 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Tue, 2 Nov 2021 08:35:48 +0300 Subject: [PATCH] linter --- README.md | 13 ------------- README_fr.md | 13 ------------- conf/systemd.service | 2 +- doc/DISCLAIMER.md | 13 ------------- manifest.json | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 7 files changed, 4 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 84bd740..8f4791a 100644 --- a/README.md +++ b/README.md @@ -44,19 +44,6 @@ It is a self-hosted monitoring tool like "Uptime Robot". - This app needs a manual post-install - Uses N to install specific nodejs version - We could pre-configure mail notifications with YunoHost mail server as an improvement. - ## Documentation and resources diff --git a/README_fr.md b/README_fr.md index 6ef0802..fc5a413 100644 --- a/README_fr.md +++ b/README_fr.md @@ -40,19 +40,6 @@ It is a self-hosted monitoring tool like "Uptime Robot". - This app needs a manual post-install - Uses N to install specific nodejs version - We could pre-configure mail notifications with YunoHost mail server as an improvement. - ## Documentations et ressources diff --git a/conf/systemd.service b/conf/systemd.service index e12642b..387ffe5 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Uptime Kuma +Description=Uptime Kuma, a fancy monitoring tool After=network.target [Service] diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index f54e38b..cabcf9b 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -3,16 +3,3 @@ - This app needs a manual post-install - Uses N to install specific nodejs version - We could pre-configure mail notifications with YunoHost mail server as an improvement. - diff --git a/manifest.json b/manifest.json index a9cc2f4..55d5d24 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "uptime-kuma", "packaging_format": 1, "description": { - "en": " A fancy self-hosted monitoring tool like Uptime-Robot", + "en": "A fancy self-hosted monitoring tool like Uptime-Robot", "fr": "Un joli outil similaire à Uptime-Robot pour vérifier que des sites restent joignables" }, "version": "1.0~ynh1", diff --git a/scripts/install b/scripts/install index 111159f..0035567 100755 --- a/scripts/install +++ b/scripts/install @@ -342,7 +342,7 @@ ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 ### - As well as the section "INTEGRATE SERVICE IN YUNOHOST" in the restore script ### - And the section "INTEGRATE SERVICE IN YUNOHOST" in the upgrade script -yunohost service add $app --description="Uptime Kuma" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log" ### Additional options starting with 3.8: ### diff --git a/scripts/upgrade b/scripts/upgrade index a251e6c..32b60d8 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -197,7 +197,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Uptime Kuma, a fancy monitoring tool" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE