flatnotes-enhanced
A professional-grade, feature-rich fork of Flatnotes with folders, nested tags, and more...
2.2K
Flatnotes-Enhanced elevates the original Flatnotes into a powerful, customizable, and user-friendly note-taking application. Designed for professionals and enthusiasts, it offers advanced organization, visual customization, and a seamless user experienceβall while maintaining simplicity and performance.
docker pull dockerbobw/flatnotes-enhanced:latest
docker run -d \
--name flatnotes-enhanced \
-p 8080:8080 \
-v ./data:/data \
-e "FLATNOTES_AUTH_TYPE=password" \
-e "FLATNOTES_USERNAME=user" \
-e "FLATNOTES_PASSWORD=changeMe!" \
dockerbobw/flatnotes-enhanced:latest
| Variable | Description | Default |
|---|---|---|
FLATNOTES_AUTH_TYPE | Authentication type (none, read_only, password, totp) | password |
FLATNOTES_USERNAME | Username for password auth | (required) |
FLATNOTES_PASSWORD | Password for password auth | (required) |
FLATNOTES_SECRET_KEY | Secret key for JWT tokens | (required) |
FLATNOTES_PATH | Path to notes storage | /data |
FLATNOTES_TRASH_DAYS | Auto-delete trash older than N days (0 = disabled) | 0 |
ENABLE_DATABASE | Enable SQLite database for settings | true |
Full documentation and source code: https://github.com/BobWs/flatnotes-enhancedβ
β¦), and the folder breadcrumb competed for space with the action buttons (Pin, Archive, Trash, Edit/Save).Work/Weekly)linux/amd64 + linux/arm64) supportBuilt with β€οΈ for better note-taking.
Content type
Image
Digest
sha256:81c25a601β¦
Size
108.2 MB
Last updated
12 days ago
docker pull dockerbobw/flatnotes-enhanced:v1.10.0