From 9ee3b5b40f6966016273a63e30ff093e53b0201e Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 24 Aug 2025 18:22:43 +0200 Subject: [PATCH] Minimize cluster section in README Keep it simple - just the essentials: - What it is: distributed storage with mesh networking - How to run it: wget command - How it works: preshared secret + lighthouse - Where data goes: /data/storage/ --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a639875..0da2691 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,10 @@ The installer will: ## Nullpoint Cluster -Create or join a distributed storage cluster with [Nebula](https://github.com/slackhq/nebula) mesh networking and [GlusterFS](https://www.gluster.org/). Start with a single node and scale up by adding more servers. +Distributed storage cluster with [Nebula](https://github.com/slackhq/nebula) mesh networking and [GlusterFS](https://www.gluster.org/). ```bash wget -qO- https://git.dominik-roth.eu/dodox/nullpoint/raw/branch/master/cluster-setup.sh | sudo bash ``` -- **Storage mounted at**: `/data/storage/` - all data replicated to all nodes -- **Encrypted mesh network** - certificate-based trust with Nebula overlay -- **Flexible lighthouse setup** - use DNS names or direct IPs -- **All nodes are lighthouses** - full redundancy by default -- **Simple secret sharing** - just share lighthouse endpoints and CA cert to join +Join via single preshared secret and at least one lighthouse server. Storage replicated across all nodes at `/data/storage/`.