mirror of
https://github.com/Casvt/MIND.git
synced 2026-04-03 03:00:22 -04:00
Refactored backend (Fixes #87)
This commit is contained in:
49
README.md
49
README.md
@@ -1,45 +1,38 @@
|
||||
<p align="center">
|
||||
<img src="./frontend/static/img/favicon.svg" alt="MIND" style="margin: 20px 0; width: 15rem;">
|
||||
</p>
|
||||
<p align="center">
|
||||
<a href="https://hub.docker.com/r/mrcas/mind"><img src="https://img.shields.io/docker/pulls/mrcas/mind?color=blue"></a>
|
||||
<a href="https://github.com/Casvt/MIND/blob/Main/LICENSE"><img src="https://img.shields.io/github/license/Casvt/MIND?color=blue"></a>
|
||||
<a href="https://github.com/Casvt/MIND"><img src="https://img.shields.io/github/stars/Casvt/MIND?style=flat&color=blue"></a>
|
||||
</p>
|
||||
|
||||
# MIND
|
||||
|
||||
[](https://hub.docker.com/r/mrcas/mind)
|
||||
MIND is a simple self hosted reminder application that can send push notifications to your device. Set the reminder and forget about it!
|
||||
|
||||
__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).
|
||||
MIND allows you to set reminders for a given time. They can run just once, or be repeated at a given interval. Or use static reminders to send notifications by pressing a button. Whether you want to remind yourself of a meeting, set yearly repeating reminders for birthdays or be able to notify your family that you're late with the press of a button, it's all possible with MIND! The notifications can be sent using over 100+ platforms with the integration of [Apprise](https://github.com/caronc/apprise). If you want to send a notification, Apprise probably supports it.
|
||||
|
||||
## 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
|
||||
|
||||
- Fine control over repetition: single time, time interval, certain weekdays or manual trigger
|
||||
- Uses the [Apprise library](https://github.com/caronc/apprise), giving you 100+ platforms to send notifications to and the option to send to multiple platforms for each reminder
|
||||
- Works cross-timezone
|
||||
- Easily manage the reminders with sorting options, color coding and search
|
||||
- An admin panel for user management, settings and backups
|
||||
|
||||
- Docker image available
|
||||
|
||||
- Support for all major OS'es and 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 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
|
||||
|
||||
<img src="https://github.com/Casvt/Kapowarr/assets/88994465/f55c895b-7975-4a3e-88a0-f8e2a148bf8a" style="width: max(45%, 400px); margin: .5rem;">
|
||||
<img src="https://github.com/Casvt/Kapowarr/assets/88994465/63d72943-0c88-4315-9a8a-01a5dc5f6f15" style="width: max(45%, 400px); margin: .5rem;">
|
||||
<img src="https://github.com/Casvt/Kapowarr/assets/88994465/1f9cc9a2-ced5-49a2-b779-93528bb50bd4" style="width: max(45%, 400px); margin: .5rem;">
|
||||

|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user