Not an issue, just a way to share things #1350
carlosthe19916
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions