mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
18cd2c2ead53decf39953575ac37bb610ad57059
Noted Reminders
A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it! 📢
Noted is a simple self hosted application for creating reminders that get pushed to your device using the Apprise API. You can send messages to just about every platform, including scheduled emails!
Screenshots
Core Features
- Basic auth
- Utilizes Apprise
- Create, edit and delete reminders
- Schedule reminders
- Recurring reminders
- Docker image
- Mobile fiendly
Planned Features
You can see our planned features in our Project board.
Installation
Replace the timezone value (TZ=) to the TZ database name of your timezone!
docker run -d \
--name noted \
-v noted-db:/app/db \
-e TZ=Europe/Amsterdam \
-p 8080:8080 \
mrcas/noted:latest
Getting Started
- Create a new account
- Click the bell icon on the left side to add an Apprise push option and save it (Here is an example using Pushover)
- Click the home icon and create a reminder!
You can see the wiki for instructions on how to install Noted on other OS'es.
Languages
Python
51.1%
JavaScript
23.9%
HTML
14.5%
CSS
10.4%




