Post

NoteDiscovery

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.

NoteDiscovery

Installation

Default install:

1
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/notediscovery.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Default Credentials

UsernamePassword
Noneadmin

Configuration

Config file:

1
/opt/notediscovery/config.yaml

Notes

Authentication is disabled by default. Enable it in /opt/notediscovery/config.yaml and change the default password.
Notes are stored as plain Markdown files in /opt/notediscovery/data.

Web Interface

Port: 8000

Source code
Loading...