github gamosoft/NoteDiscovery v0.19.2
v0.19.2 - New stats endpoint

8 hours ago

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: Version

To look like this:
image
More info here: https://github.com/gamosoft/NoteDiscovery/blob/main/documentation/API.md#get-stats

  • Also fixed the locales for the Hungarian translation of backlinks. (b7052a1) thanks @Adv3n10

Docker Images

This release is available as a Docker image:

docker pull ghcr.io/gamosoft/NoteDiscovery:0.19.2

Full Changelog: v0.19.1...v0.19.2

Don't miss a new NoteDiscovery release

NewReleases is sending notifications on new releases.