diff --git a/conf/nginx.conf b/conf/nginx.conf index 2d90571..dd3ebf4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -12,7 +12,6 @@ location __PATH__/ { # Common parameter to increase upload size limit #client_max_body_size 50M; - # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 9af13b8..322e270 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -3,9 +3,8 @@ It is a self-hosted monitoring tool like "Uptime Robot". ### Features - 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. +- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP)... +- 20 second intervals - Multi Languages - Simple Status Page - Ping Chart diff --git a/manifest.toml b/manifest.toml index f476065..a250ab7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Uptime Kuma" description.en = "Monitoring tool like Uptime-Robot" description.fr = "Outil de surveillance similaire à Uptime-Robot" -version = "1.20.2~ynh1" +version = "1.21.0~ynh1" maintainers = ["Hadrien"] @@ -40,12 +40,12 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.dist] - url = "https://github.com/louislam/uptime-kuma/releases/download/1.20.2/dist.tar.gz" - sha256 = "41f0fe9f1d9ec432c98e8bce2f25b59dd61c11f774bd2ad53d5cec1d795fd782" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.21.0/dist.tar.gz" + sha256 = "7c9e7ee40615bfb8ae6f633ac766b94bbccf86c1a5c284a82d00b4a1da303e07" [resources.sources.main] - url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.20.2.tar.gz" - sha256 = "9febdad8bb24caee012a0c79cada6aace88ad3859cf94218512df987ecda009f" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.21.0.tar.gz" + sha256 = "f913a9ed65c77031944127689a7db7a19556ce5f4a0e7f8d4d3271fcc84aa6b1" [resources.ports]