FredrikNoren / ungit

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

Connects only with localhost , doesn't connect with ipv4 URL #1409

Closed manju369 closed 4 years ago

manju369 commented 4 years ago

I am trying to use ungit on my centos machine which is hosted on a cloud , I need to access the UI through the means of the tunnel only

It would be great , if there is configuration file to enable UI through the IPAddress

campersau commented 4 years ago

You can use the ungitBindIp configuration to bind to other ips. See https://github.com/FredrikNoren/ungit/issues/1115#issuecomment-417947497

https://github.com/FredrikNoren/ungit/issues/1138#issuecomment-421717577 https://github.com/FredrikNoren/ungit/issues/1278 https://github.com/FredrikNoren/ungit/issues/1132

manju369 commented 4 years ago

Thanks, it works now :)