Vorarbeit: WebUntis-API

This commit is contained in:
2026-08-24 12:14:36 +02:00
parent a30aab0fa5
commit 5841d96c5b
10 changed files with 1377 additions and 0 deletions
+6
View File
@@ -13,6 +13,12 @@ services:
environment:
- JWT_SECRET=${JWT_SECRET}
- Geocoding__UserAgent=${GEOCODING_USER_AGENT:-LehrerApp-Server/1.0 (+https://science-teaching.de)}
- WEBUNTIS_SCHOOL=${WEBUNTIS_SCHOOL:-}
- WEBUNTIS_HOST=${WEBUNTIS_HOST:-}
- WEBUNTIS_USER=${WEBUNTIS_USER:-}
- WEBUNTIS_PASSWORD=${WEBUNTIS_PASSWORD:-}
- WEBUNTIS_CLIENT=${WEBUNTIS_CLIENT:-LehrerApp}
- WEBUNTIS_SESSION_IDLE_MINUTES=${WEBUNTIS_SESSION_IDLE_MINUTES:-10}
- ASPNETCORE_ENVIRONMENT=Production
restart: unless-stopped