update readme

This commit is contained in:
nocci 2025-05-01 17:22:47 +02:00
parent 8f1e388e2f
commit cef1f900e6
1 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ Go to [http://localhost:5000](http://localhost:5000) in your browser.
## 🛠️ Technology Stack 🛠️ ## 🛠️ Technology Stack 🛠️
- **Frontend:** Bootstrap 5, Jinja2 Templates ... - **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/`) - **Database:** SQLite (persisted in `data/`)
- **Containerization:** Docker, docker-compose - **Containerization:** Docker, docker-compose
- **Translations:** Flask-Babel, editable `.po` files in `translations/` - **Translations:** Flask-Babel, editable `.po` files in `translations/`
@ -144,8 +144,8 @@ Go to [http://localhost:5000](http://localhost:5000) in your browser.
## 🔔 Notifications ## 🔔 Notifications
- Send notifications if a game has to be redeemed by a specific date - 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 - 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 - 48 hours before you are running out of time the app will send you a notice to your services
--- ---