Theia Edition contains only the Terminal over HTTP standard components.
It is good for getting shell access to the target environment such as Kubernetes.
docker pull ghcr.io/codbex/codbex-theia:latest
docker run --name codbex-theia --rm -p 80:80 ghcr.io/codbex/codbex-theia:latest
mvn clean install
java -jar application/target/codbex-theia-application-*.jar
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000 -jar application/target/codbex-theia-application-*.jar
http://localhost
http://localhost/swagger-ui/index.html