diff options
author | Jakob Unterwurzacher | 2016-10-20 23:39:46 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-10-20 23:39:46 +0200 |
commit | a661131c5d6f05d589e326344f86693b20dea7b1 (patch) | |
tree | 10fdd7dbb4a0e6fd7ae5fdcc482767bcabd6c3b7 /docs/mirrors.md | |
parent | 5e3f0626e5d771567447a983338960531f68d073 (diff) |
Add git mirror
Diffstat (limited to 'docs/mirrors.md')
-rw-r--r-- | docs/mirrors.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/mirrors.md b/docs/mirrors.md new file mode 100644 index 0000000..6c5ae84 --- /dev/null +++ b/docs/mirrors.md @@ -0,0 +1,21 @@ +Source Code Mirrors +=================== + +1) Github +--------- + +The primary git repository is hosted on Github. Clone using: + + git clone https://github.com/rfjakob/gocryptfs.git + +The webinterface is at https://github.com/rfjakob/gocryptfs . + +2) Private Mirror +----------------- + +I run a mirror of the repo above, should Github be down at any time. +It is updated every hour. Clone with: + + git clone git://nuetzlich.net/gocryptfs + +A cgit webinterface is available at https://nuetzlich.net/cgit/gocryptfs/ . |