Sign inSign up

blogdoang/pairdrop

By blogdoang

Updated over 1 year ago

Pairdrop with Cloudflare TURN server and support ARM CPU

Image
Networking
Developer tools
0

437

blogdoang/pairdrop repository overview

Pairdrop Docker Image

Local file sharing in your web browser. Inspired by Apple's AirDrop. Fork of Snapdrop.

Official Repo

Based on this repo with Cloudflare Turn server & ARM CPU support image

PairDrop

Docker compose

version: "3"
services:
    pairdrop:
        image: "blogdoang/pairdrop:tagname:latest"
        container_name: pairdrop
        restart: unless-stopped
        environment:
            - PUID=1000 # UID to run the application as
            - PGID=1000 # GID to run the application as
            - WS_FALLBACK=false # Set to true to enable websocket fallback if the peer to peer WebRTC connection is not available to the client.
            - RATE_LIMIT=false # Set to true to limit clients to 1000 requests per 5 min.
            - RTC_CONFIG=false # Set to the path of a file that specifies the STUN/TURN servers.
            - DEBUG_MODE=false # Set to true to debug container and peer connections.
            - CF_TURN=true # Set STUN/TURN server to Cloudflare TURN server
            - CF_TURN_TOKEN_ID=123abcdef # Cloudflare Turn Token ID
            - CF_TURN_API_TOKEN=123abcdef # Cloudflare Turn API Token
        ports:
            - "127.0.0.1:3000:3000" # Web UI

Cloudflare Turn documentation

https://developers.cloudflare.com/calls/turn/generate-credentials/

Tag summary

Content type

Image

Digest

sha256:2215ad837

Size

42.8 MB

Last updated

over 1 year ago

docker pull blogdoang/pairdrop