| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-03 | fix(web/server): Customize Auth0 settings during build time | Fabian Mastenbroek | |
| This change fixes the Dockerfile for the OpenDC web server by also providing the custom Auth0 configuration values during build time of the image. These settings cannot be changed during runtime, so we need to declare them in the Dockerfile. | |||
| 2022-08-03 | refactor(web/server): Create standalone OpenDC distribution | Fabian Mastenbroek | |
| This change updates the Quarkus configuration of the OpenDC web server to serve as a fully standalone distribution that is capable of serving the web UI, web API, and experiment runner. Such an approach vastly simplifies local deployments. For Docker deployments, we create a custom Quarkus profile that uses PostgreSQL and disables the web UI. | |||
