diff --git a/README.md b/README.md index ac975df..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 @@ -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..235fed3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -16,20 +16,19 @@ 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.0~ynh1 +**Version incluse :** 1.23.1~ynh1 **Démo :** https://demo.uptime.kuma.pet 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 diff --git a/manifest.toml b/manifest.toml index 209a812..505b915 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"] @@ -23,13 +23,12 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "700M" 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." @@ -40,14 +39,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" 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