yuki-kimoto / gitprep

Portable GitHub system into your own server
http://gitprep.yukikimoto.com/
906 stars 118 forks source link

How to replace 127.0.0.1 with domain name #173

Closed jcm4atx closed 3 years ago

jcm4atx commented 3 years ago

I have a reverse proxy setup. Everything works great except for the SSH/HTTP repository addresses. For example I get this:

http://127.0.0.1:10020/jcm/MyProject.git

When I would rather have:

http://git.johnmayson.com/jcm/MyProject.git

If I correct the address manually it does work. I just need to display the correct address,

jcm4atx commented 3 years ago

I see this is a repeat of issue #72. Apologies. I followed the guidance there and solved my problem.