Merge branch 'app/mind' of https://github.com/DrMxrcy/runtipi-appstore into DrMxrcy-app/mind

This commit is contained in:
Nicolas Meienberger 2023-03-01 21:01:06 +01:00
commit 7c6f52f551
5 changed files with 63 additions and 0 deletions

View File

@ -38,6 +38,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Mealie](https://github.com/hay-kot/mealie) - Self-hosted recipe manager and meal planner.
- [Memos](https://github.com/usememos/memos) - Memo hub for knowledge management and collaboration.
- [Minecraft server](https://github.com/itzg/docker-minecraft-server) - Run a minecraft server in one click
- [Mind](https://github.com/Casvt/MIND) - A simple self hosted reminder platform that uses push to send notifications to your device.
- [Moneroblock](https://github.com/duggavo/MoneroBlock) - Decentralized and trustless Monero block explorer
- [Monero Daemon](https://github.com/monero-project/monero/) - A network daemon for Monero: the secure, private, untraceable cryptocurrency
- [Monero p2pool Daemon](https://github.com/SChernykh/p2pool) - Decentralized pool for Monero mining

16
apps/mind/config.json Normal file
View File

@ -0,0 +1,16 @@
{
"$schema": "../schema.json",
"name": "Mind",
"port": 8143,
"available": true,
"exposable": true,
"id": "mind",
"tipi_version": 1,
"version": "V1.2.0",
"categories": ["utilities"],
"description": "A simple self hosted reminder platform that uses push to send notifications to your device. Set the reminder and forget about it!",
"short_desc": "A simple self hosted reminder platform that uses push to send notifications to your device.",
"author": "https://github.com/Casvt",
"source": "https://github.com/Casvt/MIND",
"form_fields": []
}

View File

@ -0,0 +1,21 @@
version: '3.3'
services:
mind:
container_name: mind
volumes:
- ${APP_DATA_DIR}/data/mind-db:/app/db
environment:
- TZ=${TZ}
ports:
- ${APP_PORT}:8080
image: mrcas/mind:v1.2.0
networks:
- tipi_main_network
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.mind.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.mind.entrypoints: websecure
traefik.http.routers.mind.service: mind
traefik.http.routers.mind.tls.certresolver: myresolver
traefik.http.services.mind.loadbalancer.server.port: 8080

View File

@ -0,0 +1,25 @@
# 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](https://github.com/caronc/apprise) API. You can send messages to just about every platform, including scheduled emails!
## Screenshots
![mind-reminders-home](https://user-images.githubusercontent.com/57927413/213593220-495aeb86-2bf8-4c43-895d-c7cba38c3cee.png)
![mind-reminders-add-notification-services](https://user-images.githubusercontent.com/57927413/212755314-1104531e-7feb-4e59-af1d-927576e47152.png)
![mind-reminders-edit](https://user-images.githubusercontent.com/57927413/213594471-ecc99a72-cf0f-4570-8e78-92ffbf37e59d.png)
![mind-reminders-settings](https://user-images.githubusercontent.com/57927413/212755327-b45da53c-72f7-480c-9a77-eaad28803fbb.png)
## 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](https://github.com/users/Casvt/projects/3).

BIN
apps/mind/metadata/logo.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB