This is not for reporting an issue but just a way to share what I promised yesterday : "a UI that does not apply refetch"
I created this PR guacsec/trustify-ui#374 and I manually generated the container image quay.io/cferiavi/trustify-ui:no-fetch
To use it:
Option 1: Use Podman
Start trustify using:
AUTH_DISABLED=true cargo run --bin trustd
Now start the UI using:
podman run -e TRUSTIFY_API_URL=http://localhost:8080 \
-e AUTH_REQUIRED=false \
-e ANALYTICS_ENABLED=false \
-e PORT=3000 \
-p 3000:3000 \
quay.io/cferiavi/trustify-ui:no-fetch
- Make sure the ui container is in the same network as the backend.
- The UI is served at http://localhost:3000
Option 2: Use Podman Compose
Download demo.zip and unzip it. Then:
Option 3: Start the UI using npm
The UI will be served at http://localhost:3000
and by default it will point to the backend http://localhost:8080
This is not for reporting an issue but just a way to share what I promised yesterday : "a UI that does not apply refetch"
I created this PR guacsec/trustify-ui#374 and I manually generated the container image
quay.io/cferiavi/trustify-ui:no-fetchTo use it:
Option 1: Use Podman
Start trustify using:
Now start the UI using:
Option 2: Use Podman Compose
Download demo.zip and unzip it. Then:
Option 3: Start the UI using npm
npm clean-install --ignore-scriptsnpm run start:devThe UI will be served at http://localhost:3000
and by default it will point to the backend http://localhost:8080