mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2025-08-27 23:16:49 +08:00
Compare commits
No commits in common. "b26704646dd98cc93b3068aa2d5e4e727565723b" and "9ed178098bf3212360ad6ace23d73be1eba8c272" have entirely different histories.
b26704646d
...
9ed178098b
@ -4,9 +4,7 @@ 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
|
> 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).
|
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.
|
This service can be used without internet connection.
|
||||||
Only the clients need a connection to this service on configured port.
|
Only the clients need a connection to this service on configured port.
|
||||||
@ -85,7 +83,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).
|
See [`examples`](examples) directory for more advanced examples (with reverse proxy usage).
|
||||||
|
|
||||||
> Adjust `REQUIRED` variables as needed
|
> Adjust *REQUIRED* variables as needed
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: '3.9'
|
version: '3.9'
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
fastapi==0.115.11
|
fastapi==0.115.8
|
||||||
uvicorn[standard]==0.34.0
|
uvicorn[standard]==0.34.0
|
||||||
python-jose[cryptography]==3.4.0
|
python-jose[cryptography]==3.4.0
|
||||||
cryptography==44.0.2
|
cryptography==44.0.2
|
||||||
python-dateutil==2.9.0
|
python-dateutil==2.8.2
|
||||||
sqlalchemy==2.0.39
|
sqlalchemy==2.0.38
|
||||||
markdown==3.7
|
markdown==3.7
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user