added new app databag
This commit is contained in:
parent
4be65da30b
commit
c27746c848
18
apps/databag/config.json
Normal file
18
apps/databag/config.json
Normal 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": []
|
||||||
|
}
|
9
apps/databag/docker-compose.yml
Normal file
9
apps/databag/docker-compose.yml
Normal 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
|
2
apps/databag/metadata/description.md
Normal file
2
apps/databag/metadata/description.md
Normal 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.
|
BIN
apps/databag/metadata/icon.png
Normal file
BIN
apps/databag/metadata/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue
Block a user