Commit graph

18 commits

Author SHA1 Message Date
schlagmichdoch
de76da52fe merge master into branch 2023-03-01 21:55:50 +01:00
schlagmichdoch
e96ca53aa4
Fix rate limit docs and set header hierarchy correctly 2023-02-26 21:28:17 +01:00
kylethedeveloper
75726ae5f4 resolve comments on documentation 2023-02-26 01:35:19 -06:00
schlagmichdoch
66359da2ca get rtcConfig dynamically from the server 2023-02-24 18:08:48 +01:00
kylethedeveloper
b6238b05ae add docker-compose instructions to docs 2023-02-21 22:42:41 -06:00
schlagmichdoch
20162b0c60 PairDrop is now available on Docker Hub thanks to LinuxServer.io
Added documentation on how to use it and changed service-worker version
2023-02-20 00:20:02 +01:00
schlagmichdoch
7af96e6051
Use docker build --pull instead of docker image pull 2023-02-17 17:29:16 +01:00
schlagmichdoch
15abc20e83
Include docker image pull command to prevent https://github.com/schlagmichdoch/PairDrop/issues/33 2023-02-17 17:09:37 +01:00
schlagmichdoch
58a32d43b3 implementing options to make PairDrop reachable on localhost only to prevent bypassing the proxy server on production 2023-02-14 02:43:15 +01:00
schlagmichdoch
bac272c0f3 edit Dockerfile to enable setting npm flags with docker run 2023-02-14 01:16:25 +01:00
schlagmichdoch
64d69a0ed9 restructure host-your-own.md documentation and prepare moving files needed only for local development into separate branch 2023-02-12 03:21:05 +01:00
schlagmichdoch
616f6a6799 implement complete WSPeer as fallback if WebRTC is deactivated. Only ever use on self-hosted instances as clients need to trust the server! 2023-02-10 20:22:36 +01:00
schlagmichdoch
206b42614d remove index.html pointer from docker nginx confs and host-your-own.md as it is unnecessary for the implemented node only solution 2023-02-10 13:10:12 +01:00
schlagmichdoch
d6d5663ac4 add documentation for new features 2023-01-19 19:07:43 +01:00
schlagmichdoch
785db26882 refactor "Pairdrop" to "PairDrop" 2023-01-17 10:51:19 +01:00
schlagmichdoch
57851902f9 make rate-limiting and auto-restart optional via flag and modify readme 2023-01-11 14:21:54 +01:00
schlagmichdoch
fed9d17dc8 replace "snapdrop" with "pairdrop" and change links accordingly + add changes to faq and readme 2023-01-10 17:22:36 +01:00
schlagmichdoch
28336eebf0 remove X-Forward-for header from nginx default.conf to be able to run Snapdrop with docker correctly. Add how-to and configuration examples for nginx and apache to documentation. 2022-12-22 01:03:24 +01:00