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    group: nogroup
22    gid: 65534
23    robind: []
24    bind: []
25  container:
26    enabled: false
27    bin: podman
28  ssh:
29    enabled: false
30    hosts:
31    - user: myUSer
32      address: 127.0.0.1
33      port: 22
34      publickey: ssh-ed25519 AAAAC3NzaC1...