Remove 'Simple' from Simple UI (#2809)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-11-17 09:03:27 +02:00
committed by GitHub
parent c5ea265e0f
commit bcf62f39e7
47 changed files with 134 additions and 127 deletions

View File

@@ -38,7 +38,7 @@ $ docker compose -f mysql/docker-compose-monolith-mysql.yml down
You could, also start it in different flavours, with UI or in microservices mode (see Docker Compose files in [mysql](./mysql) and [postgres](./postgres) folders). For instance to start with PostgreSQL, with RabbitMQ, in microservices mode and with UI you could use:
```bash
$ docker compose -f postgres/docker-compose-micro-services-with-simple-ui-postgres.yml up
$ docker compose -f postgres/docker-compose-micro-services-with-ui-postgres.yml up
```
### Access

View File

@@ -57,7 +57,7 @@ if [ -z "$1" ]; then
build "hawkbit-ddi-server"
build "hawkbit-dmf-server"
build "hawkbit-mgmt-server"
build "hawkbit-simple-ui"
build "hawkbit-ui"
# monolith
build "hawkbit-update-server"
# db init

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI
# HawkBit UI
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI
# HawkBit UI
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI service
# HawkBit UI service
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI service
# HawkBit UI service
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI
# HawkBit UI
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI
# HawkBit UI
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit-mgmt:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI service
# HawkBit UI service
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo:

View File

@@ -15,17 +15,17 @@ include:
services:
# ---------------------
# HawkBit Simple UI service
# HawkBit UI service
# ---------------------
hawkbit-simple-ui:
image: "hawkbit/hawkbit-simple-ui:latest"
hawkbit-ui:
image: "hawkbit/hawkbit-ui:latest"
environment:
- 'SPRING_APPLICATION_JSON={"hawkbit.server.mgmtUrl": "http://hawkbit:8080"}'
restart: always
ports:
- 8088:8088
labels:
NAME: "hawkbit-simple-ui"
NAME: "hawkbit-ui"
volumes:
artifactrepo: