FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 640 forks source link

ungit refusing remote conections #1485

Open vikf131 opened 3 years ago

vikf131 commented 3 years ago

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 commented 3 years ago

Ungit binds 127.0.0.1 biy default https://github.com/FredrikNoren/ungit/blob/68feee8f989744493cf57ec6d700503e57552cfd/source/config.js#L308 you should change it for the correct interface or use 0.0.0.0

vikf131 commented 3 years ago

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 commented 2 years ago

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.