added new app databag

This commit is contained in:
Roland Osborne 2023-06-30 11:39:07 -07:00
parent 4be65da30b
commit c27746c848
4 changed files with 29 additions and 0 deletions

18
apps/databag/config.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "../schema.json",
"name": "Databag",
"available": true,
"exposable": true,
"port": 7000,
"id": "databag",
"tipi_version": 2,
"version": "latest",
"categories": [
"utilities"
],
"description": "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.",
"short_desc": "Messenger for the Decentralized Web",
"author": "balzack",
"source": "https://github.com/balzack/databag",
"form_fields": []
}

View File

@ -0,0 +1,9 @@
version: "3.9"
services:
databag:
container_name: databag
image: balzack/databag:latest
ports:
- ${APP_PORT}:7000
volumes:
- ${APP_DATA_DIR}/data/databag:/var/lib/databag

View File

@ -0,0 +1,2 @@
# Databag
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB