-
-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Devices on the same network doesn't detect each other #310
Comments
I'm trying to use PairDrop on an internal network that spans multiple 10.0.0.0/16 networks. I don't know enough to suggest a good solution, but a good solution does seem difficult. Just wanted to add my (hopefully not unique) use case for potential consideration. |
Hi, |
@infocillasas I'm sorry I have overlooked your original comment. I guess this was because the original issue was closed already. I guess it's better to create a new issue referencing the old issue, so I'll always find it when looking for open issues. @Skinner927 Same thing for you. Always create a new issue otherwise your comment will likely have the same fate as @infocillasas 's. I believe you want to only use public rooms and pairing in your setup? Then I'd think a feature to switch off the automatic private IP detection would suffice. You're welcome to create a feature request for that. @infocillasas
Interestingly, nothing has changed on the server side: https://github.com/schlagmichdoch/PairDrop/commits/master/?since=2024-04-18&until=2024-07-01
I'm sorry the docs were not correct for the Apache config! Which Apache version are you running?
(see https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#examples)
You would only need that for most internet transfers. When using your PairDrop instance on the same network, everything should work. See hosting documentation and technical documentation |
At the time I wrote this it was working in my Office's private network and my 1st tests were done at Home, where it still doesn't work... Would it be possible to reopen the issue ?
See above
Yes I confirm
I'm running Apache 2.4.61, I'll try the above config and keep you posted.
Ok, I'll look into it, thanks a lot @schlagmichdoch |
Sure I’ll reopen this. thanks for the information! Are your home and office cases two different PairDrop instances? What exactly does not work at home? Is the ws connection „loading“? Does the automatic grouping work? Does pairing work? |
Now it works Thanks a lot @schlagmichdoch ! My current (working) Apache config is:
|
Hi @schlagmichdoch
I'm experiencing issues related topic #24 . Frontend app is OK, I can pair some devices on the same network but devices don't show when I just land on the homepage. It works perfectly on pairdrop.net.
I suppose there is something to do with my apache proxy.
My Setup: selhosted on a bare metal Debian server with Docker (I intentionnaly disactivated the coturn part, is that OK)
The host port is 3082 as the port 3000 is already used. Here the section of the docker-compose file:
My apache config looks like this:
It doesn't work if I put "https" in the ProxyPass section as mentionned in the documentation (lots of ssl errors in apache's logs) and also if I put "wws://" in the websocket section of the apache config, it doesn't work.
With the above setup it works but devices on the same network are not detected automatically. I can force the pairing with the 6 digits code, that's it.
Could you help me ?
Another issue is that the coturn docker container doesn't start up correctly. It continuously starts (see screenshot below)
Originally posted by @infocillasas in #24 (comment)
The text was updated successfully, but these errors were encountered: