From 3a3a5da71d067cc65a02c84d704d4b08278fdee4 Mon Sep 17 00:00:00 2001 From: radtkedev Date: Wed, 21 Jul 2021 20:28:55 +0200 Subject: [PATCH] Add warning tooltip for croc --- _includes/sections/file-sharing.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 68336e02..c904a03e 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -41,6 +41,13 @@ tooltip="FramaDrop logs IP addresses and fingerprints the browser for an unclear amount of time." %} -
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • +
  • croc - 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" + %} +
  • FreedomBox - 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.
  • -- 2.40.1