From 22bf1be2b711c3be31146fd4d716177addd68dfb Mon Sep 17 00:00:00 2001 From: schlagmichdoch Date: Mon, 28 Aug 2023 13:41:12 +0200 Subject: [PATCH] Add TLS requirement to host-your-own.md --- docs/host-your-own.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/host-your-own.md b/docs/host-your-own.md index 2a63446..e0e33f7 100644 --- a/docs/host-your-own.md +++ b/docs/host-your-own.md @@ -8,6 +8,10 @@ The easiest way to get PairDrop up and running is by using Docker. > Follow [this guide](https://gabrieltanner.org/blog/turn-server/) to either install coturn directly on your system (Step 1) \ > or deploy it via docker-compose (Step 5). +> PairDrop via HTTPS +> +> On some browsers PairDrop must be served over TLS in order for some feautures to work properly. These may include copying an incoming message via the 'copy' button, installing PairDrop as PWA, persistent pairing of devices and changing of the display name, and notifications. Naturally, this is also recommended to increase security. + ## Deployment with Docker ### Docker Image from Docker Hub