databag/README.md

19 lines
1.0 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>
Databag is a self-hosting messaging service for the DWeb community. Notable features include:
2022-07-08 04:21:48 +00:00
- Public-private key based identity (not bound to any blockchain or hosting domain)
- Federated (accounts on different nodes can communicate)
- No server-side replication (direct communication between app and contact's node)
2022-06-10 19:04:29 +00:00
- Websockets for delivering synchronization events.
2022-07-08 04:21:48 +00:00
- Unlimited accounts per node
2022-06-10 19:09:36 +00:00
- Server written in Go and browser app written with Reactjs.
2022-06-10 18:47:18 +00:00
2022-06-10 22:14:51 +00:00
You can test out the project [here](https://databag.coredb.org/#/create), but don't post anything important as this server is regularly wiped. Feedback on the UI/UX, bugs or features is greatly appreciated.
2022-06-10 19:04:29 +00:00
### Installation
2022-06-13 16:31:12 +00:00
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. Containers for arm64 and amd64 are available [here](https://hub.docker.com/r/balzack/databag/tags)