From 12bc0461e655f7b1866dd37a0d62b0ff26c3c316 Mon Sep 17 00:00:00 2001 From: balzack <96387156+balzack@users.noreply.github.com> Date: Fri, 10 Jun 2022 12:04:29 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 68a72013..cd07fbc9 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,14 @@

Databag is a self-hosting network for the DWeb community, implementing the IndiCom messaging service. Notable features include: +- A databag node can host multiple accounts for a family or company. - Public-private key based identity and not bound to any blockchain or hosting domain. -- Direct communication between app and contact's node with no serverside replication. -- Data maintained in revision trees for effient data syncrhonization. -- Websockets utilized for delivering synchronization events. +- Direct communication between app and contact's node with no server-side replication. +- Data revision trees for effient syncrhonization. +- Websockets for delivering synchronization events. -You can test out the project [here](https://databag.coredb.org/#/create), but dont post anything important as the server is regularly wiped. +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)