nextcloud / suspicious_login

Detect and warn about suspicious IPs logging into Nextcloud
GNU Affero General Public License v3.0
84 stars 25 forks source link

feat!: replace charts in admin settings with ocs stats api #928

Closed st3iny closed 2 weeks ago

st3iny commented 1 month ago

Fix #900

I replaced the charts with a very simple OCS API to retrieve stats. Only admins may access this route.

I would also be fine with dropping the API again and not exposing stats in any way.

TODO