From a55f8ea9cf9b009c926f533f9f4a342941fa263f Mon Sep 17 00:00:00 2001 From: ibizaman Date: Sat, 23 Sep 2023 00:04:01 -0700 Subject: [PATCH] add more todos --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4c63b7f..62711e8 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,13 @@ services. Also, the design will be extendable to allow users to add services not - [X] LDAP server through lldap, it provides a nice Web UI. - [X] Administrative UI only accessible from local network. - [X] Backup with Restic or BorgBackup + - [ ] UI for backups. + - [ ] Export metrics to Prometheus. - [X] Monitoring through Prometheus and Grafana. - [X] Export systemd services status. - [X] Reverse Proxy with Nginx. - [ ] Export metrics to Prometheus. + - [ ] Log slow requests. - [X] SSL support. - [X] Backup support. - [X] Nextcloud @@ -44,3 +47,6 @@ services. Also, the design will be extendable to allow users to add services not - [X] LDAP auth through `hledger_user` LDAP group. - [X] SSO auth. - [ ] Backup support. +- [X] Database Postgres + - [ ] Slow log monitoring. + - [ ] Export metrics to Prometheus.