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

71 lines
2.9 KiB
Markdown
Raw Normal View History

2022-05-27 08:12:34 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-11-01 22:38:22 +01:00
# Uptime Kuma pour YunoHost
2021-11-01 18:18:52 +01:00
2022-05-27 08:12:34 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/uptime-kuma.svg)](https://dash.yunohost.org/appci/app/uptime-kuma) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/uptime-kuma.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/uptime-kuma.maintain.svg)
2021-11-01 22:38:22 +01:00
[![Installer Uptime Kuma avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=uptime-kuma)
2021-11-01 18:18:52 +01:00
*[Read this readme in english.](./README.md)*
2021-11-01 22:38:22 +01:00
> *Ce package vous permet d'installer Uptime Kuma rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
2021-11-01 18:18:52 +01:00
## Vue d'ensemble
2021-11-01 22:38:22 +01:00
It is a self-hosted monitoring tool like "Uptime Robot".
2021-11-01 18:18:52 +01:00
2021-11-01 22:38:22 +01:00
### Features
2021-11-01 18:18:52 +01:00
2021-11-01 22:38:22 +01:00
- Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record / Push.
- Fancy, Reactive, Fast UI/UX.
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services, click here for the full list.
- 20 second intervals.
- Multi Languages
- Simple Status Page
- Ping Chart
- Certificate Info
2021-11-01 18:18:52 +01:00
2022-10-07 08:37:15 +02:00
**Version incluse :** 1.18.3~ynh1
2021-11-01 18:18:52 +01:00
2021-11-01 22:38:22 +01:00
**Démo :** https://demo.uptime.kuma.pet
2021-11-01 18:18:52 +01:00
2021-11-01 22:38:22 +01:00
## Captures d'écran
2021-11-01 18:18:52 +01:00
2022-05-27 08:12:34 +02:00
![Capture d'écran de Uptime Kuma](./doc/screenshots/example.jpg)
2021-11-01 18:18:52 +01:00
## Avertissements / informations importantes
2021-11-01 23:10:25 +01:00
- Requires a full dedicated domain
2021-11-02 10:23:34 +01:00
- node_modules folder is backed up and shouldn't be (600Mo...)
2021-11-01 23:10:25 +01:00
- ARM architecture not supported
- This app needs a manual post-install
- Uses N to install specific nodejs version
2021-11-02 10:48:40 +01:00
- We could pre-configure mail notifications with YunoHost mail server as an improvement. See comments in file to try to do it with Curl and WebSockets or Sqlite.
2021-11-01 18:18:52 +01:00
## Documentations et ressources
2022-05-27 08:12:34 +02:00
* Site officiel de l'app : <https://uptime.kuma.pet/>
* Documentation officielle utilisateur : <https://github.com/louislam/uptime-kuma/wiki>
* Documentation officielle de l'admin : <https://github.com/louislam/uptime-kuma/wiki>
* Dépôt de code officiel de l'app : <https://github.com/louislam/uptime-kuma>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_uptime-kuma>
* Signaler un bug : <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
2021-11-01 18:18:52 +01:00
## Informations pour les développeurs
2021-11-01 22:38:22 +01:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/testing).
2021-11-01 18:18:52 +01:00
Pour essayer la branche testing, procédez comme suit.
2022-05-27 08:12:34 +02:00
``` bash
2021-11-01 22:38:22 +01:00
sudo yunohost app install https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/testing --debug
ou
sudo yunohost app upgrade uptime-kuma -u https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/testing --debug
2021-11-01 18:18:52 +01:00
```
2022-05-27 08:12:34 +02:00
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>