No description
Find a file
Renovate Bot 3a2e806a8e
Some checks failed
Build / test (push) Successful in 16s
Renovate / forgejo (push) Successful in 17s
Test / test (push) Successful in 16s
Python formatting PEP8 / Python-PEP8 (push) Successful in 9s
Build / build-amd64 (push) Failing after 57s
Build / build-arm64 (push) Successful in 1m54s
Build / create-manifest (push) Has been skipped
Update dependency Werkzeug to v3.1.6 (#132)
Co-authored-by: Renovate Bot <renovate-bot@code.f2n.me>
Co-committed-by: Renovate Bot <renovate-bot@code.f2n.me>
2026-02-19 17:01:29 +01:00
.forgejo/workflows 👷 change renovate interval 2026-02-05 23:10:15 +01:00
app get flask secret from env file 2025-11-23 21:11:52 +01:00
tests 🧪 skip failing test 2025-11-25 09:20:01 +01:00
.flaskenv.example get flask secret from env file 2025-11-23 21:11:52 +01:00
.gitignore 🙈 ignore CACHEDIR.TAG 2025-11-23 21:54:56 +01:00
apache_sample_config.conf 🎉 Huge update, added Python virtualenv, updated dependencies... 2023-11-07 20:28:19 +01:00
docker-compose.yml update docker compose 2025-11-23 17:40:02 +01:00
Dockerfile Update python Docker tag to v3.14 2025-11-24 00:01:36 +00:00
LICENSE Initial commit 2018-12-29 18:28:30 +01:00
pytest.ini add tests 2025-11-23 22:10:25 +01:00
README.md 📝 update repository URL in README 2024-05-26 22:16:52 +02:00
reminder.wsgi get flask secret from env file 2025-11-23 21:11:52 +01:00
renovate.json update renovate less frequently 2026-01-12 21:00:07 +01:00
requirements.txt Update dependency Werkzeug to v3.1.6 (#132) 2026-02-19 17:01:29 +01:00

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