From 195dfd0bb3ac10d4bea487bf2fc44f1fd6317c33 Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Sat, 25 Mar 2023 03:37:15 +0100 Subject: [PATCH] Add https requirement for PWAs to faq.md --- docs/faq.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 6e594c1..2f5e260 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -11,6 +11,16 @@ by clicking the install-button in the top-right corner while on [pairdrop.net](h Example on how to install a pwa with Edge On Firefox, PWAs are installable via [this browser extensions](https://addons.mozilla.org/de/firefox/addon/pwas-for-firefox/) + +
+ +Self-Hosted Instance? + +To be able to install the PWA from a self-hosted instance, the connection needs to be [established through HTTPS](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Installable_PWAs). +See [this host your own section](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#testing-pwa-related-features) for more information. + +
+
@@ -23,6 +33,9 @@ Shortcuts! - Close all send and pair dialogs by pressing `Escape`. - Copy a received message to clipboard with `CTRL/⌘ + C`. - Accept file transfer request with `Enter` and decline with `Escape`. + +
+
@@ -37,6 +50,9 @@ iOS Shortcuts to the win: I created a simple iOS shortcut that takes your photos and saves them to your gallery: https://routinehub.co/shortcut/13988/ + +
+
@@ -49,6 +65,9 @@ Yes, it finally is! * [Send directly from share menu on iOS](/docs/how-to.md#send-directly-from-share-menu-on-ios) * [Send directly from share menu on Android](/docs/how-to.md#send-directly-from-share-menu-on-android) + +
+
@@ -60,6 +79,9 @@ Yes, it is! * [Send directly from command-line interface](/docs/how-to.md#send-directly-via-command-line-interface) + +
+
@@ -72,6 +94,9 @@ Here's a list of some third-party apps compatible with PairDrop: 1. [Snapdrop Android App](https://github.com/fm-sys/snapdrop-android) 2. [Snapdrop for Firefox (Addon)](https://github.com/ueen/SnapdropFirefoxAddon) 3. Feel free to make one :) + +
+
@@ -83,6 +108,9 @@ It uses a P2P connection if WebRTC is supported by the browser. WebRTC needs a S If your devices are paired and behind a NAT, the public TURN Server from [Open Relay](https://www.metered.ca/tools/openrelay/) is used to route your files and messages. + +
+
@@ -95,6 +123,9 @@ WebRTC encrypts the files on transit. If your devices are paired and behind a NAT, the public TURN Server from [Open Relay](https://www.metered.ca/tools/openrelay/) is used to route your files and messages. + +
+
@@ -104,6 +135,9 @@ If your devices are paired and behind a NAT, the public TURN Server from [Open R Yes. Your files are sent using WebRTC, which encrypts them on transit. To ensure the connection is secure and there is no MITM, compare the security number shown under the device name on both devices. The security number is different for every connection. + +
+
@@ -124,6 +158,9 @@ Alternatively, you can open a hotspot on one of your devices to bridge the conne You can also use mobile hotspots on phones to do that. Then, all data should be sent directly between devices and your data plan should not be charged. + +
+
@@ -136,6 +173,9 @@ We are not trying to optimize for some edge-cases. We are optimizing the user fl If you want to learn more about simplicity you can read [Insanely Simple: The Obsession that Drives Apple's Success](https://www.amazon.com/Insanely-Simple-Ken-Segall-audiobook/dp/B007Z9686O) or [Thinking, Fast and Slow](https://www.amazon.com/Thinking-Fast-Slow-Daniel-Kahneman/dp/0374533555). + +
+
@@ -150,6 +190,9 @@ If you want to learn more about simplicity you can read [Insanely Simple: The Ob * Do security analysis and suggestions * To support the original Snapdrop and its creator go to [his GitHub page](https://github.com/RobinLinus/snapdrop) + +
+
@@ -158,6 +201,9 @@ If you want to learn more about simplicity you can read [Insanely Simple: The Ob [See here for Information about the Technical Implementation](/docs/technical-documentation.md) + +
+
[< Back](/README.md)