Copyparty

Portable file server with accelerated resumable uploads, deduplication, WebDAV, FTP, zeroconf, media indexer, video thumbnails, audio transcoding, and write-only folders, in a single file with no mandatory dependencies.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
services:
  copyparty:
    image: copyparty/ac:latest
    container_name: copyparty
    ports:
      - 3923:3923
    volumes:
      - ./:/cfg:z
      - /path/to/your/fileshare/top/folder:/w:z
 
    stop_grace_period: 15s  # thumbnailer is allowed to continue finishing up for 10s after the shutdown signal
    healthcheck:
      test: ["CMD-SHELL", "wget --spider -q 127.0.0.1:3923/?reset"]
      interval: 1m
      timeout: 2s
      retries: 5
      start_period: 15s

Resources

Website: https://a.ocv.me/pub/demo/

GitHub: https://github.com/9001/copyparty

Docker Hub: https://hub.docker.com/r/copyparty/ac

Configuration: https://github.com/9001/copyparty/tree/hovudstraum/scripts/docker