aboutsummaryrefslogtreecommitdiff
path: root/docs/mirrors.md
blob: 6c5ae84ee96fe06adedd8f10b2d7264d7c8d6810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/ .