blob: a2e13b49956aae154b4b12d91ac72c7aea50b254 (
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
|
@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
repo jenkins-test
config cgit.owner=ryan77627
config cgit.section=Personal
config cgit.desc=Temp
RW+ = @admins
|