databag/README.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2022-01-04 17:30:24 +00:00
2022-06-10 17:58:34 +00:00
<p align="center">
2022-06-10 18:34:20 +00:00
<a href="#"><img src="/doc/screenshot.png" width="80%"/></a>
2022-06-10 17:58:34 +00:00
</p>
2022-06-10 18:39:11 +00:00
Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service. Notable features include:
2022-06-10 19:04:29 +00:00
- A databag node can host multiple accounts for a family or company.
2022-06-10 18:39:11 +00:00
- Public-private key based identity and not bound to any blockchain or hosting domain.
2022-06-10 19:04:29 +00:00
- Direct communication between app and contact's node with no server-side replication.
- Data revision trees for effient syncrhonization.
- Websockets for delivering synchronization events.
2022-06-10 18:47:18 +00:00
2022-06-10 19:04:29 +00:00
You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as the server is regularly wiped.
### Installation
To use databag, you will need a DNS name pointing to your node with a certificate. You can deloy a node manually, but you will have a much easier time using a container service. For my self-hosting setup, I use Portainer with Nginx Proxy Manager running on an Intel Nuc. As a reslt the docker image I have built is for [amd64](https://hub.docker.com/u/balzack)