Merge branch 'main' into refactor

This commit is contained in:
balzack 2023-03-05 17:43:43 -08:00
commit 0a463049c5
2 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Databag is a self-hosted messaging service. Notable features include:
- Lightweight (server runs on a raspberry pi zero v1.3)
- Decentralized (direct communication between app and contact's node)
- Low latency (use of websockets for push events to avoid polling)
- Responsive (renders well in phone, tablet and pc)
- Responsive (renders well on phone, tablet and pc)
- Unlimited accounts per node (host for your whole family)
- Mobile alerts (push notifications on new contacts and messages)

View File

@ -4,6 +4,7 @@ These instructions assume you have the following setup:
- reverse proxy with an assigned hostname and certificate forwarding to your Raspberry Pi
- micro usb to ethernet adapter
- address reservation on your router
- software tools for writing image (7zip & rufus, or equivalent)
- reasonably large micro sd card (~16 GB)
## Step 1: setup the hardware