[Cialug] GIT servers

Jeffrey Ollie jeff at ocjtech.us
Sun Jun 26 16:47:05 CDT 2016


Anonymous access should be done over https. It used to be more complicated,
but now all I think that you have to do is point a web server at the
repository. If you want fancy code browsing you'll need something else
though.

I would not agree that GitLab is easy to maintain. I ran it for a while
until an upgrade broke it. It's a giant mess of Ruby on Rails with all of
the problems that brings (note: I've never had good luck long-term with
Ruby code).

One option to check out is pagure - <https://pagure.io/pagure>. I've not
tried running it myself but it certainly looks nice.

On Sun, Jun 26, 2016 at 3:03 PM, Dave Weis <djweis at sjdjweis.com> wrote:

> How would ssh help with anonymous access in the future? Don't want to redo
> it all.
> On Jun 26, 2016 3:02 PM, "L. V. Lammert" <lvl at omnitec.net> wrote:
>
> > On Sun, 26 Jun 2016, Dave Weis wrote:
> >
> > > Hello All
> > >
> > > I'm trying to set up a private git server for a handful of my projects.
> > It
> > > will primarily be private but possibly some public cloning.
> > >
> > > Is there a difference between git-daemon and gitolite3?
> > >
> > Don't need either - just use ssh.
> >
> >         Lee
> > _______________________________________________
> > Cialug mailing list
> > Cialug at cialug.org
> > http://cialug.org/mailman/listinfo/cialug
> >
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>



-- 
Jeff Ollie


More information about the Cialug mailing list