mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update Uptime Kuma - whitelist api route in app proxy (#1322)
This commit is contained in:
parent
4835549f94
commit
ce6ff9cd13
|
@ -5,6 +5,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
APP_HOST: uptime-kuma_server_1
|
APP_HOST: uptime-kuma_server_1
|
||||||
APP_PORT: 3001
|
APP_PORT: 3001
|
||||||
|
PROXY_AUTH_WHITELIST: "/api/*"
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: louislam/uptime-kuma:1.23.13@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc
|
image: louislam/uptime-kuma:1.23.13@sha256:96510915e6be539b76bcba2e6873591c67aca8a6075ff09f5b4723ae47f333fc
|
||||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||||
id: uptime-kuma
|
id: uptime-kuma
|
||||||
category: networking
|
category: networking
|
||||||
name: Uptime Kuma
|
name: Uptime Kuma
|
||||||
version: "1.23.13"
|
version: "1.23.13-push"
|
||||||
tagline: Self-hosted uptime monitoring tool
|
tagline: Self-hosted uptime monitoring tool
|
||||||
description: >
|
description: >
|
||||||
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
Uptime Kuma is a self-hosted monitoring tool like Uptime Robot.
|
||||||
|
@ -39,13 +39,9 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
This release updates Uptime Kuma from version 1.23.12 to 1.23.13 and includes the following bug fixes:
|
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.
|
||||||
|
|
||||||
- Fixed language setting issues: Localisation-matching algorithm missing some edgecase
|
|
||||||
|
|
||||||
- Fixed TLS issues: Getting TLS certificate through proxy & prometheus update
|
|
||||||
|
|
||||||
|
|
||||||
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
|
submitter: Philipp Haussleiter
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/1148
|
submission: https://github.com/getumbrel/umbrel/pull/1148
|
||||||
|
|
Loading…
Reference in New Issue
Block a user