Replies: 1 comment 4 replies
-
I don't know about Cloudflare but I believe you would then need to deploy a TURN server alongside PairDrop: https://github.com/schlagmichdoch/PairDrop/blob/master/docs/host-your-own.md#turn-server-for-internet-transfer
There is no authentication method built in as this would probably require a database which PairDrop intentionally lacks so it's up to the admin to setup any authentication if wanted. (Example for NGINX) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now, I'm running Pairdrop on a server at home. It works great, when I'm at home or VPN'd in.
But I'd like to be able to use it when I'm not at home. I would normally use Cloudflare to create a tunnel to the app, but then I would rely on the app's authentication system to make sure only I (or a designated user) could use it. I could use Cloudflare's Zero Trust to create an authentication scheme. But I was wondering if this is the right way to do this? Is there an authentication method I'm not seeing? I'd prefer not to expose my implementation to the public, if possible.
Beta Was this translation helpful? Give feedback.
All reactions