1
0
Fork 0

add more todos

This commit is contained in:
ibizaman 2023-09-23 00:04:01 -07:00
parent a9c7e3c3db
commit a55f8ea9cf

View file

@ -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.