From e4073acbbbc3e261574d83e3e946836e331f0135 Mon Sep 17 00:00:00 2001 From: user Date: Mon, 7 Dec 2020 03:14:21 +0000 Subject: by fnordomat@github --- tool/globalist/Globalist.py | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 tool/globalist/Globalist.py (limited to 'tool/globalist/Globalist.py') diff --git a/tool/globalist/Globalist.py b/tool/globalist/Globalist.py deleted file mode 100644 index fc21b685..00000000 --- a/tool/globalist/Globalist.py +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env python3 -# -*- coding: utf-8 -*- - -# Globalist: manage a global repo via decentral git instances -# you may peer with any number of other Globalist onions - -# Think onionshare, but with permanent onion addresses, P2P and DVCS - -# Python2/3. Dependencies: -# - stem (torsocks pip install stem / via distro) -# a recent version (>= 1.5.0) is needed for auth -# - git must be installed -# - torsocks must be installed -# - tor must be up and running and the ControlPort open - -# Use scenario: -# a) Run Tor. -# b) Run the server in the background and schedule a job for pulling from peers. -# it is a git server that listens on .onion:9418 -# it's to be expected that peers uptime will intersect with yours -# only a fraction of the time. -# c) Globalist.py creates a git, which you may use to push and pull your own changes. - -# Bugs: -# FIXME: clean up hidservauth entries on stop - -import globalist -import sys - -if __name__=='__main__': - globalist.main(args=sys.argv[1:]) -- cgit v1.2.3