From 1c17697009b5b48763f597281d1744e11c4473f1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 31 Oct 2023 14:40:01 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61d5e08..9dcfe33 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot". * Official app website: * Official user documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 71d85dd..b1a278e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -41,7 +41,7 @@ Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot » * Site officiel de l’app : * Documentation officielle utilisateur : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 24122b95d53193afb31c63be1ed29c84ecaf6247 Mon Sep 17 00:00:00 2001 From: DunkieGaming <72877944+DunkieGaming@users.noreply.github.com> Date: Tue, 7 Nov 2023 19:57:20 +0100 Subject: [PATCH 2/2] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 44277c5..9195d57 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=20 +nodejs_version=18 #================================================= # PERSONAL HELPERS