Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Add warning tooltip for croc #2386

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion _includes/sections/file-sharing.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ <h3>Worth Mentioning</h3>
tooltip="FramaDrop logs IP addresses and fingerprints the browser for an unclear amount of time."
%}
</li>
<li><a href="https://github.com/schollz/croc">croc</a> - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.</li>
<li><a href="https://github.com/schollz/croc">croc</a> - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
{% include badge.html
color="warning"
icon="fas fa-exclamation-triangle"
link="https://github.com/schollz/croc/blob/master/README.md#change-encryption-curve"
tooltip="The default encryption curve SIEC is fairly unknown and has not been tested thoroughly, other known encryption curves can be used however"
%}
</li>
<li><a href="https://freedombox.org/">FreedomBox</a> - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or XMPP server, to a wiki, or VPN.</li>
</ul>