From 6ceb86e72d23774200868b622ff1a88b069faf91 Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:13:05 -0700 Subject: [PATCH 1/2] updated to latest databag container updated to latest go tools with security patches supporting push notification repeater instead of deprecated firebase API --- databag/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databag/docker-compose.yml b/databag/docker-compose.yml index ac7bc7769a..083624e686 100644 --- a/databag/docker-compose.yml +++ b/databag/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 7000 web: - image: balzack/databag:0.1.15@sha256:bf8c2689fb91947a269ade9a1c1b90a259504a2c517487273228125a3ca5c5b5 + image: balzack/databag:0.1.17@sha256:934ef8c1a8b6da5b222dea7d6c6ddc0b5b8c24b314a8038686a98cab14e0466d restart: on-failure stop_grace_period: 1m volumes: From 47b9cfa916cce1660a370e88a0cf4c548cc6060c Mon Sep 17 00:00:00 2001 From: Pierre Balzack <96387156+balzack@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:16:03 -0700 Subject: [PATCH 2/2] updated to latest databag container updated to latest go tools with security patches supporting push notification repeater instead of deprecated firebase API --- databag/umbrel-app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/databag/umbrel-app.yml b/databag/umbrel-app.yml index df66ea66f2..a41b9439a1 100644 --- a/databag/umbrel-app.yml +++ b/databag/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: databag category: social name: Databag -version: "0.1.15" +version: "0.1.17" tagline: A tiny self-hosted federated messenger for the decentralized web description: >- Databag is a self-hosted messaging service. Notable features include: @@ -46,9 +46,9 @@ description: >- releaseNotes: >- This update of Databag brings the following changes: - - Added support for the Cloudflare turn service for audio and video calls as an alternative to self-hosting coturn. - - - Added support for browser push notifications; existing session also require log (out/in) to enable. + - Updated to latest go tools with security patches + + - Added support of a push notification repeater instead of the deprecated firebase API dependencies: [] developer: Pierre Balzack website: https://github.com/balzack/databag