blob: 5148f28174b10f8e530323870290785dd1f8bdc1 (
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
|
@hidden = gitolite-admin
@admins = ryan
repo @hidden
config cgit.ignore=1
repo gitolite-admin
RW+ = @admins
repo guix-dotfiles
config cgit.owner=ryan77627
config cgit.section=Personal
config cgit.desc=Repository for my personal Guix dotfiles
RW+ = @admins
repo rochesterapex-com
config cgit.owner=ryan77627
config cgit.section=Personal
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.owner=ryan77627
config cgit.section=Personal
config cgit.desc=Public facing repo for my site https://rschanz.org
RW+ = @admins
repo xdp-packet-dropper
config cgit.owner=ryan77627
config cgit.section=Personal
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
|