diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/gitolite.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 2e65179..4bd2632 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -8,18 +8,28 @@ repo comedyGenerator repo dallegen RW+ = admin + config gitweb.description = "Ifunny API scrapper for downloading videos and gifs." + config gitweb.owner = "msglm" repo indeedwatcher RW+ = admin + config gitweb.description = "Scrapes indeed for job listings then downloads and formats them for you" + config gitweb.owner = "msglm" repo ddg-image-grabber RW+ = admin + config gitweb.description = "Scrapes images off duckduckgo image search urls" + config gitweb.owner = "msglm" repo swinIR_API RW+ = admin + config gitweb.description = "Allows you to send images to https://huggingface.co/spaces/akhaliq/SwinIR to be upscaled via the cli." + config gitweb.owner = "msglm" repo school-code RW+ = admin + config gitweb.description = "All my code of interest from my high school and college days." + config gitweb.owner = "msglm" repo TrumpDesk RW+ = admin @@ -28,7 +38,11 @@ repo TrumpDesk repo msglm-dotfiles RW+ = admin + config gitweb.description = "My personal bash scripts and configs." + config gitweb.owner = "msglm" repo stealIfunny RW+ = admin + config gitweb.description = "comedyGenerator's inferior beta version." + config gitweb.owner = "msglm" |