add supported features
This commit is contained in:
parent
54a7bbabe8
commit
f22e06e132
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -5,3 +5,25 @@
|
||||||
SHB's (Self Host Blocks) goal is to provide a lower entry-bar for self-hosting. I intend to achieve
|
SHB's (Self Host Blocks) goal is to provide a lower entry-bar for self-hosting. I intend to achieve
|
||||||
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.
|
||||||
|
|
||||||
|
## Supported Features
|
||||||
|
|
||||||
|
- [ ] SSO with Authelia.
|
||||||
|
- [X] LDAP server through lldap, it provides a nice Web UI.
|
||||||
|
- [X] Backup with Restic or BorgBackup
|
||||||
|
- [X] Monitoring through Prometheus and Grafana.
|
||||||
|
- [X] Export systemd services status.
|
||||||
|
- [X] Reverse Proxy with Nginx.
|
||||||
|
- [ ] Export metrics to Prometheus.
|
||||||
|
- [X] SSL support.
|
||||||
|
- [X] Backup support.
|
||||||
|
- [X] Nextcloud
|
||||||
|
- [ ] Export metrics to Prometheus.
|
||||||
|
- [X] LDAP auth, unfortunately we need to configure this manually.
|
||||||
|
- [ ] SSO auth.
|
||||||
|
- [X] Backup support.
|
||||||
|
- [X] Home Assistant.
|
||||||
|
- [ ] Export metrics to Prometheus.
|
||||||
|
- [X] LDAP auth, unfortunately we need to configure this manually.
|
||||||
|
- [ ] SSO auth.
|
||||||
|
- [X] Backup support.
|
||||||
|
|
Loading…
Reference in a new issue