Browse Source

Updat Databag to 0.1.10 (#1017)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
Pierre Balzack 10 months ago
committed by GitHub
parent
commit
b42ca5cd60
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      databag/docker-compose.yml
  2. 13
      databag/umbrel-app.yml

4
databag/docker-compose.yml

@ -7,10 +7,10 @@ services:
APP_PORT: 7000
web:
image: balzack/databag:0.1.9@sha256:bb4acd565be843a1c662310415a403fe731904eddda364a77939a2c0d6fc3620
image: balzack/databag:0.1.10@sha256:25d3fb6daa298f4ac4841929f759b0675502ae7c0fc4df28b2e6ee3a18186594
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data/databag:/var/lib/databag
environment:
ADMIN: $APP_PASSWORD
ADMIN: $APP_PASSWORD

13
databag/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: databag
category: social
name: Databag
version: "0.1.4"
version: "0.1.10"
tagline: A tiny self-hosted federated messenger for the decentralized web
description: >-
Databag is a self-hosted messaging service. Notable features include:
@ -43,7 +43,16 @@ description: >-
🌐 HTTPS Configuration: The browser version of the app can operate over http, but the mobile app requires https. You can set up https using the Cloudflare Tunnel app available in the app store.
Detailed instructions for configuring the tunnel can be found here: https://github.com/Radiokot/umbrel-cloudflared/wiki/How-to-set-up-Cloudflare-Tunnel-on-your-Umbrel
releaseNotes: ""
releaseNotes: >-
This update of Databag brings the following changes:
- Dark mode
- New language support
- Instructions for account creation
dependencies: []
developer: Pierre Balzack
website: https://github.com/balzack/databag

Loading…
Cancel
Save