Update ntfy to v2.21.0 (#5251)

This commit is contained in:
Alexander L. 2026-03-31 10:22:37 +02:00 committed by GitHub
parent 1c01566d07
commit ffac63b040
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: binwiederhier/ntfy:v2.20.1@sha256:34e68dedfe6f324f30d4b07081a2a69a58d7299a289e1bc4a89081a4432bf1e9
image: binwiederhier/ntfy:v2.21.0@sha256:2b9e12d56a538f4402da51328eeca02696c4b207ab7fbe031c27e51a22ca9b86
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -3,7 +3,7 @@ id: ntfy
name: ntfy
tagline: Send notifications to your phone or desktop via scripts from any computer, and/or using a REST API
category: automation
version: "2.20.1"
version: "2.21.0"
port: 13119
description: >-
ntfy (pronounced notify) is a simple HTTP-based pub-sub notification service. It allows you to send notifications to
@ -53,7 +53,7 @@ gallery:
- 3.jpg
releaseNotes: >-
Key highlights:
- Fixed an issue with S3-compatible attachment storage and HTTP/2 stream errors on providers like DigitalOcean Spaces
- Added the ability for server admins to require email address verification before sending email notifications
Full release notes can be found at https://github.com/binwiederhier/ntfy/releases