1
0
Fork 0

add more intro to the readme

This commit is contained in:
ibizaman 2023-11-14 00:14:56 -08:00
parent d160d16cc9
commit b807ebc7ce

View file

@ -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 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. 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 ## Supported Features
Currently supported services and features are:
- [X] Authelia as SSO provider. - [X] Authelia as SSO provider.
- [X] Export metrics to Prometheus. - [X] Export metrics to Prometheus.
- [X] LDAP server through lldap, it provides a nice Web UI. - [X] LDAP server through lldap, it provides a nice Web UI.