-
Notifications
You must be signed in to change notification settings - Fork 89
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
Ability to set ustreamer host on config file #34
Comments
Hey there, I know its not an elegant solution. But here is the catch, ustreamer by itself uses 127.0.0.1 if --host is not set. Because we are using nginx as reverse proxy already it is "hardcoded" to use the proxy instead of all "networks". I am aware of setups they dont use a proxy or running crowsnest in stand alone mode, I think I will implement a solution like "standalone: true" to avoid that duplicate of host address. Please be patient :) |
@leandrotoledo It took a long time but I did it 🤣 So, please be kind and test that on your side, use develop branch for that. Regards Kwad |
@KwadFan welp, it took me even longer to confirm 🤣, but I had to perform a fresh Klipper installation, and I encountered this issue again. I can now confirm that setting |
Is "no_proxy: true" only affecting ustreamer? Would love to be able to use this with camera-streamer! Or am I getting something wrong there? Been pulling my hair out and spent ours trying to figure out why I couldn't access my camera stream for my server on the same network hosting Klipper, Fluidd and Moonraker. (I like to use separate devices for these jobs because the camera and Klipperscreen only need to be running while the printer is on, so my server switches both the printer and the Pi running Crowsnest on/off as needed). |
@fluxor99232 edit: |
Is your feature request related to a problem? Please describe
In addition to use the cameras on Mainsail, I also have them set up behind a reverse proxy that is in different server, therefore the ustream instance should accept connections from 0.0.0.0 but currently it's hardcoded to 127.0.0.1 at launch.
It would be convenient if that's an option on
crowsnest.conf
.Thoughts?
Describe the solution you'd like
Describe alternatives you've considered
I have tried to overload
custom_flags: --host 0.0.0.0
but it executes withustream ... --host 127.0.0.1 --host 0.0.0.0
, so it's not a very elegant solution.Additional information
No response
The text was updated successfully, but these errors were encountered: