From 13d3bc939112b9f38620c31730b9b4b67459fc9b Mon Sep 17 00:00:00 2001 From: Qubasa Date: Tue, 14 Oct 2025 13:07:18 +0200 Subject: [PATCH] docs: add Vaultwarden, Easytier and Nix Cache to community modules --- docs/site/services/community.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/docs/site/services/community.md b/docs/site/services/community.md index d01be743a..7d3e1e3b8 100644 --- a/docs/site/services/community.md +++ b/docs/site/services/community.md @@ -1,4 +1,4 @@ -Services provided by the community +Services provided by the community, with no stability guarantees!
@@ -28,6 +28,28 @@ Services provided by the community controllers in a mesh topology, see the official [clan wireguard service](https://docs.clan.lol/services/official/wireguard/) +- [Vaultwarden](https://github.com/Qubasa/infra/blob/main/modules/vaultwarden) + + --- + + Sets up the centralized open source password manager backend [vaultwarden](https://github.com/dani-garcia/vaultwarden) for [bitwarden](https://bitwarden.com/de-de/). + + +- [Easytier Mesh VPN](https://github.com/DavHau/hyperconfig/tree/master/modules/clan/easytier) + + --- + + Sets up the [EasyTier Mesh VPN](https://github.com/EasyTier/EasyTier), uses WirGuard under the hood. + + +- [Nix Cache](https://github.com/DavHau/hyperconfig/tree/master/modules/clan/nix-cache) + + --- + + Sets up a nix cache to share the nix store between machines in your network + + +
!!! tip "Add your own!"