PairDrop App¶
About¶
Local file sharing in your browser. Inspired by Apple's AirDrop. Fork of Snapdrop.
- Questions? Ask in the Cloudron Forum - PairDrop
 - Pairdrop Website
 - PairDrop Issue Tracker
 - PairDrop Discussions
 
Custom RTC Config¶
To use this app with a custom TURN server:
- 
Create a file named
/app/data/rtc_config.jsonusing the File Manager. See upstream example. - 
Add the line below to
/app/data/env.shusing the File Manager. 
export RTC_CONFIG=/app/data/rtc_config.json
- Disable Cloudron's TURN Server auto-configuration for the app in the TURN section. Note that if you do not provide a custom config file above, the TURN server defaults to Google's server (stun.l.google.com).