aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAustin McKinley <29dc4525e9e3d029bb552a2e186d4617f683cb8b@cloudflare.com>2020-08-09 06:09:04 +0200
committerAustin McKinley <29dc4525e9e3d029bb552a2e186d4617f683cb8b@cloudflare.com>2020-08-09 06:09:04 +0200
commitdf5c7f6c4c347ff68996480f1cfdebc5f6614693 (patch)
tree6f37ee962707b2848e1695efb897a2e864701db1
parentfb3af8ecebc53faf2397e7135d8c6a0855c5b2bd (diff)
downloadcloudflare-tor-df5c7f6c4c347ff68996480f1cfdebc5f6614693.tar.lz
cloudflare-tor-df5c7f6c4c347ff68996480f1cfdebc5f6614693.tar.xz
cloudflare-tor-df5c7f6c4c347ff68996480f1cfdebc5f6614693.zip
README.md
-rw-r--r--globalist/README.md6
1 files 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 = <comma-separated list of onion domain names, with or without the suffix .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 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.