all repos

mugit @ b407568d0a3ac5a14ba9b93f349903d11e7c224d

🐮 git server that your cow will love

mugit/config.yml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
server:
  host: 0.0.0.0
  port: 8008

meta:
  title: i like git
  description: hey kid, come get your free software
  host: git.olexsmir.xyz
  templates_dir: /home/olex/code/mugit/templates

repo:
  dir: /home/olex/mugit-test/
  readmes:
    - README
    - README.md
    - readme
    - readme.md
    - readme.txt
  masters:
    - master
    - main
  private:
    # repo also can be marked as private by:
    # - putting `muprivate` file in the root of repo
    # - adding `[mugit]\n  private = true`
    - org