Favicon of PairDrop (LinuxServer.io)

PairDrop (LinuxServer.io)

Instantly share images, videos, PDFs, and links with people nearby. Enjoy secure, peer-to-peer file transfers across any device without creating an account.

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.

Directory Structure

pairdrop-linuxserver-io
config
.env
docker-compose.yml

docker-compose.yml

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

.env

# 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.

Share:

Ad
Favicon

 

  
 

Similar to PairDrop (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon