Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.05 KB

Copyparty in Action

Portable file server with accelerated resumable uploads, dedup, WebDAV, FTP, zeroconf, media indexer, thumbnails++ all in one file, no deps

Introduction

Here I provided configuration and a docker-compose to run Copyparty whenever and wherever I need it. Please note that you must use your password as username to login. Copyparty by default only supports WebDav and its HTTP dashboard, and it doesn't provide SMB, etc. accesses.

Up and Running

You can share the ./data folder easily by running:

docker compose up

You can share the following folders from parham-main disk:

  • books folder from /media/parham-main/parham/books

by use the following docker compose:

docker compose -f docker-compose.main.yml up

You can share the following folders from parham-secret disk:

  • parham folder from /media/parham-secret/parham

by use the following docker compose:

docker compose -f docker-compose.secret.yml up