umbrel-apps/uptime-kuma/umbrel-app.yml

69 lines
1.7 KiB
YAML
Raw Permalink Normal View History

2022-05-16 13:30:51 +00:00
manifestVersion: 1
2022-04-20 20:32:07 +00:00
id: uptime-kuma
category: Networking
name: Uptime Kuma
version: "1.17.1"
2022-04-20 20:32:07 +00:00
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
Features:
- Monitoring uptime for HTTP(s) / TCP / HTTP(s) Keyword / Ping / DNS Record / Push / Steam Game Server.
- Fancy, Reactive, Fast UI/UX.
- Notifications via Telegram, Discord, Gotify, Slack, Pushover, Email (SMTP), and 70+ notification services.
- 20 second intervals.
- Multi Languages
- Simple Status Page
- Ping Chart
- Certificate Info
developer: Louis Lam
website: https://uptime.kuma.pet
dependencies: []
repo: https://github.com/louislam/uptime-kuma
support: https://github.com/louislam/uptime-kuma/issues
port: 8385
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
2022-06-17 08:10:08 +00:00
defaultPassword: ""
releaseNotes: >
- Add settings for notification of certificate expiry (Thanks @chakflying)
- Cache DNS records on HTTP(s) monitor (Thanks @gregdev)
- Add new monitor type: MS SQL Server (Thanks @christopherpickering)
- Add new notification: ntfy (Thanks @philippdormann)
- Add NTML Auth Option for HTTP(s) (Thanks @christopherpickering)
- Pre-render some html for status page such as title and meta tag
- Optimize page load time by Gzip or Brotli
- [HTTP Keyword] Show some pure text body (first 50-char) in notification when keyword not found
- Handle page not found (Thanks @domingospanta)
- Reduce monitoring log - Smaller log size and disk usage
- Fix upside down mode issue for push monitors (Thanks @kaysond)
- Fix default notifications are not enabled
- Fix Lunasea do not send general message
- Fix cloudflared cannot be stopped in No Auth mode