All apps · 0 apps
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.
Install DailyNotes on Unraid in a few clicks.
Find DailyNotes in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for DailyNotes Review the template variables and paths Click Install
Categories
Download Statistics
108,172
Total Downloads
1,689
This Month
1,927
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allDetails
Repository
m0ngr31/dailynotesLast Updated2025-12-11
First Seen2021-10-06
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