From ac0d72ccbc51f5112f9e0795212db4bc6a7a8a29 Mon Sep 17 00:00:00 2001 From: Pierre Penninckx Date: Sat, 1 Mar 2025 12:59:29 +0100 Subject: [PATCH] add self-host-blocks (#1146) Co-authored-by: ibizaman --- software/self-host-blocks.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/self-host-blocks.yml diff --git a/software/self-host-blocks.yml b/software/self-host-blocks.yml new file mode 100644 index 0000000000..2caacb6143 --- /dev/null +++ b/software/self-host-blocks.yml @@ -0,0 +1,11 @@ +name: "Self Host Blocks" +website_url: "https://github.com/ibizaman/selfhostblocks" +source_code_url: "https://github.com/ibizaman/selfhostblocks" +description: "Modular server management based on NixOS modules and focused on best practices." +licenses: + - AGPL-3.0 +platforms: + - Nix +tags: + - Self-hosting Solutions +depends_3rdparty: true