Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Casvt/MIND
A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
https://github.com/Casvt/MIND
notifications push-notifications reminder reminders self-hosted selfhosted
Last synced: 3 months ago
JSON representation
A simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
- Host: GitHub
- URL: https://github.com/Casvt/MIND
- Owner: Casvt
- License: gpl-3.0
- Created: 2023-01-09T15:20:34.000Z (about 2 years ago)
- Default Branch: Main
- Last Pushed: 2024-03-15T13:12:50.000Z (11 months ago)
- Last Synced: 2024-03-15T14:33:19.674Z (11 months ago)
- Topics: notifications, push-notifications, reminder, reminders, self-hosted, selfhosted
- Language: Python
- Homepage: https://casvt.github.io/MIND/
- Size: 724 KB
- Stars: 160
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-homelab - MIND
README
# MIND
[![Docker Pulls](https://img.shields.io/docker/pulls/mrcas/mind.svg)](https://hub.docker.com/r/mrcas/mind)
__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](https://github.com/caronc/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. The notification can be sent to 80+ platforms with the integration of [Apprise](https://github.com/caronc/apprise).
## Features
- Works cross-timezone
- Notifications are sent with second-precision
- Fine control over repetition: single time, time interval, certain weekdays or manual trigger.
- Uses the [Apprise library](https://github.com/caronc/apprise), giving you 80+ platforms to send notifications to and the option to send to multiple platforms for each reminder
- Easily manage the reminders with sorting options, search ability and color coding
- An admin panel for user management, settings and backups
- Docker image available
- Mobile friendly web-interface
- API available
## Installation, support and documentation
- For instructions on how to install MIND, see the [installation documentation](https://casvt.github.io/MIND/installation/installation)
- For support, a [discord server](https://discord.gg/nMNdgG7vsE) is available or [make an issue](https://github.com/Casvt/MIND/issues)
- For all documentation, see the [documentation hub](https://casvt.github.io/MIND).
## Screenshots