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

ungit refusing remote conections #1485

Open
vikf131 opened this issue Jun 4, 2021 · 3 comments
Open

ungit refusing remote conections #1485

vikf131 opened this issue Jun 4, 2021 · 3 comments

Comments

@vikf131
Copy link

vikf131 commented Jun 4, 2021

I need to setup a web interface so the people here at my company can comit their changes to a remote server, i am able to connect to the web ui in the localhost but not over the network, even tho i opened all the windows firewall ports.Is there anything im am doing wrong?

@ylecuyer
Copy link
Contributor

ylecuyer commented Jun 4, 2021

Ungit binds 127.0.0.1 biy default

.describe('ungitBindIp', 'a string of ip to bind to, default is `127.0.0.1`')
you should change it for the correct interface or use 0.0.0.0

@vikf131
Copy link
Author

vikf131 commented Jun 4, 2021

i binded an ip earlier, also tried puting the ip of the computer i want to access into the allowed ips, still no sucess

@jung-kim
Copy link
Collaborator

Ungit uses express and you might want to ask about how to open up public port. But I don't think issue is with express here, nor ungit. I think it's more to do with the network configuration or DNS if you are using domain name.

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

No branches or pull requests

3 participants