Skip to content
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

Lord0fBytes/MIND

 
 

Repository files navigation

MIND Reminders

A simple self hosted reminder platform that uses push to send 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!

Screenshots

mind-reminders-home

mind-reminders-add-notification-services

mind-reminders-edit

mind-reminders-settings

Core Features

  • Basic auth
  • Utilizes Apprise
  • Create, edit and delete reminders
  • Schedule reminders
  • Recurring reminders
  • Docker image
  • Mobile friendly

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 mind \
	-v mind-db:/app/db \
	-e TZ=Europe/Amsterdam \
	-p 8080:8080 \
	mrcas/mind: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)

mind-reminders-notification-service

  • Click the home icon and create a reminder!

You can see the wiki for instructions on how to install MIND on other OS'es.

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.1%
  • JavaScript 23.6%
  • HTML 13.6%
  • CSS 10.6%
  • Dockerfile 0.1%