Skip to content

Add native system support for qlever ui#282

Draft
Qup42 wants to merge 3 commits intoqlever-dev:mainfrom
Qup42:nativeQleverUI
Draft

Add native system support for qlever ui#282
Qup42 wants to merge 3 commits intoqlever-dev:mainfrom
Qup42:nativeQleverUI

Conversation

@Qup42
Copy link
Copy Markdown
Collaborator

@Qup42 Qup42 commented Apr 15, 2026

Yet to test it though.

When `UI_SYSTEM = native`, the UI is started with `qlever-ui dev <port>`
instead of a container, config is managed via `qlever-ui manage config`,
and stopping kills the native process rather than a container.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Qup42 Qup42 requested a review from hannahbast April 15, 2026 15:52
Extraction of config to go
Copy link
Copy Markdown
Collaborator

@hannahbast hannahbast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Qup42 Thanks a lot! We tried this and it worked. Two things:

  1. There was a problem with the ALLOWED_HOSTS
  2. qlever ui --stop works for docker but not for native

@Qup42
Copy link
Copy Markdown
Collaborator Author

Qup42 commented May 7, 2026

@Qup42 Thanks a lot! We tried this and it worked. Two things:

1. There was a problem with the `ALLOWED_HOSTS`

2. `qlever ui --stop` works for `docker` but not for `native`
  1. is fixed by setting ALLOWED_HOSTS to the insecure * for the dev ui.
  2. I cannot reproduce that locally. We'll have to investigate that in our next meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants