GitRoot

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: 1
14execconf:
15  baremetal:
16    enabled: false
17  bwrap:
18    enabled: true
19    user: nobody
20    uid: 65534
21    gid: 65534
22    robind: []
23    bind: []
24  container:
25    enabled: false
26    bin: podman
27  ssh:
28    enabled: false
29    hosts:
30      - user: myUSer
31        address: 127.0.0.1
32        port: 22
33        publickey: ssh-ed25519 AAAAC3NzaC1...