Browse Source
Update Uptime-Kuma to v1.17.1 (#105)
Co-authored-by: Steven Briscoe <stevebriscoe123@gmail.com>
main
Abhilash Gopal
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
30 additions and
2 deletions
-
uptime-kuma/docker-compose.yml
-
uptime-kuma/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 3001 |
|
|
|
|
|
|
|
uptime-kuma: |
|
|
|
image: louislam/uptime-kuma:1.16.1@sha256:f5706f21ba0af08775505aeddf61aff1d344038f6df5a90865699b86677dfd99 |
|
|
|
image: louislam/uptime-kuma:1.17.1@sha256:a4eab252e5a27ead9e92f04d755d6cc968be923b277aae42ac8cf633e2da3b15 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: uptime-kuma |
|
|
|
category: Networking |
|
|
|
name: Uptime Kuma |
|
|
|
version: "1.16.1" |
|
|
|
version: "1.17.1" |
|
|
|
tagline: Self-hosted uptime monitoring tool |
|
|
|
description: > |
|
|
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot. |
|
|
@ -38,3 +38,31 @@ gallery: |
|
|
|
- 3.jpg |
|
|
|
path: "" |
|
|
|
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 |
|
|
|