No description
  • Dockerfile 52.2%
  • Shell 47.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-09 17:45:14 +01:00
.gitignore initial 2026-05-03 23:43:20 +01:00
CHANGELOG.md 1.0.23 upstream v0.31.5 2026-09-09 17:45:14 +01:00
CloudronManifest.json 1.0.23 upstream v0.31.5 2026-09-09 17:45:14 +01:00
CloudronVersions.json 1.0.23 upstream v0.31.5 2026-09-09 17:45:14 +01:00
DESCRIPTION initial 2026-05-03 23:43:20 +01:00
Dockerfile 1.0.23 upstream v0.31.5 2026-09-09 17:45:14 +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.