Add TLS requirement to host-your-own.md

This commit is contained in:
schlagmichdoch 2023-08-28 13:41:12 +02:00 committed by GitHub
parent 6db844565e
commit 22bf1be2b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) \ > 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). > or deploy it via docker-compose (Step 5).
> <b>PairDrop via HTTPS</b>
>
> 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 ## Deployment with Docker
### Docker Image from Docker Hub ### Docker Image from Docker Hub