diff options
author | KarloLuiten <github@karloluiten.nl> | 2018-04-23 12:07:00 +0000 |
---|---|---|
committer | KarloLuiten <github@karloluiten.nl> | 2018-04-23 12:07:00 +0000 |
commit | d31c30ff7411453adaf18dda9c028bcf87c405e2 (patch) | |
tree | 972af60b8fa57dda01bc9fe15385bcc8bc2f8d72 | |
parent | Merge pull request #1345 from EliotBerriot/EliotBerriot-funkwhale (diff) | |
download | awesome-selfhosted-d31c30ff7411453adaf18dda9c028bcf87c405e2.tar.gz awesome-selfhosted-d31c30ff7411453adaf18dda9c028bcf87c405e2.zip |
Fix git-annex url
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -639,7 +639,7 @@ See https://github.com/n1trux/awesome-sysadmin#distributed-filesystems #### File transfer/synchronization -- [Git Annex](http://git-annex.branchable.com) - File synchronization between computers, servers, external drives. ([Source Code](https://github.com/joeyh/git-annex)) `GPL-3.0` `Haskell` +- [Git Annex](https://git.joeyh.name/git/git-annex.git/) - File synchronization between computers, servers, external drives. ([Source Code](https://github.com/joeyh/git-annex)) `GPL-3.0` `Haskell` - [Kinto](https://kinto.readthedocs.org) - Kinto is a minimalist JSON storage service with synchronisation and sharing abilities. ([Source Code](https://github.com/Kinto)) `Apache-2.0` `Python` - [Nextcloud](https://nextcloud.com/) - Access and share your files, calendars, contacts, mail and [more](https://apps.nextcloud.com/) from any device, on your terms. ([Demo](https://demo.nextcloud.com/), [Source Code](https://github.com/nextcloud/server)) `AGPL-3.0` `PHP` - [OpenSSH/SFTP](http://www.openssh.com/) - Secure File Transfer Program. ([Source Code](http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh)) `BSD` `C` |