From cef1f900e6fa733b6eaa3970151ded65d6b3e92b Mon Sep 17 00:00:00 2001 From: nocci Date: Thu, 1 May 2025 17:22:47 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8e1aa4f..b25f09c 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Go to [http://localhost:5000](http://localhost:5000) in your browser. ## 🛠️ Technology Stack 🛠️ - **Frontend:** Bootstrap 5, Jinja2 Templates ... -- **Backend:** Python 3, Flask, Flask-Babel, Flask-Login, Flask-SQLAlchemy ... +- **Backend:** Python 3, Flask, Flask-Babel, Flask-Login, Flask-SQLAlchemy, Apprise ... - **Database:** SQLite (persisted in `data/`) - **Containerization:** Docker, docker-compose - **Translations:** Flask-Babel, editable `.po` files in `translations/` @@ -144,8 +144,8 @@ Go to [http://localhost:5000](http://localhost:5000) in your browser. ## 🔔 Notifications - Send notifications if a game has to be redeemed by a specific date -- Gotify, Matrix and Pushover are already available - have a look into the .env file -- 48 hours before you are running out of time the app will send you a notice +- Switched from generic notifications to [Apprise](https://github.com/caronc/apprise) - have a look into the .env file +- 48 hours before you are running out of time the app will send you a notice to your services ---