app-store/apps/databag/config.json

20 lines
585 B
JSON
Raw Normal View History

2023-06-30 18:39:07 +00:00
{
"$schema": "../schema.json",
"name": "Databag",
"available": true,
"exposable": true,
"port": 8201,
2023-06-30 18:39:07 +00:00
"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": [],
"supported_architectures": ["arm64", "amd64"]
2023-06-30 18:39:07 +00:00
}