From b807ebc7ced5f95e60881d7c08797e8e6c6a2b71 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 14 Nov 2023 00:14:56 -0800 Subject: [PATCH] add more intro to the readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 92545cb..3732d3e 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,17 @@ SHB's (Self Host Blocks) goal is to provide a lower entry-bar for self-hosting. this by providing opinionated building blocks fitting together to self-host a wide range of services. Also, the design will be extendable to allow users to add services not provided by SHB. +For each service, I intend to provide turn-key Nix options to setup: +- Access through a subdomain. +- HTTPS access. +- Backup. +- Single sign-on. +- LDAP user management. + ## Supported Features +Currently supported services and features are: + - [X] Authelia as SSO provider. - [X] Export metrics to Prometheus. - [X] LDAP server through lldap, it provides a nice Web UI.