Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to latest databag container #1495

Merged
merged 2 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion databag/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in databag/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand All @@ -7,7 +7,7 @@
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:
Expand Down
8 changes: 4 additions & 4 deletions databag/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down