update readme due release on codeberg #2

Open
nocci wants to merge 26 commits from dev into main
1 changed files with 3 additions and 3 deletions
Showing only changes of commit cef1f900e6 - Show all commits

View File

@ -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
---