Re: [fpc-other] M$ has bought GitHub

2018-06-08 Thread Graeme Geldenhuys
On 2018-06-06 10:25, Marco van de Voort wrote:
> Actually Microsoft is quite a large cloud provider,

As the saying goes

   "There is NO cloud - only somebody else's computer."


My personal opinion:
  Why must I store my data and my applications on somebody else's
  computer - often regulated by different laws to where I live.
  No thanks! I'll keep control of my own data and applications.

Others surely have their own thoughts on that. Do with your data and
apps as you will - so will I.


Just a thought.


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


Re: [fpc-other] M$ has bought GitHub

2018-06-08 Thread Graeme Geldenhuys
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