On 2018-06-07 09:01, el es wrote:
> If you have time to manage your own hosting server* AND do the programming 
> work
> AND have life/hobbies/family outside of work... wow... for others in many 
> cases 
> it's more like 'choose any 2' choice.

Like I said, I already have a public facing server in place. Adding
public read-only git repos to the mix is two simple steps:

1. Run 'git daemon' to give users read-only access via the git://
protocol, which by the way is the simplest option and way faster that
via the http:// protocol. It's a single command line to make multiple
repos available.

   https://git-scm.com/book/en/v1/Git-on-the-Server-Git-Daemon

2. Open port 9418 on your firewall.

Job done.

Like I said, there is NO need for other services, tools, user access and
all that fuss.

Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
_______________________________________________
fpc-other maillist  -  fpc-other@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-other

Reply via email to