summaryrefslogtreecommitdiff
path: root/conf/gitolite.conf
blob: 35cdd61de834c2d3856b415f9ebb282bcfe0d049 (plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@hidden = gitolite-admin rncorepub-nix jenkins-test
@admins = ryan

repo @hidden
    config cgit.ignore=1

repo @all
    config cgit.owner=ryan77627
    config cgit.section=Personal

repo gitolite-admin
    RW+     =   @admins

repo guix-dotfiles
    config cgit.desc=Repository for my personal Guix dotfiles
    RW+     =   @admins

repo rochesterapex-com
    config cgit.desc="A satirical? website for my former apartment building. We put the 'fire' alarm in alarmingly worrying housing"
    RW+     =   @admins

repo rschanzorg-public
    config cgit.desc=Public facing repo for my site https://rschanz.org
    RW+     =   @admins

repo xdp-packet-dropper
    config cgit.desc=Small XDP packet dropper that can be toggled remotely. To be used in a competition as a distraction red-teaming tool
    RW+     =   @admins

repo nix-dotfiles
    config cgit.desc=Configs that cannot apply with Guix
    RW      =   @admins

repo jenkins-test
    config cgit.owner=ryan77627
    config cgit.section=Work
    config cgit.desc=Temp
    RW+     =   @admins

repo rncorepub-nix
    RW+     =   @admins

repo netbird-tui-flake
    config cgit.desc=Flake that builds netbird-tui
    RW+     =   @admins