From 41276f9d9130b610c7fe20e043c76278aa9da867 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Thu, 16 Nov 2023 20:58:14 -0800 Subject: [PATCH] update some todos --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 931e680..07ead7a 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Currently supported services and features are: - [X] Backup support. - [X] Monitoring through Prometheus and Grafana. - [X] Export systemd services status. - - [ ] Provide out of the box dashboards for common tasks. + - [ ] Provide out of the box dashboards and alerts for common tasks. - [ ] LDAP auth. - [ ] SSO auth. - [X] Vaultwarden @@ -69,13 +69,13 @@ Currently supported services and features are: - [X] `/admin` only accessible for `vaultwarden_admin` LDAP group. - [WIP] True SSO support, see [dani-garcia/vaultwarden/issues/246](https://github.com/dani-garcia/vaultwarden/issues/246). For now, Authelia protects access to the UI but you need to login afterwards to Vaultwarden. So there are two login required. - [X] Nextcloud - - [ ] Export metrics to Prometheus. - - [ ] Export traces to Prometheus. - [X] LDAP auth, unfortunately we need to configure this manually. - [ ] Declarative setup. - [ ] SSO auth. - [X] Backup support. - - [ ] Optional tracing debug. + - [x] Optional tracing debug. + - [ ] Export traces to Prometheus. + - [ ] Export metrics to Prometheus. - [X] Home Assistant. - [ ] Export metrics to Prometheus. - [X] LDAP auth through `homeassistant_user` LDAP group.