diff options
author | Lance M <mightyfree@users.noreply.github.com> | 2017-09-10 11:58:19 +0000 |
---|---|---|
committer | Edward Dickson <ed.kickball@hotmail.com> | 2017-09-10 11:58:19 +0000 |
commit | 39cdb0650c5d8d288b82c883d2fa9ddf58178937 (patch) | |
tree | f2bc92b33ada101442f1091e22e908b44c83bb62 | |
parent | Merge pull request #1170 from NurdTurd/patch-3 (diff) | |
download | awesome-selfhosted-39cdb0650c5d8d288b82c883d2fa9ddf58178937.tar.gz awesome-selfhosted-39cdb0650c5d8d288b82c883d2fa9ddf58178937.zip |
Add ZeroNet (#1166)
* Add ZeroNet
Added ZeroNet to satisfy issue #919. Self-hosting solutions is the best category due to its use for distributing websites. This is a hybrid self-hosted application, as it utilizes the BitTorrent network.
* Fixed formatting.
Fixed formatting, line break.
* Move ZeroNet to Communication > Custom
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -253,6 +253,7 @@ Some [Groupware](#groupware) solutions also feature calendar/address book editin * [TextBelt](https://github.com/typpo/textbelt) `⚠` - An outgoing SMS API that uses carrier-specific gateways to deliver your text messages for free, and without ads. `MIT` `Javascript` * [Tox](https://tox.chat/) - A distributed, secure messenger with audio and video chat capabilities. ([Source Code](https://github.com/irungentoo/toxcore)) `GPLv3` `C` * [Tuber](https://blog.trailofbits.com/2015/12/15/self-hosted-video-chat-with-tuber/) - Peer-to-peer video chat that works. ([Source Code](https://github.com/trailofbits/tubertc)) `MIT` `Javascript` + * [ZeroNet](https://zeronet.io/) `⚠` - Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network. ([Source Code](https://github.com/HelloZeroNet/ZeroNet)) `GNU` `Python` * [Zulip](https://zulip.org) - Zulip is a powerful, open source group chat application. ([Source Code](https://github.com/zulip/zulip)) `Apache/Other` `Python` ### Email @@ -1246,7 +1247,6 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * [WikiSuite](http://WikiSuite.org) - The most comprehensive and integrated Free / Libre / Open Source software suite ever developed. ([Source Code](http://wikisuite.org/Source)) `Multiple` `ClearOS` * [YunoHost](https://yunohost.org/) - A server operating system aiming to make self-hosting accessible to everyone. ([Demo](https://yunohost.org/#/try), [Source Code](https://github.com/YunoHost)) `AGPLv3` `Python/Other` - <!-- END SOFTWARE LIST --> ------------------------------------------------------- |