2023-01-20 01:21:20 +01:00
2023-01-14 16:52:52 +01:00
2023-01-16 23:30:18 +01:00
2023-01-19 21:51:44 +01:00
2023-01-19 21:29:15 +01:00
2023-01-20 01:19:37 +01:00
2023-01-14 16:43:22 +01:00
2023-01-20 00:14:33 +01:00
2023-01-09 16:20:34 +01:00
2023-01-20 00:06:57 +01:00
2023-01-19 15:50:26 +01:00

Noted Reminders

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

Noted 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

noted-reminders-dashboard-cards

noted-reminders-add-notification-services

noted-reminders-settings

Core Features

  • Basic auth
  • Utilizes Apprise
  • Create and delete reminders
  • Schedule reminders

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 volume create noted-db
docker run -d \
	--name noted \
	-v noted-db:/app \
	-e TZ=Europe/Amsterdam \
	-p 8080:8080 \
	mrcas/noted:latest

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

Description
No description provided
Readme GPL-3.0 1.4 MiB
Languages
Python 51.1%
JavaScript 23.9%
HTML 14.5%
CSS 10.4%