craft your forge, build your project, grow your community freely
1################################################################################ 2# /!\ A restart of GitRoot is need before change in this file take effect. /!\ # 3################################################################################ 4 5sshaddr: 0.0.0.0:4545#The ssh address to listen to with ip:port form 6httpaddr: 0.0.0.0:4546#The http address to listen to with ip:port form 7domainname: gitroot.dev
8externalsshaddr: ssh://gitroot.dev/
9externalhttpaddr: https://gitroot.dev/
10rootcommitername: GitRoot
11rootrepositoryname: gitroot
12defaultbranch: main
13nbworkerinbackground: 114execconf:
15baremetal:
16enabled: false17bwrap:
18enabled: true19user: nobody
20uid: 6553421gid: 6553422robind: []
23bind: []
24container:
25enabled: false26bin: podman
27ssh:
28enabled: false29hosts:
30 - user: myUSer
31address: 127.0.0.132port: 2233publickey: ssh-ed25519 AAAAC3NzaC1...