From a8ca745df760dbac4c6c2749451c0c23f9214f52 Mon Sep 17 00:00:00 2001 From: Jeff Zucker <44732708+jeff-zucker@users.noreply.github.com> Date: Sat, 12 Sep 2026 08:33:38 -0700 Subject: [PATCH] Add FediPod Server and CSS-NextGraph links to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 04f8e3b..aa52b63 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ This repository lists components that can be used to extend the [Community Solid | [Hello World](https://github.com/CommunitySolidServer/hello-world-component) | Help people get started creating their own components | | [Derived Resources](https://github.com/SolidLabResearch/derived-resources-component) | Allows the creating of derived/virtual resources, whose contents are dynamically generated based on other resources. | | [IPFS Backend](https://github.com/DianaNegut/css-ipfs-backend) | An IPFS (Kubo/MFS) storage backend: DataAccessor that stores Solid pod data on IPFS instead of the local filesystem. | +| [FediPod Server](https://github.com/jeff-zucker/FediPod/tree/main/packages/fedipod-server) | Adds an ActivityPub server to the CSS install. | +| [CSS-NextGraph](https://github.com/jeff-zucker/FediPod/tree/main/packages/css-nextgraph) | A NextGraph storage backend - encrypted pods. |