Skip to content

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

@carlosthe19916

Description

@carlosthe19916

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions