added new app databag (#197)

Databag is a federated chat service that is designed for privacy but
also light weight self-hosting.

repo: https://github.com/balzack/databag
This commit is contained in:
Pierre Balzack 2023-07-03 03:09:05 -07:00 committed by GitHub
parent 0419addb28
commit ad9fb79faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
name: Databag
services:
databag:
image: balzack/databag:0.1.5
restart: unless-stopped
x-casaos:
volumes:
- container: /var/lib/databag
description:
en_us: database and asset store
ports:
- container: '7000'
description:
en_us: rest api port
ports:
- target: 7000
published: 7000
protocol: tcp
volumes:
- type: bind
source: /DATA/AppData/databag/data
target: /var/lib/databag
x-casaos:
architectures:
- amd64
- arm64
main: databag
description:
en_us: Databag is a federated chat app for self-hosting that focuses on user privacy and security; the service includes clients for iOS, Android, and browser.
tagline:
en_us: Messenger for the Decentralized Web
developer: balzack
author: Pierre Balzack
category: Chat
title:
en_us: Databag

BIN
Apps/Databag/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB