Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Not an issue, just a way to share things #1350

carlosthe19916 started this conversation in General
Discussion options

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

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

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
1 participant
Converted from issue

This discussion was converted from issue #1349 on February 25, 2025 10:15.

AltStyle によって変換されたページ (->オリジナル) /