Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose dashboard on 0.0.0.0 #655

Merged
merged 1 commit into from
Feb 6, 2024
Merged

Expose dashboard on 0.0.0.0 #655

merged 1 commit into from
Feb 6, 2024

Conversation

mijailr
Copy link
Contributor

@mijailr mijailr commented Feb 6, 2024

Context

This enables the docker image to expose the service on any host. The current setup only admits to listen on localhost which is okay for a local setup but on kubernetes it would require to setup the environment variable HOSTNAME to expose it through a service.

Using 0.0.0.0 by default would make it easier to use because must likely you'll need to change the hostname anyway.

@mijailr mijailr added the feature Issue that denotes a new feature, request, or performance improvement. label Feb 6, 2024
@mijailr mijailr self-assigned this Feb 6, 2024
@mijailr mijailr merged commit 948b6f1 into master Feb 6, 2024
14 checks passed
@mijailr mijailr deleted the fix/dashboard branch February 6, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issue that denotes a new feature, request, or performance improvement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants