update readme due release on codeberg #2
|
@ -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
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue