GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "a716"
 3priority: 50
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# External address is not know
11
12GitRoot know `0.0.0.0:4545` for ssh, but if we have deployed GitRoot following [the doc](../doc/tutorials/deploy_instance.md) we route all 22 connexion to 4545 and GitRoot can't know about it.
13
14In the default page we display `<p>🚀 git clone <code>ssh://0.0.0.0:4545</code> to begin!</p>` instead of `domain:port` and we can't know external port (can be other than 22).
15
16Same problem for http protocol.
17
18If we know external addr we can give it to plugin to be able to manage differents url:
19
20- default footer in [http](../app/server/http.go)
21- apex footer clone which is asked be [conf](../app/plugins/apex/conf.go) today
22- pollen has same trick