From 4e1b44f747394666d058e3f4538f3022f159916d Mon Sep 17 00:00:00 2001 From: Qubasa Date: Thu, 13 Jun 2024 17:00:02 +0200 Subject: [PATCH] Add Automated Backups point --- website/wclan.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/website/wclan.html b/website/wclan.html index a70e08e..0080000 100644 --- a/website/wclan.html +++ b/website/wclan.html @@ -30,6 +30,7 @@ .content-section details[open] { padding-bottom: 1em; } + @@ -54,7 +55,7 @@
- Unified Git Repository: Store all your machine configs and secrets in a single repository + Unified Git Repository: Centralize secrets & configurations in a single repository

Clan uses a single Git repository to define everything about your machines. This central repository utilizes Nix or JSON files to specify configurations, including disk formatting. This streamlined and unified approach gives you the power to manage your servers from a central point without relying on a centralized provider, scaling your IT infrastructure on your own terms.

@@ -64,8 +65,13 @@
- Automated Service Setup: Install services as if they are apps -

Setting up a service can be quite complex: many server adjustments need to be made, from setting up a database to adjusting webserver configurations and generating the correct private keys. Clan aims to make setting up a service as easy as installing an application. Through the Modules system, everything down to secrets can be set up through a smooth automated process.

+ Automated Service Setup: Install services as if they were applications +

Setting up a service can be quite complex: many server adjustments need to be made, from setting up a database to adjusting webserver configurations and generating the correct private keys. Clan aims to make setting up a service as easy as installing an application. Through the Modules system, everything down to secrets can be set up through a smooth automated process.

+
+ +
+ Automated Backups: Syncronize state and backup to other peers automatically +

Each clan service specifies a state directory where all service state data is stored. This setup allows for the automatic backup of every service to other peers, including Postgres databases. With the Syncthing clan module you can have perfect replicas of your laptop.

@@ -73,16 +79,17 @@

All machines in your Clan are interconnected through a self-configuring peer-to-peer mesh VPN. This additional layer of protection ensures that sensitive services, which might have too much attack surface to be hosted on the public internet, can still be made available on your Clan's network.

- -
Live Overwrites: Deploy configurations over existing Linux distributions via SSH.

With Clan, you can skip the cumbersome task of bootstrapping specific installation images. Clan allows you to overwrite any existing Linux distribution live over SSH, eliminating time-consuming setup processes. Deploy updates or new configurations swiftly and efficiently, maximizing uptime and minimizing hassle.

+ + +