diff options
author | anonymous <anonymous@gmail.com> | 2018-01-17 14:10:29 -0500 |
---|---|---|
committer | anonymous <anonymous@gmail.com> | 2018-01-17 14:10:29 -0500 |
commit | 5d70c3ac257b97f92cbbb799f433ed2d4ecd3711 (patch) | |
tree | 970625065fbb6b91a320359a908f85515cce77e9 /globalist/README.md | |
parent | 4fc55425191db8fabfd4c111da9c170ec161de4b (diff) | |
download | cloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.tar.lz cloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.tar.xz cloudflare-tor-5d70c3ac257b97f92cbbb799f433ed2d4ecd3711.zip |
Cleaning up - cutting down on some of the redundancy, removing globalist
Diffstat (limited to 'globalist/README.md')
-rw-r--r-- | globalist/README.md | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/globalist/README.md b/globalist/README.md deleted file mode 100644 index 107c2c65..00000000 --- a/globalist/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# Globalist -Idea: distributed githubless repository sharing. Yes, this is the official home ;-) - -Globalist is an attempt to ease the distribution of git repos, away from central points of failure. - -Globalist stands for "Global List" and aims at replacing any EtherPads of more than transient value. - -Globalist is also meant to evolve into an experimental distributed asynchronous wiki facility. - -Nodes can come and go, and network topology only depends on the peers entries in the nodes' config files. Changes that are merged by one's peers propagate by diffusion. - -## Usage - -Make a new directory and put this in the file ./repo.cfg (when creating a new repository instead of cloning from a peer, the list or indeed the repo.cfg file can remain empty) - -``` -[network] -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 each shared repo, Globalist will create one .onion service. - -## To do - -set default commit messages -support signed commits -push? |