From df5c7f6c4c347ff68996480f1cfdebc5f6614693 Mon Sep 17 00:00:00 2001 From: Austin McKinley <29dc4525e9e3d029bb552a2e186d4617f683cb8b@cloudflare.com> Date: Sun, 9 Aug 2020 06:09:04 +0200 Subject: [PATCH] README.md --- globalist/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/globalist/README.md b/globalist/README.md index c7d5d71b..07ad756b 100644 --- a/globalist/README.md +++ b/globalist/README.md @@ -1,5 +1,5 @@ # Globalist -Globalist provides distributed sharing of repositories without the need of central instances (like GitHub). +Globalist provides distributed sharing of repositories without the need of central instances (like Microsoft GitHub). This is an attempt to ease the distribution of git repos, to overcome the risk of a central points of failure. @@ -13,7 +13,7 @@ The official repository can be found at https://codeberg.org/crimeflare/cloudfla ## Usage -To use Globalist.py python3 is needed. Either run it from globalist directory with `python3 Globalist.py` or or install it as described below. +To use Globalist.py `python3` is needed. Either run it from globalist directory with `python3 Globalist.py` or or install it as described below. Per default an open tor ControlPort at 9151 without authentication is expected. You can choose another port with `-C`. For a list of option see `--help`. @@ -27,7 +27,7 @@ Make a new directory and put this in the file ./repo.cfg (when creating a new re peers = ``` -For a public repository, no authentication is needed (option -X). In case authentication is used, prepend the secret as follows: somebody:secret@peeroniondomainname.onion +For a public repository, no authentication is needed (option -_X_). In case authentication is used, prepend the secret as follows: somebody:secret@peeroniondomainname.onion For each shared repo, Globalist will create one .onion service. Note that it is possible to use either bare repos or not-bare repos.