Skip to content

AASX Server V3 2023-09-13.alpha

Compare
Choose a tag to compare
@aorzelskiGH aorzelskiGH released this 13 Sep 06:31
· 274 commits to main since this release
52b813e

This is the first release of AASX Server for V3

It supports V3.0.1 of the AAS schema and AAS OpenAPI
Convert V2 AASX on the fly to V3 AASX
Connect to AASX File Server API by AASX Package Explorer
Includes Security with V3.0.1
Includes Registry with V3.0.1
See /swagger to show SwaggerUI and supported APIs
..

The related docker is:
docker.io/adminshellio/aasx-server-blazor-for-demo:main

You may run it by e.g.:
docker run
-p 5001:5001
--restart unless-stopped
-v ./aasxs:/AasxServerBlazor/aasxs
docker.io/adminshellio/aasx-server-blazor-for-demo:main