1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

Merge pull request #77 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2023-08-30 08:25:26 +02:00 committed by GitHub
commit ab09b82290
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 21 deletions

View file

@ -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

View file

@ -16,20 +16,19 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
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

View file

@ -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
View 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

View file

@ -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"

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version=18
nodejs_version=20
#=================================================
# PERSONAL HELPERS