2021-11-01 18:18:52 +01: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 for YunoHost
|
2021-11-01 18:18:52 +01:00
|
|
|
|
2023-02-14 07:23:03 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/uptime-kuma.svg)](https://dash.yunohost.org/appci/app/uptime-kuma) ![Working status](https://ci-apps.yunohost.org/ci/badges/uptime-kuma.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/uptime-kuma.maintain.svg)
|
|
|
|
|
2021-11-01 22:38:22 +01:00
|
|
|
[![Install Uptime Kuma with 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
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-11-01 22:38:22 +01:00
|
|
|
> *This package allows you to install Uptime Kuma quickly and simply on a YunoHost server.
|
2021-11-01 18:18:52 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
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
|
|
|
|
2023-02-14 07:23:03 +01:00
|
|
|
|
2023-02-27 07:23:54 +01:00
|
|
|
**Shipped version:** 1.20.2~ynh1
|
2021-11-01 18:18:52 +01:00
|
|
|
|
2021-11-01 22:38:22 +01:00
|
|
|
**Demo:** https://demo.uptime.kuma.pet
|
2021-11-01 18:18:52 +01:00
|
|
|
|
2021-11-01 22:38:22 +01:00
|
|
|
## Screenshots
|
2021-11-01 18:18:52 +01:00
|
|
|
|
2022-05-27 08:12:34 +02:00
|
|
|
![Screenshot of Uptime Kuma](./doc/screenshots/example.jpg)
|
2021-11-01 18:18:52 +01:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2022-05-27 08:12:34 +02:00
|
|
|
* Official app website: <https://uptime.kuma.pet/>
|
|
|
|
* Official user documentation: <https://github.com/louislam/uptime-kuma/wiki>
|
|
|
|
* Upstream app code repository: <https://github.com/louislam/uptime-kuma>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_uptime-kuma>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/uptime-kuma_ynh/issues>
|
2021-11-01 18:18:52 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2021-11-01 22:38:22 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/uptime-kuma_ynh/tree/testing).
|
2021-11-01 18:18:52 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
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
|
2021-11-01 18:18:52 +01:00
|
|
|
or
|
2021-11-01 22:38:22 +01:00
|
|
|
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
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|