Add P2p File Hosting #976

Open
ghbjklhv wants to merge 16 commits from ghbjklhv/patch-5 into master
7 changed files with 59 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<a class="dropdown-item" href="/providers/cloud-storage/"><i class="fas fa-cloud fa-fw"></i> Cloud Storage</a>
<a class="dropdown-item" href="/providers/social-networks/"><i class="fas fa-expand-arrows-alt fa-fw"></i> Social Networks</a>
<a class="dropdown-item" href="/providers/dns/"><i class="fa fa-tasks fa-fw"></i> DNS</a>
<a class="dropdown-item" href="/providers/p2p-file-hosting/"><i class="fas fa-database fa-fw"></i> P2P File Hosting</a>
<a class="dropdown-item" href="/providers/hosting/"><i class="fas fa-database fa-fw"></i> Hosting</a>
</div>
</li>

View File

@ -0,0 +1,48 @@
<h1 id="clients" class="anchor"><a href="#clients"><i class="fas fa-link anchor-icon"></i></a> File Hosting</h1>
{% include cardv2.html
title="XD Client"
image="/assets/img/provider/xd.png"
description="XD is a bitorrent client with a focus on anonymity. All data is transmited over the i2p protocol."
website="https://xd-torrent.github.io/"
forum=""
github="https://github.com/majestrate/XD"
windows=""
mac=""
linux=""
bsd=""
%}
{% include cardv2.html
title="FreeNet"
image="/assets/img/tools/Freenet.png"
description='Freenet is a peer-to-peer platform for censorship-resistant communication. It uses a decentralized distributed data store to keep and deliver information, and
has a suite of free software for publishing and communicating on the Web without fear of censorship. A built in file sharing program is hosted at "<a href="http://127.0.0.1:8888/downloads/">127.0.0.1:8888/downloads/</a>".'
website="https://freenetproject.org/"
forum=""
git="https://github.com/freenet/"
windows=""
mac=""
linux=""
bsd=""
%}
{% include cardv2.html
title="The Owner Free File System"
image="/assets/img/provider/off.png"
description="A reboot of the original OFF System. The first mainstream brightnet."
website="https://www.off.systems/"
forum=""
git="https://github.com/Prometheus-SCN/js-offs"
windows=""
mac=""
linux=""
bsd=""
%}
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://github.com/i2p/i2p.i2p/tree/master/apps/i2psnark">i2p-snark</a> - Built-in i2p based Bittorrent client.</li>
<li><a href="https://github.com/HelloZeroNet/ZeroUp">ZeroUp</a> - A ZeroNet based file hosting program.</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
assets/img/provider/off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

BIN
assets/img/provider/xd.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -63,6 +63,8 @@ permalink: /classic/
{% include sections/dns.html %}
{% include sections/p2p-file-hosting.html %}
{% include sections/notebooks.html %}
{% include sections/paste-services.html %}

View File

@ -0,0 +1,8 @@
---
layout: page
permalink: /providers/p2p-file-hosting/
title: "P2P File Hosting"
description: "P2P File Hosting"
---
{% include sections/p2p-file-hosting.html %}