reminder/README.md
Finn Christiansen 85ece04b43
All checks were successful
Python formatting PEP8 / Python-PEP8 (push) Successful in 19s
ci / docker (push) Successful in 1m41s
📝 update repository URL in README
2024-05-26 22:16:52 +02:00

602 B

reminder

A simple python Flask application which adds reminders to every event in a given ICS file.

See it in action at https://reminder.pimux.de

Installation

Docker

docker run code.f2n.me/finn/reminder:latest

non-Docker

Clone the repo, install Python virtual environment, configure webserver (or use some wsgi server)

git clone https://code.f2n.me/finn/reminder.git reminder
cd reminder
virtualenv .
. bin/activate
pip install -r requirements.txt
cp apache_sample_config.php /etc/apache2/sites-available/my-reminder.exmaple.org.conf
a2ensite my-reminder.exmaple.org.conf