diff options
author | Mathieu Leplatre <mathieu@leplat.re> | 2016-03-07 11:24:03 +0000 |
---|---|---|
committer | Mathieu Leplatre <mathieu@leplat.re> | 2016-03-07 11:24:03 +0000 |
commit | b2dc6bc878bde075b145122c196294c44218afb5 (patch) | |
tree | 315c37f178fae583b394457e1b69f32066b4c72b | |
parent | Merge pull request #479 from fnkr/patch-1 (diff) | |
download | awesome-selfhosted-b2dc6bc878bde075b145122c196294c44218afb5.tar.gz awesome-selfhosted-b2dc6bc878bde075b145122c196294c44218afb5.zip |
Added Kinto storage service
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -446,7 +446,7 @@ Some [Groupware](#groupware) solutions also feature file sharing and synchroniza * [Z-Push](https://z-push.org/) - An implementation of Microsoft’s [ActiveSync](https://en.wikipedia.org/wiki/ActiveSync) protocol * [ownCloud](https://owncloud.org/) - All-in-one solution for saving, synchronizing, viewing, editing and sharing files, calendars, address books and more - `AGPLv3` `PHP` * [Pydio](https://pyd.io/) - Turn any web server into a powerful file management system and an alternative to mainstream cloud storage providers. - + * [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/JavaScript` #### Peer-to-peer filesharing |