Browse Source

Update Uptime Kuma to v1.18.5 (#300)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Wiwat Srisattha 2 years ago
committed by GitHub
parent
commit
715b46b0ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      uptime-kuma/docker-compose.yml
  2. 41
      uptime-kuma/umbrel-app.yml

4
uptime-kuma/docker-compose.yml

@ -7,11 +7,11 @@ services:
APP_PORT: 3001
uptime-kuma:
image: louislam/uptime-kuma:1.17.1@sha256:a4eab252e5a27ead9e92f04d755d6cc968be923b277aae42ac8cf633e2da3b15
image: louislam/uptime-kuma:1.18.5@sha256:a84767d7934f833010b886f3dfc57b9d23ca69e85e48f378b28b5c25c5043e1d
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/uptime-kuma:/app/data
networks:
default:
ipv4_address: $APP_UPTIME_KUMA_IP
ipv4_address: $APP_UPTIME_KUMA_IP

41
uptime-kuma/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: uptime-kuma
category: Networking
name: Uptime Kuma
version: "1.17.1"
version: "1.18.5"
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
@ -39,32 +39,23 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
- Add settings for notification of certificate expiry (Thanks @chakflying)
From 1.18 to 1.18.5:
- Cache DNS records on HTTP(s) monitor (Thanks @gregdev)
- Add free.fr SMS notification (Thanks @CL0Pinette)
- Add GoAlert Notification (Thanks @mhkarimi1383)
- Add new monitor type: MS SQL Server (Thanks @christopherpickering)
- Add SMSManager Notification (Thanks @jakubenglicky)
- Add new notification: ntfy (Thanks @philippdormann)
- Add ServerChan Notification (Thanks @mjysci)
- Add new notification: Line Notify (Thanks @0x01code)
- Add new notification: Home Assistant notification (Thanks @rmtsrc)
- Add label to status badge (Thanks @woooferz)
- 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
Full changelog can be found here: https://github.com/louislam/uptime-kuma/releases
submitter: Philipp Haussleiter
submission: https://github.com/getumbrel/umbrel/pull/1148
submission: https://github.com/getumbrel/umbrel/pull/1148

Loading…
Cancel
Save