diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..cd85e93 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -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 -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." + 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 diff --git a/manifest.json b/manifest.json index 57f1c64..5648082 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "uptime-kuma", "packaging_format": 1, "description": { - "en": " A fancy self-hosted monitoring tool", - "fr": "Un joli outil pour vérifier si des sites sont en ligne (monitoring)" + "en": " A fancy self-hosted monitoring tool like Uptime-Robot", + "fr": "Un joli outil similaire à Uptime-Robot pour vérifier que des sites restent joignables" }, "version": "1.0~ynh1", "url": "https://github.com/louislam/uptime-kuma/", @@ -18,8 +18,8 @@ }, "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "Hadrien", + "email": "ketsapiwiq@protonmail.com" }, "requirements": { "yunohost": ">= 4.1.3"