From ad1ba4b54ee07a15e218c7c292ed51d0d733f7a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:37:46 +0000 Subject: [PATCH] chore(deps): update binwiederhier/ntfy docker tag to v2.8.0 (#1637) --- apps/ntfy/config.json | 13 +++++++++---- apps/ntfy/docker-compose.yml | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/apps/ntfy/config.json b/apps/ntfy/config.json index 1409684b..0f015ed1 100644 --- a/apps/ntfy/config.json +++ b/apps/ntfy/config.json @@ -5,14 +5,19 @@ "exposable": true, "port": 8166, "id": "ntfy", - "tipi_version": 1, - "version": "2.7.0", - "categories": ["utilities"], + "tipi_version": 2, + "version": "2.8.0", + "categories": [ + "utilities" + ], "description": "Send push notifications to any devices using a simple HTTP PUT or POST request.", "short_desc": "Ntfy, a simple server for sending and receiving notification messages.", "author": "https://github.com/binwiederhier", "source": "https://github.com/binwiederhier/ntfy", "website": "https://ntfy.sh/", "form_fields": [], - "supported_architectures": ["arm64", "amd64"] + "supported_architectures": [ + "arm64", + "amd64" + ] } diff --git a/apps/ntfy/docker-compose.yml b/apps/ntfy/docker-compose.yml index 28345654..15d3331c 100644 --- a/apps/ntfy/docker-compose.yml +++ b/apps/ntfy/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.7' services: ntfy: container_name: ntfy - image: binwiederhier/ntfy:v2.7.0 + image: binwiederhier/ntfy:v2.8.0 environment: - NTFY_BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - NTFY_UPSTREAM_BASE_URL=https://ntfy.sh