ABOUT
NoteDiscovery is a lightweight, self-hosted knowledge base and note-taking platform. Write Markdown notes, build a graph of linked knowledge, and search full-text across your entire vault — all stored as plain files.
warningAuthentication is disabled by default. Enable it in /opt/notediscovery/config.yaml and change the default password.
infoNotes are stored as plain Markdown files in /opt/notediscovery/data.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM4 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/notediscovery.sh'; sha='493265f50deff7ceac9b5f3b4b70fa7e69a751a234d0403a550d5dac49a27fee'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/notediscovery.shSHA-256 493265f50deff7ceac9b5f3b4b70fa7e69a751a234d0403a550d5dac49a27fee LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.