diff --git a/README.md b/README.md index 9386dc8..ebdb8c9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ Airgapper is a control plane for peer-to-peer NAS backups where no single party can read, delete, or restore the data alone. It wraps [restic](https://restic.net) for encrypted backups and uses Shamir's Secret Sharing to split the decryption key between parties. +## Screenshots + +

+ Landing Page +

+

Landing page — choose to back up your data or host someone else's backup

+ +

+ Initialize Vault +

+

Initialize a new vault — set your name and select folders to back up

+ +

+ Host Setup +

+

Host setup — overview of how hosting works with encrypted, append-only storage

+ +

+ Storage Configuration +

+

Storage configuration — set backup location and optional quota limits

+ ## Context + Problem An effective backup strategy for homelabs follows the **3-2-1 principle**: 3 total copies, 2 local (ideally 1 continuous and 1 periodic), and 1 remote copy. diff --git a/docs/screenshots/01-landing-page.png b/docs/screenshots/01-landing-page.png new file mode 100644 index 0000000..848f828 Binary files /dev/null and b/docs/screenshots/01-landing-page.png differ diff --git a/docs/screenshots/02-init-vault.png b/docs/screenshots/02-init-vault.png new file mode 100644 index 0000000..29631d6 Binary files /dev/null and b/docs/screenshots/02-init-vault.png differ diff --git a/docs/screenshots/03-host-setup.png b/docs/screenshots/03-host-setup.png new file mode 100644 index 0000000..5bbd5c1 Binary files /dev/null and b/docs/screenshots/03-host-setup.png differ diff --git a/docs/screenshots/04-host-storage.png b/docs/screenshots/04-host-storage.png new file mode 100644 index 0000000..2dbaa31 Binary files /dev/null and b/docs/screenshots/04-host-storage.png differ