DailyNotes
DailyNotes
Docker app from m0ngr31's Repository
Overview
App for taking notes and tracking tasks on a daily basis.
The idea for this app came from using my Hobonichi Techo planner every morning to write down what I needed to accomplish that day & using it for scratching down random thoughts and notes as the day went on. The closest thing I've seen to an app for replacing this system is Noteplan, but I don't use a Mac or an iOS device, and it's not self-hostable, so I decided to write my own.
Since I had the need for keeping track of to-dos throughout the day, regular Markdown didn't work for me since it doesn't natively support tasks. So as an alternative I'm using Github Flavored Markdown (GFM). I really wanted it to feel like an actual text editor and not just a textbox, so I decided to use CodeMirror to handle all the input. Fira Code is used to provide font ligatures. Some other nice features include code highlighting, text/code folding, and a task list where you can toggle the status of any task from any date or note.
Runtime arguments
- Web UI
http://[IP]:[PORT:5000]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
App ConfigPathrw
Container Path: /app/config
- Target
- /app/config
- Default
- /mnt/user/appdata/dailynotes
- Value
- /mnt/user/appdata/dailynotes
Container PortPorttcp
Container Port: 5000
- Target
- 5000
- Default
- 5000
- Value
- 5000
Prevent Signups?Variable
Disable signup form? Anything in this variable will prevent signups.
- Target
- PREVENT_SIGNUPS
Categories
Download Statistics
103,090
Total Downloads
1,936
This Month
1,657
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
m0ngr31/dailynotesLast Updated2025-12-11
First Seen2021-10-06
Run DailyNotes on Unraid.
DailyNotes is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.