GitRoot

craft your forge, build your project, grow your community freely
 1---
 2id: "a735"
 3priority: 80
 4sprint: ""
 5assignee: null
 6status: triage
 7kind: issue
 8---
 9
10# Gitroot instance configuration
11
12Today lot of config are stored in [conf.go](../app/server/configuration/config.go). Find a way to generate that file inside the root repository to be able to be edited by admin.
13
14Maybe add a flag to gitroot `gitroot --only-conf` to generate the file, admin can edit it before launch of gitroot.
15
16Or make them fully runtime and update them on push. How to manage a change of ssh port?
17
18
19
20
21Done with `--initConfig path` and `--config path` commands. Doc update into [deploy instance](../doc/tutorials/deploy_instance.md)