Share files instantly across different devices and operating systems without the hassle of installations or account creations. This open-source, peer-to-peer solution allows you to send images, videos, PDFs, and links directly to people nearby over your local network. Key benefits include: Cross-platform compatibility to easily move files between mobile and desktop devices. Zero setup required so you can start sharing immediately without downloading apps. Complete privacy through direct peer-to-peer transfers that keep your data off external servers. Open-source transparency ensuring the code is secure and community-verified. Multi-language support making it accessible to users worldwide. Simply open the web interface, locate nearby devices, and transfer your files instantly and securely.
services:
pairdrop:
image: lscr.io/linuxserver/pairdrop:latest
container_name: pairdrop
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 3000:3000
restart: unless-stopped# No sensitive credentials are required for the default installation of PairDrop.
# Environment variables like PUID, PGID, and TZ are configured directly in the docker-compose.yml.Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago