[Cialug] GIT servers

c cbpurcell at gmail.com
Sun Jun 26 17:01:09 CDT 2016


Bitbucket, while admittedly being an atlassian product and hence pain, is
actually not bad. Unlimited private and public repos and free as long as
you are dealing with 5 or less users.
https://bitbucket.org/product/pricing

For your public stuff, is there any reason why you cannot have those couple
of projects on github?

I mean its git, you have a full copy of all the history of your code
locally, so it rarely bothers me to have a remote repo on a box that is not
my own.

On Sun, Jun 26, 2016 at 4:47 PM, Jeffrey Ollie <jeff at ocjtech.us> wrote:

> 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
> _______________________________________________
> Cialug mailing list
> Cialug at cialug.org
> http://cialug.org/mailman/listinfo/cialug
>



-- 
Darkness spoons with you.


More information about the Cialug mailing list