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

SG-31911 Add listen address argument #32

Merged
merged 3 commits into from Oct 31, 2023
Merged

SG-31911 Add listen address argument #32

merged 3 commits into from Oct 31, 2023

Conversation

elisiariocouto
Copy link
Contributor

This commit adds the ability to specify a address other than localhost.
Found that when running the webapp inside a container, all the requests
were dropped because the default listen address was localhost and Docker
requests come from a different interface.

This commit adds the ability to specify a address other than localhost.
Found that when running the webapp inside a container, all the requests
were dropped because the default listen address was localhost and Docker
requests come from a different interface.
@MrDice
Copy link

MrDice commented Aug 18, 2020

Thank you for adding this. I ran into the same issue would appreciate to see this solution, or a similar one, to become part of the official version.

@digitaldestructo
Copy link

Would be great to pull this in. About ready to roll out containerized bridges for our studios (with SSL). Right now, we're just running a sed replacement...

@carlos-villavicencio-adsk carlos-villavicencio-adsk changed the title Add listen address argument SG-31911 Add listen address argument Aug 16, 2023
Copy link
Contributor

@carlos-villavicencio-adsk carlos-villavicencio-adsk left a comment

Choose a reason for hiding this comment

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

Thank you everyone for your feedback and suggestions!

@carlos-villavicencio-adsk carlos-villavicencio-adsk merged commit e65ae2c into shotgunsoftware:master Oct 31, 2023
20 checks passed
@elisiariocouto elisiariocouto deleted the feat/add-listen-address-argument branch October 31, 2023 20:08
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.

None yet

4 participants