mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
fix
This commit is contained in:
parent
03e27b5050
commit
3c4f241cc0
3 changed files with 7 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue