diff options
author | Jakob Unterwurzacher | 2021-09-27 10:54:41 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-09-27 10:54:41 +0200 |
commit | 465b83edbd8af85d0042adadd961db7cce96b208 (patch) | |
tree | 8a9f8520bec94a9223144c58ad9c9bde8ac87634 | |
parent | d5694bd4068cd49f54e3039c3b8b122b9fc4283e (diff) |
Add link to cgit wiki
-rw-r--r-- | docs/mirrors.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/mirrors.md b/docs/mirrors.md index f702a11..8bdaa46 100644 --- a/docs/mirrors.md +++ b/docs/mirrors.md @@ -11,13 +11,17 @@ The primary git repository is hosted on Github. Clone using: The webinterface is at [https://github.com/rfjakob/gocryptfs](https://github.com/rfjakob/gocryptfs) . -2) Private Mirror ------------------ +Wiki: https://github.com/rfjakob/gocryptfs/wiki -I run a mirror of the repo above, should Github be down at any time. +2) Mirrors on nuetzlich.net +------------------------- + +I run git mirrors should Github be down at any time. It is updated every hour. Clone with: git clone https://nuetzlich.net/cgit/gocryptfs/ The cgit webinterface is available at [https://nuetzlich.net/cgit/](https://nuetzlich.net/cgit/) . + +Wiki: https://nuetzlich.net/cgit/gocryptfs.wiki/tree/ |