mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
1.3 KiB
1.3 KiB
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 and delete reminders
- Schedule reminders
Planned Features
You can see our planned features in our Project board.
Installation
sudo apt-get install git python3-pip
sudo git clone https://github.com/Casvt/Noted.git /opt/Noted
cd /opt/Noted
python3 -m pip install -r requirements.txt
python3 Noted.py
You can see the wiki for instructions on how to install using other OS.


