mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
metadata and desc
This commit is contained in:
parent
fcae1866f9
commit
ee2ebf8ffa
2 changed files with 13 additions and 10 deletions
|
@ -1,9 +1,12 @@
|
||||||
Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
|
It is a self-hosted monitoring tool like "Uptime Robot".
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Ut enim ad minim veniam, quis nostrud exercitation ullamco ;
|
Monitoring uptime for HTTP(s) / TCP / Ping / DNS Record / Push.
|
||||||
- Laboris nisi ut aliquip ex ea commodo consequat ;
|
Fancy, Reactive, Fast UI/UX.
|
||||||
- Duis aute irure dolor in reprehenderit in voluptate ;
|
Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services, click here for the full list.
|
||||||
- Velit esse cillum dolore eu fugiat nulla pariatur ;
|
20 second intervals.
|
||||||
- Excepteur sint occaecat cupidatat non proident, sunt in culpa."
|
Multi Languages
|
||||||
|
Simple Status Page
|
||||||
|
Ping Chart
|
||||||
|
Certificate Info
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
"id": "uptime-kuma",
|
"id": "uptime-kuma",
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": " A fancy self-hosted monitoring tool",
|
"en": " A fancy self-hosted monitoring tool like Uptime-Robot",
|
||||||
"fr": "Un joli outil pour vérifier si des sites sont en ligne (monitoring)"
|
"fr": "Un joli outil similaire à Uptime-Robot pour vérifier que des sites restent joignables"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "1.0~ynh1",
|
||||||
"url": "https://github.com/louislam/uptime-kuma/",
|
"url": "https://github.com/louislam/uptime-kuma/",
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
},
|
},
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "John doe",
|
"name": "Hadrien",
|
||||||
"email": "john.doe@example.com"
|
"email": "ketsapiwiq@protonmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.1.3"
|
"yunohost": ">= 4.1.3"
|
||||||
|
|
Loading…
Reference in a new issue