From ce6ff9cd13fb3dbc3c79f477238b3ab245ae2f6c Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 7 Aug 2024 21:58:13 +1000 Subject: [PATCH] Update Uptime Kuma - whitelist api route in app proxy (#1322) --- uptime-kuma/docker-compose.yml | 1 + uptime-kuma/umbrel-app.yml | 10 +++------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/uptime-kuma/docker-compose.yml b/uptime-kuma/docker-compose.yml index 9b117b04..6508ce1e 100644 --- a/uptime-kuma/docker-compose.yml +++ b/uptime-kuma/docker-compose.yml @@ -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 diff --git a/uptime-kuma/umbrel-app.yml b/uptime-kuma/umbrel-app.yml index ecd8f8a8..27ca1ed2 100644 --- a/uptime-kuma/umbrel-app.yml +++ b/uptime-kuma/umbrel-app.yml @@ -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