Feature request
Allow customizing the default 0.0.0.0 listening host, possibly for different ports too.
What problem does this feature solve?
Limiting where HyperHDR can be accessed from without involving firewalls, especially when running it on a desktop. For example, only listen on 127.0.0.1.
What does the proposed API look like?
No API change.
How should this be implemented in your opinion?
Either adding "Host" field before "Port" in the UI or changing "Port" to "Host:Port" and using 0.0.0.0 if the host part is not specified explicitly.
Are you willing to work on this yourself?
Not my specialization, sorry. But I can provide feedback.
Feature request
Allow customizing the default
0.0.0.0listening host, possibly for different ports too.What problem does this feature solve?
Limiting where HyperHDR can be accessed from without involving firewalls, especially when running it on a desktop. For example, only listen on
127.0.0.1.What does the proposed API look like?
No API change.
How should this be implemented in your opinion?
Either adding "Host" field before "Port" in the UI or changing "Port" to "Host:Port" and using
0.0.0.0if the host part is not specified explicitly.Are you willing to work on this yourself?
Not my specialization, sorry. But I can provide feedback.