No description
Find a file
Renovate Bot eaf0c8ebf0
All checks were successful
Build / test (push) Successful in 17s
Python formatting PEP8 / Python-PEP8 (push) Successful in 12s
Renovate / forgejo (push) Successful in 54s
Test / test (push) Successful in 15s
Build / build-amd64 (push) Successful in 24s
Build / build-arm64 (push) Successful in 2m15s
Build / create-manifest (push) Successful in 3s
Update data.forgejo.org/renovate/renovate Docker tag to v42.41.1 (#51)
Co-authored-by: Renovate Bot <renovate-bot@code.f2n.me>
Co-committed-by: Renovate Bot <renovate-bot@code.f2n.me>
2025-12-09 13:38:37 +01:00
.forgejo/workflows Update data.forgejo.org/renovate/renovate Docker tag to v42.41.1 (#51) 2025-12-09 13:38:37 +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 Migrate config renovate.json 2025-12-04 21:30:57 +00:00
requirements.txt Update dependency pytest to v9.0.2 (#45) 2025-12-06 23:05:27 +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