Device Commander Server running on .NET Core 2.2
1.0K
DevCDR Server from: https://github.com/rzander/devcdr/tree/ServerCore21
docker pull zanderr/devcdr_server_core
#Note: SSL Cert devcdr.pfx is for localhost only...
docker run --name devcdr_server_core -d -p 8000:80 -p 8001:443 -e ASPNETCORE_URLS="https://+;http://+" -e ASPNETCORE_HTTPS_PORT=8001 -e ASPNETCORE_Kestrel__Certificates__Default__Password="tom2ate" -e ASPNETCORE_Kestrel__Certificates__Default__Path=wwwroot/devcdr.pfx zanderr/devcdr_server_core
Start-Process "https://localhost:8001/"
Note: This Server is not compatible with the "old" .NET46 Agent. You have to install the Agent which is part of the conatiner.
DevCdrCore does not require authentication as long as the variable ASPNETCORE_ENVIRONMENT is set to Development.
To enable AzureAD authentication you have to:
DevCDR Server is using JainDB with a local File-Store to store all the inventory data. To prevent dataloss, you have to publish the internal Folder wwwroot\jaindb to an external volume.
Content type
Image
Digest
Size
116.8 MB
Last updated
almost 7 years ago
docker pull zanderr/devcdr_server_core