Update Uptime Kuma - whitelist api route in app proxy (#1322)

This commit is contained in:
Nathan Fretz 2024-08-07 21:58:13 +10:00 committed by GitHub
parent 4835549f94
commit ce6ff9cd13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 7 deletions

View File

@ -5,6 +5,7 @@ services:
environment:
APP_HOST: uptime-kuma_server_1
APP_PORT: 3001
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: louislam/uptime-kuma:1.23.13@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: uptime-kuma
category: networking
name: Uptime Kuma
version: "1.23.13"
version: "1.23.13-push"
tagline: Self-hosted uptime monitoring tool
description: >
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
@ -39,13 +39,9 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >
This release updates Uptime Kuma from version 1.23.12 to 1.23.13 and includes the following bug fixes:
- Fixed language setting issues: Localisation-matching algorithm missing some edgecase
- Fixed TLS issues: Getting TLS certificate through proxy & prometheus update
This release brings Push monitor functionality to Uptime Kuma on umbrelOS. Push monitors allow you to ping your Uptime Kuma instance from external services/servers to act as a check-in.
Full release notes can be found at https://github.com/louislam/uptime-kuma/releases
Full release notes for Uptime Kuma versions can be found at https://github.com/louislam/uptime-kuma/releases
submitter: Philipp Haussleiter
submission: https://github.com/getumbrel/umbrel/pull/1148