The .gitroot/repositories.yml yaml file is where you can manage repositories of your forge. Present only in the root repository.
1root:
2 kind: normal
3 defaultbranch: main
4 owners: []
5 forkurl: ""
6repo1:
7 kind: normal
8 defaultbranch: main
9 owners: []
10 forkurl: ""
The first property is the name of your repo. This will make your repository accessible at ssh://yourintance.com/name.
Only kind normal is officialy supported today.
The most importante branch, by default main but can be dev or next if your prefer.
Add your public ssh key here to be sure you will be the owner of this repo.
Not supported today