mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
commit
ab09b82290
6 changed files with 30 additions and 21 deletions
|
@ -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
|
||||
|
||||
|
|
19
README_fr.md
19
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
11
doc/DESCRIPTION_fr.md
Normal file
11
doc/DESCRIPTION_fr.md
Normal file
|
@ -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
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
nodejs_version=18
|
||||
nodejs_version=20
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue