This website requires JavaScript.
Explore
Help
Sign In
nexus
/
PairDrop
Watch
2
Star
0
Fork
0
You've already forked PairDrop
mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced
2026-05-21 03:45:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
translate
PairDrop
/
server
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
schlagmichdoch
04d65da779
Fix substring error if remoteAddress is undefined and replace deprecated
request.connection
with
request.socket
(
fixes
#308
)
2024-07-13 21:50:44 +02:00
..
helper.js
Modularize server into multiple files
2023-11-09 01:00:07 +01:00
index.js
Fix error if env var
RTC_CONFIG=false
(as in default docker-compose.yml and docs)
2023-12-15 21:22:33 +01:00
peer.js
Fix substring error if remoteAddress is undefined and replace deprecated
request.connection
with
request.socket
(
fixes
#308
)
2024-07-13 21:50:44 +02:00
server.js
Implement customizable buttons via env vars (
fixes
#214
)
2023-12-13 17:40:48 +01:00
ws-server.js
Decrease redundancy by changing the way the websocket fallback is included; Adding new env var SIGNALING_SERVER to host client files but use another server for signaling.
2023-11-09 01:02:03 +01:00