No description
- Dockerfile 55%
- Shell 45%
| .gitignore | ||
| CHANGELOG.md | ||
| CloudronManifest.json | ||
| CloudronVersions.json | ||
| DESCRIPTION | ||
| Dockerfile | ||
| LICENSE | ||
| logo.png | ||
| POSTINSTALL.md | ||
| README.md | ||
| start.sh | ||
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.