DTaaS icon indicating copy to clipboard operation
DTaaS copied to clipboard

:factory: :left_right_arrow: :busts_in_silhouette: Digital Twin as a Service

Results 38 DTaaS issues
Sort by recently updated
recently updated
newest added

The current docker compose files impose the following limitations. 1. DTaaS can only be hosted at port 80 1. There is no support `basepath`, for example `foo.com/basepath` These two variables...

enhancement
good first issue

It seems like there are no coverage stats included in the report to CodeCov. See snippet. Snippet of the report: This is an extracted report snippet of the uploaded report...

bug

The end-to-end tests of react website use gitlab.com as OAuth provider. Gitlab has recently enabled the **capcha** during the authentication. Hence, the playwright tests fail. This problem is also the...

bug

Provides sample template for creating https hosting of DTaaS. This is an attempt to resolve issue #559. TODO: * Move all the certificate mapping from `dynamic/` directory to `compose.server.secure.yml` *...

The current docker compose only works for http. This needs to be updated for two scenarios. 1. Direct https installation 2. http installation behind reverse proxy terminating https connection

enhancement

The `.env` file has the following format: ```env DTAAS_DIR='/User/xxx/DTaaS' SERVER_DNS='foo.com' OAUTH_URL='http://foo.com' CLIENT_ID='xxx' CLIENT_SECRET='xxx' OAUTH_SECRET='random-secret-string' CLIENT_CONFIG='/User/xxx/DTaaS/deploy/config/client/env.trial.js' username1='user1' username2='user2' ``` While the names of `CLIENT_ID` and `CLIENT_SECRET` are technically correct from OAuth...

enhancement
good first issue

The client package `site/` seems to also contain the tsx code files. This needs to be checked and if needed removed.

question

When libms is executed on Windows with ```shell yarn start -H config/http.json ``` The following error pops up. ![image](https://github.com/INTO-CPS-Association/DTaaS/assets/9206466/b67f69a4-03a5-4054-8224-035c45da5169)

bug

The react website [config spec](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/client/env.d.ts) is out of date with respect to the latest version of [config](https://github.com/INTO-CPS-Association/DTaaS/tree/feature/distributed-demo/client/config). The config spec needs to be updated. In addition a json validator function...

enhancement
good first issue