aboutsummaryrefslogtreecommitdiff
path: root/gitserver.yaml
blob: 2a2c828a47737b143a93d13aec123004238ffecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
name: "go-git-server"
version: "v1alpha1"
basepath: ./repos
repos:
  - name: mgmt
    public: false
    permissions:
      - role: admin
        mode: 1
  - name: testmerepo
    public: true
    git_web_config:
      owner: grumps
      description: >-
        A wrapper to git http-backend providing authentcation and authorization
        inspired by gitolite.
    permissions:
      - role: maintainers
        mode: 1