Browse Source

Update Databag to v0.1.12 (#1063)

main
Pierre Balzack 8 months ago
committed by GitHub
parent
commit
04dccf17d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      databag/docker-compose.yml
  2. 8
      databag/umbrel-app.yml

2
databag/docker-compose.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:

8
databag/umbrel-app.yml

@ -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

Loading…
Cancel
Save