No description
  • Dockerfile 55%
  • Shell 45%
Find a file
2026-05-13 21:21:07 +01:00
.gitignore initial 2026-05-03 23:43:20 +01:00
CHANGELOG.md 1.0.4. packaging upstream 0.24.2 2026-05-13 21:21:07 +01:00
CloudronManifest.json 1.0.4. packaging upstream 0.24.2 2026-05-13 21:21:07 +01:00
CloudronVersions.json 1.0.4. packaging upstream 0.24.2 2026-05-13 21:21:07 +01:00
DESCRIPTION initial 2026-05-03 23:43:20 +01:00
Dockerfile 1.0.4. packaging upstream 0.24.2 2026-05-13 21:21:07 +01:00
LICENSE initial 2026-05-03 23:43:20 +01:00
logo.png built 2026-05-03 23:52:33 +01:00
POSTINSTALL.md 1.0.2 2026-05-04 16:02:03 +01:00
README.md 1.0.2 2026-05-04 16:02:03 +01:00
start.sh 1.0.2 2026-05-04 16:02:03 +01:00

NoteDiscovery (Cloudron Package)

Cloudron packaging for NoteDiscovery, a lightweight self-hosted markdown knowledge base.

Upstream: https://github.com/gamosoft/NoteDiscovery

Storage

Persistent data lives in /app/data:

  • Notes and attachments: /app/data/data
  • Plugins: /app/data/plugins

Authentication

Authentication is disabled by default. Configure it in /app/data/config.yaml:

  • authentication.enabled (true/false)
  • authentication.password (web UI login password)
  • authentication.api_key (API key for integrations)

This package generates and persists authentication.secret_key automatically on first run.