From 7b85c3239795b53293ffbd2f46e460428fa3e027 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 29 Aug 2023 20:17:39 +0200 Subject: [PATCH 1/6] Upgrade to v1.23.1 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 209a812..1494de2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Uptime Kuma" description.en = "Monitoring tool like Uptime-Robot" description.fr = "Outil de surveillance similaire à Uptime-Robot" -version = "1.23.0~ynh1" +version = "1.23.1~ynh1" maintainers = ["ketsapiwiq", "eric_G"] @@ -40,14 +40,14 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.dist] - url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.0/dist.tar.gz" - sha256 = "55a42bec8bfafd3b6bc212b89078cc4497c139ecdfa097f037f09b3783e24070" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.1/dist.tar.gz" + sha256 = "1c1167435f35650f2fccf8d46eb7857f9251684821a0d71a7d9c09c7511f407a" autoupdate.strategy = "latest_github_release" autoupdate.asset = "dist.tar.gz" [resources.sources.main] - url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.0.tar.gz" - sha256 = "b2d59c2dcfb980ecff1a2baace3ae18ea6dc47cd67929ac2d0408917fef0b871" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.1.tar.gz" + sha256 = "c1ebdc56247c859325de46a038d4a629ee2e41a74dab5c1813a38f647112ded5" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball" From 8a3f3232a2d080f35dc11c989a516dcaaae17108 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 29 Aug 2023 18:52:04 +0000 Subject: [PATCH 2/6] 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 ac975df..576ada7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It is a self-hosted monitoring tool like "Uptime Robot". - Certificate Info -**Shipped version:** 1.23.0~ynh1 +**Shipped version:** 1.23.1~ynh1 **Demo:** https://demo.uptime.kuma.pet diff --git a/README_fr.md b/README_fr.md index 82c76a7..2a65a0d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ It is a self-hosted monitoring tool like "Uptime Robot". - Certificate Info -**Version incluse :** 1.23.0~ynh1 +**Version incluse :** 1.23.1~ynh1 **Démo :** https://demo.uptime.kuma.pet From d921165ae21dbb0c529abe8e34609f297104b509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:12:09 +0200 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1494de2..600db91 100644 --- a/manifest.toml +++ b/manifest.toml @@ -29,7 +29,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "This app has a status page meant to be public and a login-protected admin interface. It should be safe to expose publicly." From e9ce0efa59452de149428b03b376ca2e389b0b3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:13:44 +0200 Subject: [PATCH 4/6] add fr --- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 doc/DESCRIPTION_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 322e270..9b742a4 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,4 +1,4 @@ -It is a self-hosted monitoring tool like "Uptime Robot". +Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot". ### Features diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..8a00b64 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,11 @@ +Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot ». + +### Caractéristiques + +- Surveillance de la disponibilité pour HTTP(s) / TCP / Ping / DNS Record / Push. +- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP)... +- intervalles de 20 secondes +- Multi langues +- Page d'état simple +- Graphique Ping +- Informations sur le certificat \ No newline at end of file From 6f4098bd24793e30965930b74be4e4364d6ed1fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:15:40 +0200 Subject: [PATCH 5/6] update node --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 600db91..505b915 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,7 +23,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "700M" ram.runtime = "50M" [install] diff --git a/scripts/_common.sh b/scripts/_common.sh index 9195d57..44277c5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=18 +nodejs_version=20 #================================================= # PERSONAL HELPERS From 3a10a0fc3aa1c46885b3f737783fb1b34ada543c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 29 Aug 2023 19:17:24 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 576ada7..4c14958 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview -It is a self-hosted monitoring tool like "Uptime Robot". +Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot". ### Features diff --git a/README_fr.md b/README_fr.md index 2a65a0d..235fed3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,18 +16,17 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po ## Vue d’ensemble -It is a self-hosted monitoring tool like "Uptime Robot". +Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot ». -### Features +### Caractéristiques -- Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record / Push. +- Surveillance de la disponibilité pour HTTP(s) / TCP / Ping / DNS Record / Push. - Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP)... -- 20 second intervals -- Multi Languages -- Simple Status Page -- Ping Chart -- Certificate Info - +- intervalles de 20 secondes +- Multi langues +- Page d'état simple +- Graphique Ping +- Informations sur le certificat **Version incluse :** 1.23.1~ynh1