Pierre Balzack
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
6 deletions
-
databag/docker-compose.yml
-
databag/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 7000 |
|
|
|
|
|
|
|
web: |
|
|
|
image: balzack/databag:0.1.10@sha256:25d3fb6daa298f4ac4841929f759b0675502ae7c0fc4df28b2e6ee3a18186594 |
|
|
|
image: balzack/databag:0.1.12@sha256:f0ed35a201975dfbc35598689fa7139a2d2e25f9ac3e5fcb0e92f7c7e604c935 |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: databag |
|
|
|
category: social |
|
|
|
name: Databag |
|
|
|
version: "0.1.10" |
|
|
|
version: "0.1.12" |
|
|
|
tagline: A tiny self-hosted federated messenger for the decentralized web |
|
|
|
description: >- |
|
|
|
Databag is a self-hosted messaging service. Notable features include: |
|
|
@ -47,11 +47,9 @@ releaseNotes: >- |
|
|
|
This update of Databag brings the following changes: |
|
|
|
|
|
|
|
|
|
|
|
- Dark mode |
|
|
|
- Updated internal version of Go |
|
|
|
|
|
|
|
- New language support |
|
|
|
|
|
|
|
- Instructions for account creation |
|
|
|
- Fix for storage setting in admin dashboard |
|
|
|
|
|
|
|
dependencies: [] |
|
|
|
developer: Pierre Balzack |
|
|
|