No description
  • Shell 52.1%
  • Dockerfile 47.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-16 13:24:35 +01:00
.gitignore initial 2026-05-03 23:43:20 +01:00
CHANGELOG.md 1.0.10 2026-07-16 13:24:35 +01:00
CloudronManifest.json 1.0.10 2026-07-16 13:24:35 +01:00
CloudronVersions.json 1.0.10 2026-07-16 13:24:35 +01:00
DESCRIPTION initial 2026-05-03 23:43:20 +01:00
Dockerfile 1.0.9 2026-07-16 13:20:23 +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.6 upstream 0.28.0 2026-06-30 23:27:15 +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.