-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
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:
podman compose up
- The UI is served at http://localhost:3000
Option 3: Start the UI using npm
- Checkout the original PR ✨ Stop fetching data every X seconds and do it only when requested trustify-ui#374
- Make sure you have NodeJS 20 installed
- execute
npm clean-install --ignore-scripts - execute
npm run start:dev
The UI will be served at http://localhost:3000
and by default it will point to the backend http://localhost:8080
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on