PairDrop
PairDrop: Transfer Files Cross-Platform. No Setup, No Signup.
File Explorer
Download Latest Version (.zip)- bug-report.md
- enhancement.md
- docker-image.yml
- github-image.yml
- zip-release.yml
- dependabot.yml
- FUNDING.yml
- default.conf
- create.sh
- pairdropCA.cnf
- pairdropCert.cnf
- nginx-with-openssl.Dockerfile
- docker-swarm-usage.md
- faq.md
- host-your-own.md
- how-to.md
- pairdrop_screenshot_desktop.png
- pairdrop_screenshot_mobile.gif
- pwa-install.png
- technical-documentation.md
- BSD_3-Clause-zip-js
- MIT-heic2any
- MIT-NoSleep
- .gitignore
- .pairdrop-cli-config.example
- pairdrop
- pairdrop.sh
- send with PairDrop.lnk
- send-with-pairdrop
- send-with-pairdrop.ps1
- OpenSans-Bold.ttf
- OpenSans-BoldItalic.ttf
- OpenSans-ExtraBold.ttf
- OpenSans-ExtraBoldItalic.ttf
- OpenSans-Italic.ttf
- OpenSans-Light.ttf
- OpenSans-LightItalic.ttf
- OpenSans-Medium.ttf
- OpenSans-MediumItalic.ttf
- OpenSans-Regular.ttf
- OpenSans-SemiBold.ttf
- OpenSans-SemiBoldItalic.ttf
- OpenSans_Condensed-Bold.ttf
- OpenSans_Condensed-BoldItalic.ttf
- OpenSans_Condensed-ExtraBold.ttf
- OpenSans_Condensed-ExtraBoldItalic.ttf
- OpenSans_Condensed-Italic.ttf
- OpenSans_Condensed-Light.ttf
- OpenSans_Condensed-LightItalic.ttf
- OpenSans_Condensed-Medium.ttf
- OpenSans_Condensed-MediumItalic.ttf
- OpenSans_Condensed-Regular.ttf
- OpenSans_Condensed-SemiBold.ttf
- OpenSans_Condensed-SemiBoldItalic.ttf
- OpenSans_SemiCondensed-Bold.ttf
- OpenSans_SemiCondensed-BoldItalic.ttf
- OpenSans_SemiCondensed-ExtraBold.ttf
- OpenSans_SemiCondensed-ExtraBoldItalic.ttf
- OpenSans_SemiCondensed-Italic.ttf
- OpenSans_SemiCondensed-Light.ttf
- OpenSans_SemiCondensed-LightItalic.ttf
- OpenSans_SemiCondensed-Medium.ttf
- OpenSans_SemiCondensed-MediumItalic.ttf
- OpenSans_SemiCondensed-Regular.ttf
- OpenSans_SemiCondensed-SemiBold.ttf
- OpenSans_SemiCondensed-SemiBoldItalic.ttf
- OFL.txt
- OpenSans-Italic-VariableFont_wdth,wght.ttf
- OpenSans-VariableFont_wdth,wght.ttf
- README.txt
- android-chrome-192x192-maskable.png
- android-chrome-192x192.png
- android-chrome-512x512-maskable.png
- android-chrome-512x512.png
- apple-touch-icon.png
- favicon-96x96-notification.png
- favicon-96x96.png
- logo_blue_512x512.png
- logo_transparent_white_512x512.png
- mstile-150x150.png
- pairdrop_screenshot_mobile_1.png
- pairdrop_screenshot_mobile_2.png
- pairdrop_screenshot_mobile_3.png
- pairdrop_screenshot_mobile_4.png
- pairdrop_screenshot_mobile_5.png
- pairdrop_screenshot_mobile_6.png
- pairdrop_screenshot_mobile_7.png
- pairdrop_screenshot_mobile_8.png
- safari-pinned-tab.svg
- snapdrop-graphics.sketch
- ar.json
- be.json
- bg.json
- bn.json
- ca.json
- cs.json
- da.json
- de.json
- en.json
- es.json
- et.json
- eu.json
- fa.json
- fi.json
- fr.json
- he.json
- hu.json
- id.json
- it.json
- ja.json
- kab.json
- kn.json
- ko.json
- nb.json
- nl.json
- nn.json
- pl.json
- pt-BR.json
- ro.json
- ru.json
- sk.json
- ta.json
- th.json
- tr.json
- uk.json
- zh-CN.json
- zh-HK.json
- zh-TW.json
- heic2any.min.js
- no-sleep.min.js
- qr-code.min.js
- zip.min.js
- canvas-worker.js
- browser-tabs-connector.js
- localization.js
- main.js
- network.js
- persistent-storage.js
- ui-main.js
- ui.js
- util.js
- blop.mp3
- blop.ogg
- styles-deferred.css
- styles-main.css
- index.html
- manifest.json
- robots.txt
- service-worker.js
- helper.js
- index.js
- peer.js
- server.js
- ws-server.js
- .dockerignore
- .gitignore
- .npmrc
- CONTRIBUTING.md
- docker-compose-coturn.yml
- docker-compose-dev.yml
- docker-compose.yml
- Dockerfile
- LICENSE
- package-lock.json
- package.json
- README.md
- rtc_config_example.json
- turnserver_example.conf
# Installation Guide
1. Get the code
git clone https://github.com/schlagmichdoch/PairDrop
Downloads the entire project code from GitHub to your computer.
cd PairDrop
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
