Skip to content
/ MIND Public
forked from Casvt/MIND

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!

License

Notifications You must be signed in to change notification settings

joestump/MIND

 
 

Repository files navigation

MIND

Docker Pulls GitHub Downloads

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!

Mind 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!

Workings

MIND can be used for sending notifications at the desired time. This can be a set time, like a yearly reminder for a birthday, or at a button click, to easily send a predefined notification when you want to.

Features

  • Works cross-timezone
  • Notifications are sent with second-precision
  • Uses the apprise library, giving you 80+ platforms to send notifications to
  • Easily manage the reminders with sorting options, search ability and color coding
  • Docker image available
  • Mobile friendly web-interface
  • API available

Planned Features

You can see the planned features in the Project board.

Getting started

Replace the timezone value (TZ=) to the TZ database name of your timezone!

docker run -d \
	--name mind \
	-v mind-db:/app/db \
	-e TZ=Europe/Amsterdam \
	-p 8080:8080 \
	mrcas/mind:latest

More information about installing can be found in the wiki.

Contact

About

A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 47.6%
  • JavaScript 30.0%
  • HTML 12.0%
  • CSS 10.3%
  • Dockerfile 0.1%