What's Changed
- New /api/stats endpoint that gives you the number of notes, tags etc.. such as:
{
"notes_count": 73,
"folders_count": 50,
"tags_count": 4,
"templates_count": 3,
"media_count": 0,
"total_size_bytes": 121717,
"last_modified": "2026-03-24T11:22:40.187832+00:00",
"plugins_enabled": 1,
"version": "0.19.2"
}This way you can integrate in your dashboards like Homepage something like:
- NoteDiscovery:
href: https://notediscovery.{{HOMEPAGE_VAR_HOMELAB_DOMAIN}}
icon: notediscovery
container: homelab-notediscovery
widget:
type: customapi
url: http://notediscovery:8000/api/stats
refreshInterval: 60000
mappings:
- field: notes_count
label: Notes
- field: tags_count
label: Tags
- field: folders_count
label: Folders
- field: version
label: VersionTo look like this:

More info here: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/API.md#get-stats
Docker Images
This release is available as a Docker image:
docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.2Full Changelog: v0.19.1...v0.19.2