From 7350d3b9086b3e1a6ff3127b0e772bdf37f76b3b Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Fri, 7 Aug 2026 14:44:32 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20README=20banner=20=E2=80=94=20developme?= =?UTF-8?q?nt=20moved=20to=20postguard,=20crate=20is=20cryptify/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d3e321c..f8777fa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ > For full documentation, visit [docs.postguard.eu](https://docs.postguard.eu/repos/cryptify). +> [!IMPORTANT] +> **Development moved to [encryption4all/postguard](https://github.com/encryption4all/postguard), under `cryptify/`.** +> That repository builds the crate as a workspace member sharing a single lockfile with `pg-core`/`pg-pkg`. Open issues have moved there too. +> This repository is kept for history and will be archived once its Docker publish pipeline cuts over to `postguard`. Until then, this repository's CI is still the only publisher of `ghcr.io/encryption4all/cryptify` — do not remove its build/push steps yet. + File encryption and sharing service based on identity attributes. Cryptify is the file storage and delivery backend used by the PostGuard website and JavaScript SDK. When users upload encrypted files through PostGuard, they are stored and served by Cryptify. Cryptify is a Rust service built on the Rocket framework.