mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-26 14:37:01 +08:00
Compare commits
3 Commits
9ed178098b
...
b26704646d
Author | SHA1 | Date | |
---|---|---|---|
|
b26704646d | ||
|
e0c9bb46ee | ||
|
490720f2d6 |
@ -4,7 +4,9 @@ Minimal Delegated License Service (DLS).
|
||||
|
||||
> Compatibility tested with official NLS 2.0.1, 2.1.0, 3.1.0, 3.3.1, 3.4.0. For Driver compatibility
|
||||
see [compatibility matrix](#vgpu-software-compatibility-matrix).
|
||||
Drivers are only supported until **17.x releases**.
|
||||
|
||||
> **18.x Drivers are not yet supported!**
|
||||
> Drivers are only supported until **17.x releases**.
|
||||
|
||||
This service can be used without internet connection.
|
||||
Only the clients need a connection to this service on configured port.
|
||||
@ -83,7 +85,7 @@ docker run -e DLS_URL=`hostname -i` -e DLS_PORT=443 -p 443:443 -v $WORKING_DIR:/
|
||||
|
||||
See [`examples`](examples) directory for more advanced examples (with reverse proxy usage).
|
||||
|
||||
> Adjust *REQUIRED* variables as needed
|
||||
> Adjust `REQUIRED` variables as needed
|
||||
|
||||
```yaml
|
||||
version: '3.9'
|
||||
|
@ -1,8 +1,8 @@
|
||||
fastapi==0.115.8
|
||||
fastapi==0.115.11
|
||||
uvicorn[standard]==0.34.0
|
||||
python-jose[cryptography]==3.4.0
|
||||
cryptography==44.0.2
|
||||
python-dateutil==2.8.2
|
||||
sqlalchemy==2.0.38
|
||||
python-dateutil==2.9.0
|
||||
sqlalchemy==2.0.39
|
||||
markdown==3.7
|
||||
python-dotenv==1.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user