craft your forge, build your project, grow your community freely
1---
2id: "a716"
3priority: 50
4sprint: ""
5assignee: null
6status: triage
7kind: issue
8---
910# External address is not know
1112GitRoot 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.
1314In 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).
1516Same problem for http protocol.
1718If we know external addr we can give it to plugin to be able to manage differents url:
1920- 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