ℹ️ the sfx is a self-extractor which unpacks an embedded tar.gz into $TEMP – if this looks too scary, you can use the zipapp which has slightly worse performance
or install through pypi: python3 -m pip install --user -U copyparty
or if you cannot install python, you can use copyparty.exe instead
running copyparty without arguments (for example doubleclicking it on Windows) will give everyone read/write access to the current folder; you may want accounts and volumes
as many web-browsers and python versions as possible
every browser should at least be able to browse, download, upload files
be a good emergency solution for transferring stuff between ancient boxes
minimal dependencies
but optional dependencies adding bonus-features are ok
everything being plaintext makes it possible to proofread for malicious code
no preparations / setup necessary, just run the sfx (which is also plaintext)
adaptable, malleable, hackable
no build steps; modify the js/python without needing node.js or anything like that
becoming rich is specifically not a motivation, but if you wanna donate then see my github profile regarding donations for my FOSS stuff in general (also THANKS!)
notes
general notes:
paper-printing is affected by dark/light-mode! use lightmode for color, darkmode for grayscale
because no browsers currently implement the media-query to do this properly orz
browser-specific:
iPhone/iPad: use Firefox to download files
Android-Chrome: increase “parallel uploads” for higher speed (android bug)
Android-Firefox: takes a while to select files (their fix for ☝️)
Desktop-Firefox: may use gigabytes of RAM if your files are massiveseems to be OK now
downloads from copyparty may suddenly fail, but uploads should be fine
python 2.7 on Windows:
cannot index non-ascii filenames with -e2d
cannot handle filenames with mojibake
if you have a new exciting bug to share, see reporting bugs
not my bugs
same order here too
Chrome issue 1317069 – if you try to upload a folder which contains symlinks by dragging it into the browser, the symlinked files will not get uploaded
Chrome issue 1352210 – plaintext http may be faster at filehashing than https (but also extremely CPU-intensive)
Windows: Uploading from a webbrowser may fail with “directory iterator got stuck” due to the max path length; try moving the files somewhere shorter before uploading
AudioContext will probably never be a viable workaround as apple introduces new issues faster than they fix current ones
iPhones: music volume goes on a rollercoaster during song changes
nothing I can do about it because AudioContext is still broken in safari
iPhones: the preload feature (in the media-player-options tab) can cause a tiny audio glitch 20sec before the end of each song, but disabling it may cause worse iOS bugs to appear instead
just a hunch, but disabling preloading may cause playback to stop entirely, or possibly mess with bluetooth speakers
tried to add a tooltip regarding this but looks like apple broke my tooltips
iPhones: preloaded awo files make safari log MEDIA_ERR_NETWORK errors as playback starts, but the song plays just fine so eh whatever
awo, opus-weba, is apple’s new take on opus support, replacing opus-caf which was technically limited to cbr opus
iPhones: preloading another awo file may cause playback to stop
can be somewhat mitigated with mp.au.play() in mp.onpreload but that can hit a race condition in safari that starts playing the same audio object twice in parallel…
Windows: folders cannot be accessed if the name ends with .
python or windows bug
Windows: msys2-python 3.8.6 occasionally throws RuntimeError: release unlocked lock when leaving a scoped mutex in up2k
this is an msys2 bug, the regular windows edition of python is fine
VirtualBox: sqlite throws Disk I/O Error when running in a VM and the up2k database is in a vboxsf
use --hist or the hist volflag (-v [...]:c,hist=/tmp/foo) to place the db and thumbnails inside the vm instead
or, if you only want to move the db (and not the thumbnails), then use --dbpath or the dbpath volflag
also happens on mergerfs, so put the db elsewhere
Ubuntu: dragging files from certain folders into firefox or chrome is impossible
due to snap security policies – see snap connections firefox for the allowlist, removable-media permits all of /mnt and /media apparently
breaking changes
upgrade notes
1.9.16 (2023-11-04):
--stats/prometheus: cpp_bans renamed to cpp_active_bans, and that + cpp_uptime are gauges
1.6.0 (2023-01-29):
http-api: delete/move is now POST instead of GET
everything other than GET and HEAD must pass cors validation
users: upgrade to the latest cli uploader if you use that
devs: update third-party up2k clients (if those even exist)
FAQ
“frequently” asked questions
CopyParty?
nope! the name is either copyparty (all-lowercase) or Copyparty – it’s one word after all :>
what is a volflag?
per-volume configuration; many (not all) global-options can be set as volflags, and most (not all) volflags can be set as global-options; complete list of volflags
what is a volume?
a mapping from a URL (/music/) to a folder on your server’s local filesystem (C:\Users\ed\Music) which can then be accessed through copyparty, depending on the permissions and options you set on it – see accounts and volumes
can I change the 🌲 spinning pine-tree loading animation?
is it possible to block read-access to folders unless you know the exact URL for a particular file inside?
yes, using the g permission, see the examples there
you can also do this with linux filesystem permissions; chmod 111 music will make it possible to access files and folders inside the music folder but not list the immediate contents – also works with other software, not just copyparty
can I link someone to a password-protected volume/file by including the password in the URL?
yes, by adding ?pw=hunter2 to the end; replace ? with & if there are parameters in the URL already, meaning it contains a ? near the end
if you have enabled --usernames then do ?pw=username:password instead
?pw can be disabled with --pw-urlp=A but this breaks support for many clients
how do I stop .hist folders from appearing everywhere on my HDD?
by default, a .hist folder is created inside each volume for the filesystem index, thumbnails, audio transcodes, and markdown document history. Use the --hist global-option or the hist volflag to move it somewhere else; see database location
can I make copyparty download a file to my server if I give it a URL?
firefox refuses to connect over https, saying “Secure Connection Failed” or “SEC_ERROR_BAD_SIGNATURE”, but the usual button to “Accept the Risk and Continue” is not shown
firefox has corrupted its certstore; fix this by exiting firefox, then find and delete the file named cert9.db somewhere in your firefox profile folder
the server keeps saying thank you for playing when I try to access the website
you’ve gotten banned for malicious traffic! if this happens by mistake, and you’re running a reverse-proxy and/or something like cloudflare, see real-ip on how to fix this
copyparty seems to think I am using http, even though the URL is https
your reverse-proxy is not sending the X-Forwarded-Proto: https header; this could be because your reverse-proxy itself is confused. Ensure that none of the intermediates (such as cloudflare) are terminating https before the traffic hits your entrypoint
thumbnails are broken (you get a colorful square which says the filetype instead)
you need to install FFmpeg or Pillow; see thumbnails
thumbnails are broken, specifically for photos and videos taken by iphones
thumbnails are broken (some images appear, but other files just get a blank box, and/or the broken-image placeholder)
probably due to a reverse-proxy messing with the request URLs and stripping the query parameters (?th=w), so check your URL rewrite rules
could also be due to incorrect caching settings in reverse-proxies and/or CDNs, so make sure that nothing is set to ignore the query string
could also be due to misbehaving privacy-related browser extensions, so try to disable those
i want to learn python and/or programming and am considering looking at the copyparty source code in that occasion
_| _ __ _ _|_
(_| (_) | | (_) |_
accounts and volumes
per-folder, per-user permissions - if your setup is getting complex, consider making a config file instead of using arguments
much easier to manage, and you can modify the config at runtime with systemctl reload copyparty or more conveniently using the [reload cfg] button in the control-panel (if the user has a/admin in any volume)
changes to the [global] config section requires a restart to take effect
-v .::r adds current-folder . as the webroot, readable by anyone
the syntax is -v src:dst:perm:perm:... so local-path, url-path, and one or more permissions to set
granting the same permissions to multiple accounts: -v .::r,usr1,usr2:rw,usr3,usr4 = usr1/2 read-only, 3/4 read-write
permissions:
r (read): browse folder contents, download files, download as zip/tar, see filekeys/dirkeys
w (write): upload files, move/copy files into this folder
m (move): move files/folders from this folder
d (delete): delete files/folders
. (dots): user can ask to show dotfiles in directory listings
g (get): only download files, cannot see folder contents or zip/tar
G (upget): same as g except uploaders get to see their own filekeys (see fk in examples below)
h (html): same as g except folders return their index.html, and filekeys are not necessary for index.html
a (admin): can see upload time, uploader IPs, config-reload
A (“all”): same as rwmda. (read/write/move/delete/admin/dotfiles)
examples:
add accounts named u1, u2, u3 with passwords p1, p2, p3: -a u1:p1 -a u2:p2 -a u3:p3
make folder /srv the root of the filesystem, read-only by anyone: -v /srv::r
make folder /mnt/music available at /music, read-only for u1 and u2, read-write for u3: -v /mnt/music:music:r,u1,u2:rw,u3
unauthorized users accessing the webroot can see that the music folder exists, but cannot open it
make folder /mnt/incoming available at /inc, write-only for u1, read-move for u2: -v /mnt/incoming:inc:w,u1:rm,u2
unauthorized users accessing the webroot can see that the inc folder exists, but cannot open it
u1 can open the inc folder, but cannot see the contents, only upload new files to it
u2 can browse it and move files from/inc into any folder where u2 has write-access
make folder /mnt/ss available at /i, read-write for u1, get-only for everyone else, and enable filekeys: -v /mnt/ss:i:rw,u1:g:c,fk=4
c,fk=4 sets the fk (filekey) volflag to 4, meaning each file gets a 4-character accesskey
u1 can upload files, browse the folder, and see the generated filekeys
other users cannot browse the folder, but can access the files if they have the full file URL with the filekey
replacing the g permission with wg would let anonymous users upload files, but not see the required filekey to access it
replacing the g permission with wG would let anonymous users upload files, receiving a working direct link in return
if you want to grant access to all users who are logged in, the group acct will always contain all known users, so for example -v /mnt/music:music:r,@acct
to do the opposite, granting access to everyone who is NOT logged in. *,-@acct does the trick, for example -v /srv/welcome:welcome:r,*,-@acct
single users can also be subtracted from a group: @admins,-james
anyone trying to bruteforce a password gets banned according to --ban-pw; default is 24h ban for 9 failed attempts in 1 hour
and if you want to use config files instead of commandline args (good!) then here’s the same examples as a configfile; save it as foobar.conf and use it like this: python copyparty-sfx.py -c foobar.conf
you can also PRTY_CONFIG=foobar.conf python copyparty-sfx.py (convenient in docker etc)
[accounts]
u1: p1 # create account "u1" with password "p1"
u2: p2 # (note that comments must have
u3: p3 # two spaces before the # sign)
[groups]
g1: u1, u2 # create a group
[/] # this URL will be mapped to...
/srv # ...this folder on the server filesystem
accs:
r: * # read-only for everyone, no account necessary
[/music] # create another volume at this URL,
/mnt/music # which is mapped to this folder
accs:
r: u1, u2 # only these accounts can read,
r: @g1 # (exactly the same, just with a group instead)
r: @acct # (alternatively, ALL users who are logged in)
rw: u3 # and only u3 can read-write
[/inc]
/mnt/incoming
accs:
w: u1 # u1 can upload but not see/download any files,
rm: u2 # u2 can browse + move files out of this volume
[/i]
/mnt/ss
accs:
rw: u1 # u1 can read-write,
g: * # everyone can access files if they know the URL
flags:
fk: 4 # each file URL will have a 4-character password
shadowing
hiding specific subfolders by mounting another volume on top of them
for example -v /mnt::r -v /var/empty:web/certs:r mounts the server folder /mnt as the webroot, but another volume is mounted at /web/certs – so visitors can only see the contents of /mnt and /mnt/web (at URLs / and /web), but not /mnt/web/certs because URL /web/certs is mapped to /var/empty
the example config file right above this section may explain this better; the first volume / is mapped to /srv which means http://127.0.0.1:3923/music would try to read /srv/music on the server filesystem, but since there’s another volume at /music mapped to /mnt/music then it’ll go to /mnt/music instead
ℹ️ this also works for single files, because files can also be volumes
dotfiles
unix-style hidden files/folders by starting the name with a dot
anyone can access these if they know the name, but they normally don’t appear in directory listings
a client can request to see dotfiles in directory listings if global option -ed is specified, or the volume has volflag dots, or the user has permission .
dotfiles do not appear in search results unless one of the above is true, and the global option / volflag dotsrch is set
even if user has permission to see dotfiles, they are default-hidden unless --see-dots is set, and/or user has enabled the dotfiles option in the settings tab
config file example, where the same permission to see dotfiles is given in two different ways just for reference:
[/foo]
/srv/foo
accs:
r.: ed # user "ed" has read-access + dot-access in this volume;
# dotfiles are visible in listings, but not in searches
flags:
dotsrch # dotfiles will now appear in search results too
dots # another way to let everyone see dotfiles in this vol
click the 🌲 or pressing the B hotkey to toggle between breadcrumbs path (default), or a navpane (tree-browser sidebar thing)
[+] and [-] (or hotkeys A/D) adjust the size
[🎯] jumps to the currently open folder
[📃] toggles between showing folders and textfiles
[📌] shows the name of all parent folders in a docked panel
[a] toggles automatic widening as you go deeper
[↵] toggles wordwrap
[👀] show full name on hover (if wordwrap is off)
thumbnails
press g or 田 to toggle grid-view instead of the file listing and t toggles icons / thumbnails
can be made default globally with --grid or per-volume with volflag grid
enable by adding ?imgs to a link, or disable with ?imgs=0
it does static images with Pillow / pyvips / FFmpeg, and uses FFmpeg for video files, so you may want to --no-thumb or maybe just --no-vthumb depending on how dangerous your users are
pyvips is 3x faster than Pillow, Pillow is 3x faster than FFmpeg
disable thumbnails for specific volumes with volflag dthumb for all, or dvthumb / dathumb / dithumb for video/audio/images only
audio files are converted into spectrograms using FFmpeg unless you --no-athumb (and some FFmpeg builds may need --th-ff-swr)
images with the following names (see --th-covers) become the thumbnail of the folder they’re in: folder.png, folder.jpg, cover.png, cover.jpg
the order is significant, so if both cover.png and folder.jpg exist in a folder, it will pick the first matching --th-covers entry (folder.jpg)
and, if you enable file indexing, it will also try those names as dotfiles (.folder.jpg and so), and then fallback on the first picture in the folder (if it has any pictures at all)
enabling multiselect lets you click files to select them, and then shift-click another file for range-select
multiselect is mostly intended for phones/tablets, but the sel option in the [⚙️] settings tab is better suited for desktop use, allowing selection by CTRL-clicking and range-selection with SHIFT-click, all without affecting regular clicking
the sel option can be made default globally with --gsel or per-volume with volflag gsel
to show /icons/exe.png and /icons/elf.gif as the thumbnail for all .exe and .elf files respectively, do this: --ext-th=exe=/icons/exe.png --ext-th=elf=/icons/elf.gif
optionally as separate volflags for each mapping; see config file example below
be careful with svg; chrome will crash if you have too many unique svg files showing on the same page (the limit is 250 or so) – showing the same handful of svg files thousands of times is ok however
note:
heif/heifs/heic/heics images usually require the libvipsoptional dependency but this is not possible with the docker-images due to legal reasons
config file example:
[global]
no-thumb # disable ALL thumbnails and audio transcoding
no-vthumb # only disable video thumbnails
[/music]
/mnt/nas/music
accs:
r: * # everyone can read
flags:
dthumb # disable ALL thumbnails and audio transcoding
dvthumb # only disable video thumbnails
ext-th: exe=/ico/exe.png # /ico/exe.png is the thumbnail of *.exe
ext-th: elf=/ico/elf.gif # ...and /ico/elf.gif is used for *.elf
th-covers: folder.png,folder.jpg,cover.png,cover.jpg # the default
zip downloads
download folders (or file selections) as zip or tar files
select which type of archive you want in the [⚙️] config tab:
name
url-suffix
description
tar
?tar
plain gnutar, works great with curl | tar -xv
pax
?tar=pax
pax-format tar, futureproof, not as fast
tgz
?tar=gz
gzip compressed gnu-tar (slow), for curl | tar -xvz
txz
?tar=xz
gnu-tar with xz / lzma compression (v.slow)
zip
?zip
works everywhere, glitchy filenames on win7 and older
zip_dos
?zip=dos
traditional cp437 (no unicode) to fix glitchy filenames
zip_crc
?zip=crc
cp437 with crc32 computed early for truly ancient software
gzip default level is 3 (0=fast, 9=best), change with ?tar=gz:9
xz default level is 1 (0=fast, 9=best), change with ?tar=xz:9
bz2 default level is 2 (1=fast, 9=best), change with ?tar=bz2:9
hidden files (dotfiles) are excluded unless account is allowed to list them
good, because copyparty’s zip is faster than tar on small files
but ?tar is better for large files, especially if the total exceeds 4 GiB
zip_crc will take longer to download since the server has to read each file twice
this is only to support MS-DOS PKZIP v2.04g (october 1993) and older
how are you accessing copyparty actually
you can also zip a selection of files or folders by clicking them in the browser, that brings up a selection editor and zip button in the bottom right
cool trick: download a folder by appending url-params ?tar&opus or ?tar&mp3 to transcode all audio files (except aac|m4a|mp3|ogg|opus|wma) to opus/mp3 before they’re added to the archive
super useful if you’re 5 minutes away from takeoff and realize you don’t have any music on your phone but your server only has flac files and downloading those will burn through all your data + there wouldn’t be enough time anyways
and url-param &nodot skips dotfiles/dotfolders; they are included by default if your account has permission to see them
and url-params &j / &w produce jpeg/webm thumbnails/spectrograms instead of the original audio/video/images (&p for audio waveforms)
can also be used to pregenerate thumbnails; combine with --th-maxage=9999999 or --th-clean=0
uploading
drag files/folders into the web-browser to upload
dragdrop is the recommended way, but you may also:
select some files (not folders) in your file explorer and press CTRL-V inside the browser window
protip: if you enable favicon in the [⚙️] settings tab (by typing something into the textbox), the icon in the browser tab will indicate upload progress – also, the [🔔] and/or [🔊] switches enable visible and/or audible notifications on upload completion
the up2k UI is the epitome of polished intuitive experiences:
“parallel uploads” specifies how many chunks to upload at the same time
[🏃] analysis of other files should continue while one is uploading
[🥔] shows a simpler UI for faster uploads from slow devices
[🛡️] decides when to overwrite existing files on the server
ignore [🔎] if you add files by dragging them into the browser
and then there’s the tabs below it,
[ok] is the files which completed successfully
[ng] is the ones that failed / got rejected (already exists, …)
[done] shows a combined list of [ok] and [ng], chronological order
[busy] files which are currently hashing, pending-upload, or uploading
plus up to 3 entries each from [done] and [que] for context
[que] is all the files that are still queued
note that since up2k has to read each file twice, [🎈] bup can theoretically be up to 2x faster in some extreme cases (files bigger than your ram, combined with an internet connection faster than the read-speed of your HDD, or if you’re uploading from a cuo2duo)
if you are resuming a massive upload and want to skip hashing the files which already finished, you can enable turbo in the [⚙️] config tab, but please read the tooltip on that button
if the server is behind a proxy which imposes a request-size limit, you can configure up2k to sneak below the limit with server-option --u2sz (the default is 96 MiB to support Cloudflare)
if you want to replace existing files on the server with new uploads by default, run with --u2ow 2 (only works if users have the delete-permission, and can still be disabled with 🛡️ in the UI)
file-search
dropping files into the browser also lets you see if they exist on the server
when you drag/drop files into the browser, you will see two dropzones: Upload and Search
on a phone? toggle the [🔎] switch green before tapping the big yellow Search button to select your files
the files will be hashed on the client-side, and each hash is sent to the server, which checks if that file exists somewhere
files go into [ok] if they exist (and you get a link to where it is), otherwise they land in [ng]
the main reason filesearch is combined with the uploader is cause the code was too spaghetti to separate it out somewhere else, this is no longer the case but now i’ve warmed up to the idea too much
if you have a “wark” (file-identifier/checksum) then you can also search for that in the [🔎] tab by putting w = kFpDiztbZc8Z1Lzi in the raw field
unpost
undo/delete accidental uploads using the [🧯] tab in the UI
you can unpost even if you don’t have regular move/delete access, however only for files uploaded within the past --unpost seconds (default 12 hours) and the server must be running with -e2d
uploads can be given a lifetime, after which they expire / self-destruct
the feature must be enabled per-volume with the lifetimeupload rule which sets the upper limit for how long a file gets to stay on the server
clients can specify a shorter expiration time using the up2k ui – the relevant options become visible upon navigating into a folder with lifetimes enabled – or by using the lifeupload modifier
specifying a custom expiration time client-side will affect the timespan in which unposts are permitted, so keep an eye on the estimates in the up2k ui
race the beam
download files while they’re still uploading (demo video) – it’s almost like peer-to-peer
requires the file to be uploaded using up2k (which is the default drag-and-drop uploader), alternatively the command-line program
incoming files
the control-panel shows the ETA for all incoming files , but only for files being uploaded into volumes where you have read-access
file manager
cut/paste, rename, and delete files/folders (if you have permission)
file selection: click somewhere on the line (not the link itself), then:
space to toggle
up/down to move
shift-up/down to move-and-select
ctrl-shift-up/down to also scroll
shift-click another line for range-select
cut: select some files and ctrl-x
copy: select some files and ctrl-c
paste: ctrl-v in another folder
rename: F2
you can copy/move files across browser tabs (cut/copy in one tab, paste in another)
shares
share a file or folder by creating a temporary link
when enabled in the server settings (--shr), click the bottom-right share button to share the folder you’re currently in, or alternatively:
select a folder first to share that folder instead
select one or more files to share only those files
this feature was made with identity providers in mind – configure your reverseproxy to skip the IdP’s access-control for a given URL prefix and use that to safely share specific files/folders sans the usual auth checks
when creating a share, the creator can choose any of the following options:
password-protection
expire after a certain time; 0 or blank means infinite
allow visitors to upload (if the user who creates the share has write-access)
semi-intentional limitations:
cleanup of expired shares only works when global option e2d is set, and/or at least one volume on the server has volflag e2d
only folders from the same volume are shared; if you are sharing a folder which contains other volumes, then the contents of those volumes will not be available
if you change password hashing settings after creating a password-protected share, then that share will stop working
related to IdP volumes being forgotten on shutdown, any shares pointing into a user’s IdP volume will be unavailable until that user makes their first request after a restart
no option to “delete after first access” because tricky
when linking something to discord (for example) it’ll get accessed by their scraper and that would count as a hit
browsers wouldn’t be able to resume a broken download unless the requester’s IP gets allowlisted for X minutes (ref. tricky)
specify --shr /foobar to enable this feature; a toplevel virtual folder named foobar is then created, and that’s where all the shares will be served from
you can name it whatever, foobar is just an example
if you’re using config files, put shr: /foobar inside the [global] section instead
users can delete their own shares in the controlpanel, and a list of privileged users (--shr-adm) are allowed to see and/or delet any share on the server
after a share has expired, it remains visible in the controlpanel for --shr-rt minutes (default is 1 day), and the owner can revive it by extending the expiration time there
security note: using this feature does not mean that you can skip the accounts and volumes section – you still need to restrict access to volumes that you do not intend to share with unauthenticated users! it is not sufficient to use rules in the reverseproxy to restrict access to just the /share folder.
batch rename
select some files and press F2 to bring up the rename UI
quick explanation of the buttons,
[✅ apply rename] confirms and begins renaming
[❌ cancel] aborts and closes the rename window
[↺ reset] reverts any filename changes back to the original name
[decode] does a URL-decode on the filename, fixing stuff like & and %20
[advanced] toggles advanced mode
advanced mode: rename files based on rules to decide the new names, based on the original name (regex), or based on the tags collected from the file (artist/title/…), or a mix of both
in advanced mode,
[case] toggles case-sensitive regex
regex is the regex pattern to apply to the original filename; any files which don’t match will be skipped
format is the new filename, taking values from regex capturing groups and/or from file tags
very loosely based on foobar2000 syntax
presets lets you save rename rules for later
available functions:
$lpad(text, length, pad_char)
$rpad(text, length, pad_char)
two counters are available; .n.s is the nth file in the selection, and .n.d the nth file in the folder, for example rename-output file(.n.d).(ext) gives file5.bin, and beach-$lpad((.n.s),3,0).(ext) is beach-017.jpg and the initial value of each counter can be set in the textboxes underneath the preset dropdown
so,
say you have a file named meganeko - Eclipse - 07 Sirius A.mp3 (absolutely fantastic album btw) and the tags are: Album:Eclipse, Artist:meganeko, Title:Sirius A, tn:7
you could use just regex to rename it:
regex = (.*) - (.*) - ([0-9]{2}) (.*)
format = (3). (1) - (4)
output = 07. meganeko - Sirius A.mp3
or you could use just tags:
format = $lpad((tn),2,0). (artist) - (title).(ext)
output = 7. meganeko - Sirius A.mp3
or a mix of both:
regex = - ([0-9]{2})
format = (1). (artist) - (title).(ext)
output = 07. meganeko - Sirius A.mp3
the metadata keys you can use in the format field are the ones in the file-browser table header (whatever is collected with -mte and -mtp)
rss feeds
monitor a folder with your RSS reader , optionally recursive
must be enabled per-volume with volflag rss or globally with --rss
the feed includes itunes metadata for use with podcast readers such as AntennaPod
if you enabled --usernames then do pw=username:password instead
nopw disables embedding the password (if provided) into item-URLs in the feed
nopw=a disables mentioning the password anywhere at all in the feed; may break some readers
recursive to also include subfolders
title=foo changes the feed title (default: folder name)
fext=mp3,opus only include mp3 and opus files (default: all)
nf=30 only show the first 30 results (default: 250)
sort=m sort by mtime (file last-modified), newest first (default)
u = upload-time; NOTE: non-uploaded files have upload-time 0
n = filename
a = filesize
uppercase = reverse-sort; M = oldest file first
opds feeds
browse and download files from your e-book reader
enabled with the opds volflag or --opds global option
add ?opds to the end of the url you would like to browse, then input that in your opds client.
for example: https://copyparty.example/books/?opds.
to log in with a password, enter it into either of the username or password fields in your client.
if you’ve enabled --usernames, then you need to enter both username and password .
note: some clients (e.g. Moon+ Reader) will not send the password when downloading cover images, which will
cause your ip to be banned by copyparty. to work around this, you can grant the g permission
to unauthenticated requests and enable filekeys to prevent guessing filenames. for example:
-vbooksr,ed:g:c,fk,opds
by default, not all file types will be listed in opds feeds. to change this, add the extension to
--opds-exts (volflag: opds_exts), or empty the list to list everything
recent uploads
list all recent uploads by clicking “show recent uploads” in the controlpanel
will show uploader IP and upload-time if the visitor has the admin permission
global-option --ups-when makes upload-time visible to all users, and not just admins
note that the 🧯 unpost feature is better suited for viewing your own recent uploads, as it includes the option to undo/delete them
config file example:
[global]
ups-when # everyone can see upload times
ups-who: 1 # but only admins can see the list,
# so ups-when doesn't take effect
media player
plays almost every audio format there is (if the server has FFmpeg installed for on-demand transcoding)
the following audio formats are usually always playable, even without FFmpeg: aac|flac|m4a|mp3|ogg|opus|wav
some highlights:
OS integration; control playback from your phone’s lockscreen (windows // iOS // android)
shows the audio waveform in the seekbar
not perfectly gapless but can get really close (see settings + eq below); good enough to enjoy gapless albums as intended
videos can be played as audio, without wasting bandwidth on the video
adding ?v to the end of an audio/video/image link will make it open in the mediaplayer
click the play link next to an audio file, or copy the link target to share it (optionally with a timestamp to start playing from, like that example does)
open the [🎺] media-player-settings tab to configure it,
“switches”:
[🔁] repeats one single song forever
[🔀] shuffles the files inside each folder
[preload] starts loading the next track when it’s about to end, reduces the silence between songs
[full] does a full preload by downloading the entire next file; good for unreliable connections, bad for slow connections
[~s] toggles the seekbar waveform display
[/np] enables buttons to copy the now-playing info as an irc message
[📻] enables buttons to create an m3u playlist with the selected songs
[os-ctl] makes it possible to control audio playback from the lockscreen of your device (enables mediasession)
[seek] allows seeking with lockscreen controls (buggy on some devices)
[art] shows album art on the lockscreen
[🎯] keeps the playing song scrolled into view (good when using the player as a taskbar dock)
[⟎] shrinks the playback controls
“buttons”:
[uncache] may fix songs that won’t play correctly due to bad files in browser cache
“at end of folder”:
[loop] keeps looping the folder
[next] plays into the next folder
“transcode”:
[flac] converts flac and wav files into opus (if supported by browser) or mp3
[aac] converts aac and m4a files into opus (if supported by browser) or mp3
[oth] converts all other known formats into opus (if supported by browser) or mp3
[opus] produces an opus whenever transcoding is necessary (the best choice on Android and PCs)
[awo] is opus in a weba file, good for iPhones (iOS 17.5 and newer) but Apple is still fixing some state-confusion bugs as of iOS 18.2.1
[caf] is opus in a caf file, good for iPhones (iOS 11 through 17), technically unsupported by Apple but works for the most part
[mp3] – the myth, the legend, the undying master of mediocre sound quality that definitely works everywhere
[flac] – lossless but compressed, for LAN and/or fiber playback on electrostatic headphones
[wav] – lossless and uncompressed, for LAN and/or fiber playback on electrostatic headphones connected to very old equipment
flac and wav must be enabled with --allow-flac / --allow-wav to allow spending the disk space
“tint” reduces the contrast of the playback bar
playlists
create and play m3u8 playlists – see example text and player
click a file with the extension m3u or m3u8 (for example mixtape.m3u or touhou.m3u8 ) and you get two choices: Play / Edit
playlists can include songs across folders anywhere on the server, but filekeys/dirkeys are NOT supported, so the listener must have read-access or get-access to the files
creating a playlist
with a standalone mediaplayer or copyparty
you can use foobar2000, deadbeef, just about any standalone player should work – but you might need to edit the filepaths in the playlist so they fit with the server-URLs
alternatively, you can create the playlist using copyparty itself:
open the [🎺] media-player-settings tab and enable the [📻] create-playlist feature – this adds two new buttons in the bottom-right tray, [📻add] and [📻copy] which appear when you listen to music, or when you select a few audiofiles
click the 📻add button while a song is playing (or when you’ve selected some songs) and they’ll be added to “the list” (you can’t see it yet)
at any time, click 📻copy to send the playlist to your clipboard
you can then continue adding more songs if you’d like
if you want to wipe the playlist and start from scratch, just refresh the page
create a new textfile, name it something.m3u and paste the playlist there
can also boost the volume in general, or increase/decrease stereo width (like crossfeed just worse)
has the convenient side-effect of reducing the pause between songs, so gapless albums play better with the eq enabled (just make it flat)
not available on iPhones / iPads because AudioContext currently breaks background audio playback on iOS (15.7.8)
fix unreliable playback on android
due to phone / app settings, android phones may randomly stop playing music when the power saver kicks in, especially at the end of an album – you can fix it by disabling power saving in the app settings of the browser you use for music streaming (preferably a dedicated one)
textfile viewer
with realtime streaming of logfiles and such (demo) , and terminal colors work too
click -txt- next to a textfile to open the viewer, which has the following toolbar buttons:
✏️ edit opens the textfile editor
📡 follow starts monitoring the file for changes, streaming new lines in realtime
similar to tail -f
link directly to a file with tailing enabled by adding &tail to the textviewer URL
markdown viewer
and there are two editors
there is a built-in extension for inline clickable thumbnails;
enable it by adding <!-- th --> somewhere in the doc
add thumbnails with !th[l](your.jpg) where l means left-align (r = right-align)
a single line with --- clears the float / inlining
in the case of README.md being displayed below a file listing, thumbnails will open in the gallery viewer
other notes,
the document preview has a max-width which is the same as an A4 paper when printed
markdown vars
dynamic docs with serverside variable expansion to replace stuff like {{self.ip}} with the client’s IP, or {{srv.htime}} with the current time on the server
you can link a particular timestamp in an audio file by adding it to the URL, such as &20 / &20s / &1m20 / &t=1:20 after the .../#af-c8960dab
enabling the audio equalizer can help make gapless albums fully gapless in some browsers (chrome), so consider leaving it on with all the values at zero
get a plaintext file listing by adding ?ls=t to a URL, or a compact colored one with ?ls=v (for unix terminals)
if you are using media hotkeys to switch songs and are getting tired of seeing the OSD popup which Windows doesn’t let you disable, consider ./contrib/media-osd-bgone.ps1
click the bottom-left π to open a javascript prompt for debugging
files named .prologue.html / .epilogue.html will be rendered before/after directory listings unless --no-logues
files named descript.ion / DESCRIPT.ION are parsed and displayed in the file listing, or as the epilogue if nonstandard
files named README.md / readme.md will be rendered after directory listings unless --no-readme (but .epilogue.html takes precedence)
and PREADME.md / preadme.md is shown above directory listings unless --no-readme or .prologue.html
README.md and *logue.html can contain placeholder values which are replaced server-side before embedding into directory listings; see --help-exp
searching
search by size, date, path/name, mp3-tags, …
when started with -e2dsa copyparty will scan/index all your files. This avoids duplicates on upload, and also makes the volumes searchable through the web-ui:
make search queries by size/date/directory-path/filename, or…
drag/drop a local file to see if the same contents exist somewhere on the server, see file-search
path/name queries are space-separated, AND’ed together, and words are negated with a - prefix, so for example:
path: shibayan -bossa finds all files where one of the folders contain shibayan but filters out any results where bossa exists somewhere in the path
the raw field allows for more complex stuff such as ( tags like *nhato* or tags like *taishi* ) and ( not tags like *nhato* or not tags like *taishi* ) which finds all songs by either nhato or taishi, excluding collabs (terrible example, why would you do that)
for the above example to work, add the commandline argument -e2ts to also scan/index tags from music files, which brings us over to:
server config
using arguments or config files, or a mix of both:
kill -s USR1 (same as systemctl reload copyparty) to reload accounts and volumes from config files without restarting
or click the [reload cfg] button in the control-panel if the user has a/admin in any volume
changes to the [global] config section requires a restart to take effect
NB: as humongous as this readme is, there is also a lot of undocumented features. Run copyparty with --help (or click that link) to see all available global options; all of those can be used in the [global] section of config files, and everything listed in --help-flags can be used in volumes as volflags (per-volume configuration).
if running in docker/podman, try this: docker run --rm -it copyparty/ac --help
announce enabled services on the LAN (pic) – -z enables both mdns and ssdp
--z-on / --z-off limits the feature to certain networks
config file example:
[global]
z # enable all zeroconf features (mdns, ssdp)
zm # only enables mdns (does nothing since we already have z)
z-on: 192.168.0.0/16, 10.1.2.0/24 # restrict to certain subnets
mdns
LAN domain-name and feature announcer
uses multicast dns to give copyparty a domain which any machine on the LAN can use to access it
all enabled services (webdav, ftp, smb) will appear in mDNS-aware file managers (KDE, gnome, macOS, …)
the domain will be partybox.local if the machine’s hostname is partybox unless --name specifies something else
uses ssdp to make copyparty appear in the windows file explorer on all machines on the LAN
doubleclicking the icon opens the “connect” page which explains how to mount copyparty as a local filesystem
if copyparty does not appear in windows explorer, use --zsv to see why:
maybe the discovery multicast was sent from an IP which does not intersect with the server subnets
qr-code
print a qr-code (screenshot) for quick access, great between phones on android hotspots which keep changing the subnet
--qr enables it
--qrs does https instead of http
--qrl lootbox/?pw=hunter2 appends to the url, linking to the lootbox folder with password hunter2
--qrz 1 forces 1x zoom instead of autoscaling to fit the terminal size
1x may render incorrectly on some terminals/fonts, but 2x should always work
--qr-pin 1 makes the qr-code stick to the bottom of the console (never scrolls away)
--qr-file qr.txt:1:2 writes a small qr-code to qr.txt
--qr-file qr.txt:2:2 writes a big qr-code to qr.txt
--qr-file qr.svg:1:2 writes a vector-graphics qr-code to qr.svg
--qr-file qr.png:8:4:333333:ffcc55 writes an 8x-magnified yellow-on-gray qr.png
--qr-file qr.png:8:4::ffffff writes an 8x-magnified white-on-transparent qr.png
it uses the server hostname if mdns is enabled, otherwise it’ll use your external ip (default route) unless --qri specifies a specific ip-prefix or domain
ftp server
an FTP server can be started using --ftp 3921, and/or --ftps for explicit TLS (ftpes)
config file example, which restricts FTP to only use ports 3921 and 12000-12099 so all of those ports must be opened in your firewall:
[global]
ftp: 3921
ftp-pr: 12000-12099
sftp server
goes roughly 700 MiB/s (slower than webdav and ftp)
this is notftps (which copyparty also supports); ftps is ftp-tls (think http/https), while sftp is ssh-based and (preferably) uses ssh-keys for authentication
the sftp-server requires the optional dependency paramiko;
if you are not using docker, then install paramiko somehow
if you are using docker, then use one of the following image variants: ac / im / iv / dj
enable sftpd with --sftp 3922 to listen on port 3922;
use global-option sftp-key to associate an ssh-key with a user;
to be able to edit existing files, the client must have the Delete-permission, and some webdav clients will also require the daw volflag or global-option (not necessary if the client sends the x-oc-mtime header). Without daw, those clients will fail to modify existing files and instead create new copies with names like notes.txt-1771978661.726032-3i9GPghL.txt. NOTE: Enabling daw will also make all PUT-uploads overwrite existing files if the user has delete-access, so use with caution. Another alternative is the dav-port option
on winXP only, click the Sign up for online storage hyperlink instead and put the URL there
providing your password as the username is recommended; the password field can be anything or empty
unless you enabled --usernames
the webdav client that’s built into windows has the following list of bugs; you can avoid all of these by connecting with rclone instead:
win7+ doesn’t actually send the password to the server when reauthenticating after a reboot unless you first try to login with an incorrect password and then switch to the correct password
or just type your password into the username field instead to get around it entirely
connecting to a folder which allows anonymous read will make writing impossible, as windows has decided it doesn’t need to login
workaround: connect twice; first to a folder which requires auth, then to the folder you actually want, and leave both of those mounted
or set the server-option --dav-auth to force password-auth for all webdav clients
win7+ may open a new tcp connection for every file and sometimes forgets to close them, eventually needing a reboot
maybe NIC-related (??), happens with win10-ltsc on e1000e but not virtio
windows cannot access folders which contain filenames with invalid unicode or forbidden characters (<>:"/\|?*), or names ending with .
winxp cannot show unicode characters outside of some range
latin-1 is fine, hiragana is not (not even as shift-jis on japanese xp)
tftp server
a TFTP server (read/write) can be started using --tftp 3969 (you probably want ftp instead unless you are actually communicating with hardware from the 90s (in which case we should definitely hang some time))
that makes this the first RTX DECT Base that has been updated using copyparty 🎉
no accounts; read from world-readable folders, write to world-writable, overwrite in world-deletable
needs a dedicated port (cannot share with the HTTP/HTTPS API)
run as root (or see below) to use the spec-recommended port 69 (nice)
can reply from a predefined portrange (good for firewalls)
only supports the binary/octet/image transfer mode (no netascii)
RFC 7440 is not supported, so will be extremely slow over WAN
assuming default blksize (512), expect 1100 KiB/s over 100BASE-T, 400-500 KiB/s over wifi, 200 on bad wifi
most clients expect to find TFTP on port 69, but on linux and macos you need to be root to listen on that. Alternatively, listen on 3969 and use NAT on the server to forward 69 to that port;
on linux: iptables -t nat -A PREROUTING -i eth0 -p udp --dport 69 -j REDIRECT --to-port 3969
newer versions of impacket will hopefully work just fine but there is monkeypatching so maybe not
some BIG WARNINGS specific to SMB/CIFS, in decreasing importance:
not entirely confident that read-only is read-only
the smb backend is not fully integrated with vfs, meaning there could be security issues (path traversal). Please use --smb-port (see below) and prisonparty or bubbleparty
account passwords work per-volume as expected, and so does account permissions (read/write/move/delete), but --smbw must be given to allow write-access from smb
shadowing probably works as expected but no guarantees
not compatible with pw-hashing or --usernames
and some minor issues,
clients only see the first ~400 files in big folders;
this was originally due to impacket#1433 which was fixed in impacket-0.12, so you can disable the workaround with --smb-nwa-1 but then you get unacceptably poor performance instead
hot-reload of server config (/?reload=cfg) does not include the [global] section (commandline args)
listens on the first IPv4 -i interface only (default = :: = 0.0.0.0 = all)
login doesn’t work on winxp, but anonymous access is ok – remove all accounts from copyparty config for that to work
win10 onwards does not allow connecting anonymously / without accounts
python3 only
slow (the builtin webdav support in windows is 5x faster, and rclone-webdav is 30x faster)
those numbers are specifically for copyparty’s smb-server (because it sucks); other smb-servers should be similar to webdav
known client bugs:
on win7 only, --smb1 is much faster than smb2 (default) because it keeps rescanning folders on smb2
however smb1 is buggy and is not enabled by default on win10 onwards
windows cannot access folders which contain filenames with invalid unicode or forbidden characters (<>:"/\|?*), or names ending with .
the smb protocol listens on TCP port 445, which is a privileged port on linux and macos, which would require running copyparty as root. However, this can be avoided by listening on another port using --smb-port 3945 and then using NAT on the server to forward the traffic from 445 to there;
on linux: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 445 -j REDIRECT --to-port 3945
authenticate with one of the following:
username $username, password $password
username $password, password k
browser ux
tweaking the ui
set default sort order globally with --sort or per-volume with the sort volflag; specify one or more comma-separated columns to sort by, and prefix the column name with - for reverse sort
the column names you can use are visible as tooltips when hovering over the column headers in the directory listing, for example href ext sz ts tags/.up_at tags/Circle tags/.tn tags/Artist tags/Title
to sort in music order (album, track, artist, title) with filename as fallback, you could --sort tags/Circle,tags/.tn,tags/Artist,tags/Title,href
to sort by upload date, first enable showing the upload date in the listing with -e2d -mte +.up_at and then --sort tags/.up_at
can be enabled globally with --og or per-volume with volflag og
note that this disables hotlinking because the opengraph spec demands it; to sneak past this intentional limitation, you can enable opengraph selectively by user-agent, for example --og-ua '(Discord|Twitter|Slack)bot' (or volflag og_ua)
you can also hotlink files regardless by appending ?raw to the url
WARNING: if you plan to use WebDAV, then --og-ua / og_ua must be configured
if you want to entirely replace the copyparty response with your own jinja2 template, give the template filepath to --og-tpl or volflag og_tpl (all members of HttpCli are available through the this object)
file deduplication
enable symlink-based upload deduplication globally with --dedup or per-volume with volflag dedup
by default, when someone tries to upload a file that already exists on the server, the upload will be politely declined, and the server will copy the existing file over to where the upload would have gone
if you enable deduplication with --dedup then it’ll create a symlink instead of a full copy, thus reducing disk space usage
on the contrary, if your server is hooked up to s3-glacier or similar storage where reading is expensive, and you cannot use --safe-dedup=1 because you have other software tampering with your files, so you want to entirely disable detection of duplicate data instead, then you can specify --no-clone globally or noclone as a volflag
warning: when enabling dedup, you should also:
enable indexing with -e2dsa or volflag e2dsa (see file indexing section below); strongly recommended
…and/or --hardlink-only to use hardlink-based deduplication instead of symlinks; see explanation below
…and/or --reflink to use CoW/reflink-based dedup (much safer than hardlink, but OS/FS-dependent)
it will not be safe to rename/delete files if you only enable dedup and none of the above; if you enable indexing then it is not necessary to also do hardlinks (but you may still want to)
by default, deduplication is done based on symlinks (symbolic links); these are tiny files which are pointers to the nearest full copy of the file
you can choose to use hardlinks instead of softlinks, globally with --hardlink-only or volflag hardlinkonly, and you can choose to use reflinks with --reflink or volflag reflink
advantages of using reflinks (CoW, copy-on-write):
entirely safe (when your filesystem supports it correctly); either file can be edited or deleted without affecting other copies
only linux 5.3 or newer, only python 3.14 or newer, only some filesystems (btrfs probably ok, maybe xfs too, but zfs had bugs)
advantages of using hardlinks:
hardlinks are more compatible with other software; they behave entirely like regular files
you can safely move and rename files using other file managers
symlinks need to be managed by copyparty to ensure the destinations remain correct
advantages of using symlinks (default):
each symlink can have its own last-modified timestamp, but a single timestamp is shared by all hardlinks
symlinks make it more obvious to other software that the file is not a regular file, so this can be less dangerous
hardlinks look like regular files, so other software may assume they are safe to edit without affecting the other copies
warning: if you edit the contents of a deduplicated file, then you will also edit all other copies of that file! This is especially surprising with hardlinks, because they look like regular files, but that same file exists in multiple locations
global-option --xlink / volflag xlink additionally enables deduplication across volumes, but this is probably buggy and not recommended
config file example:
[global]
e2dsa # scan and index filesystem on startup
dedup # symlink-based deduplication for all volumes
[/media]
/mnt/nas/media
flags:
hardlinkonly # this vol does hardlinks instead of symlinks
file indexing
enable music search, upload-undo, and better dedup
file indexing relies on two database tables, the up2k filetree (-e2d) and the metadata tags (-e2t), stored in .hist/up2k.db. Configuration can be done through arguments, volflags, or a mix of both.
through arguments:
-e2d enables file indexing on upload
-e2ds also scans writable folders for new files on startup
-e2dsa also scans all mounted volumes (including readonly ones)
-e2t enables metadata indexing on upload
-e2ts also scans for tags in all files that don’t have tags yet
-e2tsr also deletes all existing tags, doing a full reindex
-e2v verifies file integrity at startup, comparing hashes from the db
-e2vu patches the database with the new hashes from the filesystem
-e2vp panics and kills copyparty instead
the same arguments can be set as volflags, in addition to d2d, d2ds, d2t, d2ts, d2v for disabling:
-v ~/music::r:c,e2ds,e2tsr does a full reindex of everything on startup
-v ~/music::r:c,d2d disables all indexing, even if any -e2* are on
-v ~/music::r:c,d2t disables all -e2t* (tags), does not affect -e2d*
-v ~/music::r:c,d2ds disables on-boot scans; only index new uploads
-v ~/music::r:c,d2ts same except only affecting tags
note:
upload-times can be displayed in the file listing by enabling the .up_at metadata key, either globally with -e2d -mte +.up_at or per-volume with volflags e2d,mte=+.up_at (will have a ~17% performance impact on directory listings)
and file checksums can be shown with global-option -e2d -mte +w or volflag e2d,mte=+w (always active for users with permission a)
e2tsr is probably always overkill, since e2ds/e2dsa would pick up any file modifications and e2ts would then reindex those, unless there is a new copyparty version with new parsers and the release note says otherwise
config file example (these options are recommended btw):
[global]
e2dsa # scan and index all files in all volumes on startup
e2ts # check newly-discovered or uploaded files for media tags
exclude-patterns
to save some time, you can provide a regex pattern for filepaths to only index by filename/path/size/last-modified (and not the hash of the file contents) by setting --no-hash '\.iso
💾🎉 copyparty
turn almost any device into a file server with resumable uploads/downloads using any web browser
👉 Get started! or visit the read-only demo server 👀 running on a nuc in my basement
📷 screenshots: browser // upload // unpost // thumbnails // search // fsearch // zip-DL // md-viewer
🎬 videos: upload // cli-upload // race-the-beam // 👉 feature-showcase (youtube)
built in Norway 🇳🇴 with contributions from not-norway
readme toc
gor田to toggle grid-view instead of the file listingziportarfilesF2to bring up the rename UI--ftp 3921--tftp 3969.hist/up2k.db, default) or somewhere else-e2tto index tags on uploadpacman -S copyparty(in arch linux extra)brew install copyparty ffmpegnix profile install github:9001/copyparty8 GiB/sdownload,1 GiB/suploadquickstart
just run copyparty-sfx.py – that’s it! 🎉
python3 -m pip install --user -U copypartyuv tool run copypartyenable thumbnails (images/audio/video), media indexing, and audio transcoding by installing some recommended deps:
apk add py3-pillow ffmpegapt install --no-install-recommends python3-pil ffmpegdnf install python3-pillow ffmpeg --allowerasingpkg install py39-sqlite3 py39-pillow ffmpegport install py-Pillow ffmpegbrew install pillow ffmpegpython -m pip install --user -U PillowwingetorMicrosoft Store(it breaks $PATH)Pillowand only needs ffmpeg for mediatags/videothumbsrunning copyparty without arguments (for example doubleclicking it on Windows) will give everyone read/write access to the current folder; you may want accounts and volumes
or see some usage examples for inspiration, or the complete windows example
some recommended options:
-e2dsaenables general file indexing-e2tsenables audio metadata indexing (needs either FFprobe or Mutagen)-v /mnt/music:/music:r:rw,foo -a foo:barshares/mnt/musicas/music,readable by anyone, and read-write for userfoo, passwordbar:r:rw,foowith:r,footo only make the folder readable byfooand nobody else--help-accounts) for the syntax and other permissionsmirrors
other places to download copyparty from (non-github links):
at home
make it accessible over the internet by starting a cloudflare quicktunnel like so:
first download cloudflared and then start the tunnel with
cloudflared tunnel --url http://127.0.0.1:3923as the tunnel starts, it will show a URL which you can share to let anyone browse your stash or upload files to you
but if you have a domain, then you probably want to skip the random autogenerated URL and instead make a permanent cloudflare tunnel
since people will be connecting through cloudflare, run copyparty with
--xff-hdr cf-connecting-ipto detect client IPs correctlyon servers
you may also want these, especially on servers:
and remember to open the ports you want; here’s a complete example including every feature copyparty has to offer:
(69:tftp, 1900:ssdp, 3921:ftp, 3922:sftp, 3923:http/https, 3945:smb, 3969:tftp, 3990:ftps, 5353:mdns, 12000:passive-ftp)
features
also see comparison to similar software
PS: something missing? post any crazy ideas you’ve got as a feature request or discussion 🤙
testimonials
small collection of user feedback
good enough,surprisingly correct,certified good software,just works,why,wow this is better than nextcloudmotivations
project goals / philosophy
becoming rich is specifically not a motivation, but if you wanna donate then see my github profile regarding donations for my FOSS stuff in general (also THANKS!)
notes
general notes:
browser-specific:
may use gigabytes of RAM if your files are massiveseems to be OK nowabout:memoryand clickMinimize memory usageserver-os-specific:
/usr/libexec/platform-pythonserver notes:
bugs
roughly sorted by chance of encounter
general:
--th-ff-jpgmay fix video thumbnails on some FFmpeg versions (macos, some linux)--th-ff-swrmay fix audio thumbnails on some FFmpeg versionsup2k.db(filesystem index) is on a samba-share or network disk, you’ll get unpredictable behavior if the share is disconnected for a bit--histor thehistvolflag (-v [...]:c,hist=/tmp/foo) to place the db and thumbnails on a local disk instead--dbpathor thedbpathvolflagpython 3.4 and older (including 2.7):
python 2.7 on Windows:
-e2dif you have a new exciting bug to share, see reporting bugs
not my bugs
same order here too
Chrome issue 1317069 – if you try to upload a folder which contains symlinks by dragging it into the browser, the symlinked files will not get uploaded
Chrome issue 1352210 – plaintext http may be faster at filehashing than https (but also extremely CPU-intensive)
Chrome issue 383568268 – filereaders in webworkers can OOM / crash the browser-tab
Firefox issue 1790500 – entire browser can crash after uploading ~4000 small files
Windows: Uploading from a webbrowser may fail with “directory iterator got stuck” due to the max path length; try moving the files somewhere shorter before uploading
Android: music playback randomly stops due to battery usage settings
iPhones: the volume control doesn’t work because apple doesn’t want it to
AudioContextwill probably never be a viable workaround as apple introduces new issues faster than they fix current onesiPhones: music volume goes on a rollercoaster during song changes
AudioContextis still broken in safariiPhones: the preload feature (in the media-player-options tab) can cause a tiny audio glitch 20sec before the end of each song, but disabling it may cause worse iOS bugs to appear instead
iPhones: preloaded awo files make safari log MEDIA_ERR_NETWORK errors as playback starts, but the song plays just fine so eh whatever
iPhones: preloading another awo file may cause playback to stop
mp.au.play()inmp.onpreloadbut that can hit a race condition in safari that starts playing the same audio object twice in parallel…Windows: folders cannot be accessed if the name ends with
.Windows: msys2-python 3.8.6 occasionally throws
RuntimeError: release unlocked lockwhen leaving a scoped mutex in up2kVirtualBox: sqlite throws
Disk I/O Errorwhen running in a VM and the up2k database is in a vboxsf--histor thehistvolflag (-v [...]:c,hist=/tmp/foo) to place the db and thumbnails inside the vm instead--dbpathor thedbpathvolflagUbuntu: dragging files from certain folders into firefox or chrome is impossible
snap connections firefoxfor the allowlist,removable-mediapermits all of/mntand/mediaapparentlybreaking changes
upgrade notes
1.9.16(2023-11-04):--stats/prometheus:cpp_bansrenamed tocpp_active_bans, and that +cpp_uptimeare gauges1.6.0(2023-01-29):POSTinstead ofGETGETandHEADmust pass cors validation1.5.0(2022-12-03): new chunksize formula for files larger than 128 GiBFAQ
“frequently” asked questions
CopyParty?
what is a volflag?
what is a volume?
/music/) to a folder on your server’s local filesystem (C:\Users\ed\Music) which can then be accessed through copyparty, depending on the permissions and options you set on it – see accounts and volumescan I change the 🌲 spinning pine-tree loading animation?
is it possible to block read-access to folders unless you know the exact URL for a particular file inside?
gpermission, see the examples therechmod 111 musicwill make it possible to access files and folders inside themusicfolder but not list the immediate contents – also works with other software, not just copypartycan I link someone to a password-protected volume/file by including the password in the URL?
?pw=hunter2to the end; replace?with&if there are parameters in the URL already, meaning it contains a?near the end--usernamesthen do?pw=username:passwordinstead?pwcan be disabled with--pw-urlp=Abut this breaks support for many clientshow do I stop
.histfolders from appearing everywhere on my HDD?.histfolder is created inside each volume for the filesystem index, thumbnails, audio transcodes, and markdown document history. Use the--histglobal-option or thehistvolflag to move it somewhere else; see database locationcan I make copyparty download a file to my server if I give it a URL?
firefox refuses to connect over https, saying “Secure Connection Failed” or “SEC_ERROR_BAD_SIGNATURE”, but the usual button to “Accept the Risk and Continue” is not shown
cert9.dbsomewhere in your firefox profile folderthe server keeps saying
thank you for playingwhen I try to access the websitecopyparty seems to think I am using http, even though the URL is https
X-Forwarded-Proto: httpsheader; this could be because your reverse-proxy itself is confused. Ensure that none of the intermediates (such as cloudflare) are terminating https before the traffic hits your entrypointthumbnails are broken (you get a colorful square which says the filetype instead)
FFmpegorPillow; see thumbnailsthumbnails are broken, specifically for photos and videos taken by iphones
thumbnails are broken (some images appear, but other files just get a blank box, and/or the broken-image placeholder)
?th=w), so check your URL rewrite rulesi want to learn python and/or programming and am considering looking at the copyparty source code in that occasion
accounts and volumes
per-folder, per-user permissions - if your setup is getting complex, consider making a config file instead of using arguments
systemctl reload copypartyor more conveniently using the[reload cfg]button in the control-panel (if the user hasa/admin in any volume)[global]config section requires a restart to take effecta quick summary can be seen using
--help-accountsconfiguring accounts/volumes with arguments:
-a usr:pwdadds accountusrwith passwordpwd-v .::radds current-folder.as the webroot,readable by anyone-v src:dst:perm:perm:...so local-path, url-path, and one or more permissions to set-v .::r,usr1,usr2:rw,usr3,usr4= usr1/2 read-only, 3/4 read-writepermissions:
r(read): browse folder contents, download files, download as zip/tar, see filekeys/dirkeysw(write): upload files, move/copy files into this folderm(move): move files/folders from this folderd(delete): delete files/folders.(dots): user can ask to show dotfiles in directory listingsg(get): only download files, cannot see folder contents or zip/tarG(upget): same asgexcept uploaders get to see their own filekeys (seefkin examples below)h(html): same asgexcept folders return their index.html, and filekeys are not necessary for index.htmla(admin): can see upload time, uploader IPs, config-reloadA(“all”): same asrwmda.(read/write/move/delete/admin/dotfiles)examples:
-a u1:p1 -a u2:p2 -a u3:p3/srvthe root of the filesystem, read-only by anyone:-v /srv::r/mnt/musicavailable at/music, read-only for u1 and u2, read-write for u3:-v /mnt/music:music:r,u1,u2:rw,u3musicfolder exists, but cannot open it/mnt/incomingavailable at/inc, write-only for u1, read-move for u2:-v /mnt/incoming:inc:w,u1:rm,u2incfolder exists, but cannot open itu1can open theincfolder, but cannot see the contents, only upload new files to itu2can browse it and move files from/incinto any folder whereu2has write-access/mnt/ssavailable at/i, read-write for u1, get-only for everyone else, and enable filekeys:-v /mnt/ss:i:rw,u1:g:c,fk=4c,fk=4sets thefk(filekey) volflag to 4, meaning each file gets a 4-character accesskeyu1can upload files, browse the folder, and see the generated filekeysgpermission withwgwould let anonymous users upload files, but not see the required filekey to access itgpermission withwGwould let anonymous users upload files, receiving a working direct link in returnif you want to grant access to all users who are logged in, the group
acctwill always contain all known users, so for example-v /mnt/music:music:r,@acct*,-@acctdoes the trick, for example-v /srv/welcome:welcome:r,*,-@acct@admins,-jamesanyone trying to bruteforce a password gets banned according to
--ban-pw; default is 24h ban for 9 failed attempts in 1 hourand if you want to use config files instead of commandline args (good!) then here’s the same examples as a configfile; save it as
foobar.confand use it like this:python copyparty-sfx.py -c foobar.confPRTY_CONFIG=foobar.conf python copyparty-sfx.py(convenient in docker etc)shadowing
hiding specific subfolders by mounting another volume on top of them
for example
-v /mnt::r -v /var/empty:web/certs:rmounts the server folder/mntas the webroot, but another volume is mounted at/web/certs– so visitors can only see the contents of/mntand/mnt/web(at URLs/and/web), but not/mnt/web/certsbecause URL/web/certsis mapped to/var/emptythe example config file right above this section may explain this better; the first volume
/is mapped to/srvwhich means http://127.0.0.1:3923/music would try to read/srv/musicon the server filesystem, but since there’s another volume at/musicmapped to/mnt/musicthen it’ll go to/mnt/musicinsteaddotfiles
unix-style hidden files/folders by starting the name with a dot
anyone can access these if they know the name, but they normally don’t appear in directory listings
a client can request to see dotfiles in directory listings if global option
-edis specified, or the volume has volflagdots, or the user has permission.dotfiles do not appear in search results unless one of the above is true, and the global option / volflag
dotsrchis setconfig file example, where the same permission to see dotfiles is given in two different ways just for reference:
the browser
accessing a copyparty server using a web-browser
tabs
the main tabs in the ui
[🔎]search by size, date, path/name, mp3-tags …[🧯]unpost: undo/delete accidental uploads[🚀]and[🎈]are the uploaders[📂]mkdir: create directories[📝]new-file: create a new textfile[📟]send-msg: either to server-log or into textfiles if--urlform save[🎺]audio-player config options[⚙️]general client config optionshotkeys
the browser has the following hotkeys (always qwerty)
?show hotkeys helpBtoggle breadcrumbs / navpaneI/Kprev/next folderMparent folder (or unexpand current)Vtoggle folders / textfiles in the navpaneGtoggle list / grid view – same as田bottom-rightTtoggle thumbnails / iconsESCclose various thingsctrl-Kdelete selected files/foldersctrl-Xcut selected files/foldersctrl-Ccopy selected files/folders to clipboardctrl-Vpaste (move/copy)Ydownload selected filesF2rename selected file/folderUp/Downmove cursorUp/Downselect and move cursorUp/Downmove cursor and scroll viewportSpacetoggle file selectionCtrl-Atoggle select allI/Kprev/next textfileStoggle selection of open fileMclose textfileJ/Lprev/next songU/Oskip 10sec back/forward0..9jump to 0%..90%Pplay/pause (also starts playing the folder)Ydownload fileJ/L, Left/Rightprev/next fileHome/Endfirst/last fileFtoggle fullscreenStoggle selectionRrotate clockwise (shift=ccw)Ydownload fileEscclose viewerU/Oskip 10sec back/forward0..9jump to 0%..90%P/K/Spaceplay/pauseMmuteCcontinue playing next videoVloop entire file[loop range (start)]loop range (end)A/Dadjust tree widthStoggle multiselectA/Dzoom^ssave^hheader^kautoformat table^ujump to next unicode character^etoggle editor / preview^up, ^downjump paragraphsnavpane
switching between breadcrumbs or navpane
click the
🌲or pressing theBhotkey to toggle between breadcrumbs path (default), or a navpane (tree-browser sidebar thing)[+]and[-](or hotkeysA/D) adjust the size[🎯]jumps to the currently open folder[📃]toggles between showing folders and textfiles[📌]shows the name of all parent folders in a docked panel[a]toggles automatic widening as you go deeper[↵]toggles wordwrap[👀]show full name on hover (if wordwrap is off)thumbnails
press
gor田to toggle grid-view instead of the file listing andttoggles icons / thumbnails--gridor per-volume with volflaggrid?imgsto a link, or disable with?imgs=0it does static images with Pillow / pyvips / FFmpeg, and uses FFmpeg for video files, so you may want to
--no-thumbor maybe just--no-vthumbdepending on how dangerous your users aredthumbfor all, ordvthumb/dathumb/dithumbfor video/audio/images onlyaudio files are converted into spectrograms using FFmpeg unless you
--no-athumb(and some FFmpeg builds may need--th-ff-swr)images with the following names (see
--th-covers) become the thumbnail of the folder they’re in:folder.png,folder.jpg,cover.png,cover.jpgcover.pngandfolder.jpgexist in a folder, it will pick the first matching--th-coversentry (folder.jpg).folder.jpgand so), and then fallback on the first picture in the folder (if it has any pictures at all)enabling
multiselectlets you click files to select them, and then shift-click another file for range-selectmultiselectis mostly intended for phones/tablets, but theseloption in the[⚙️] settingstab is better suited for desktop use, allowing selection by CTRL-clicking and range-selection with SHIFT-click, all without affecting regular clickingseloption can be made default globally with--gselor per-volume with volflaggselto show
/icons/exe.pngand/icons/elf.gifas the thumbnail for all.exeand.elffiles respectively, do this:--ext-th=exe=/icons/exe.png --ext-th=elf=/icons/elf.gifnote:
libvipsoptional dependency but this is not possible with the docker-images due to legal reasonsconfig file example:
zip downloads
download folders (or file selections) as
ziportarfilesselect which type of archive you want in the
[⚙️] configtab:tar?tarcurl | tar -xvpax?tar=paxtgz?tar=gzcurl | tar -xvztxz?tar=xzzip?zipzip_dos?zip=doszip_crc?zip=crc3(0=fast, 9=best), change with?tar=gz:91(0=fast, 9=best), change with?tar=xz:92(1=fast, 9=best), change with?tar=bz2:9up2k.dbanddir.txtis always excludedcurl foo?zip | bsdtar -xv?taris better for large files, especially if the total exceeds 4 GiBzip_crcwill take longer to download since the server has to read each file twiceyou can also zip a selection of files or folders by clicking them in the browser, that brings up a selection editor and zip button in the bottom right
cool trick: download a folder by appending url-params
?tar&opusor?tar&mp3to transcode all audio files (except aac|m4a|mp3|ogg|opus|wma) to opus/mp3 before they’re added to the archive&nodotskips dotfiles/dotfolders; they are included by default if your account has permission to see them&j/&wproduce jpeg/webm thumbnails/spectrograms instead of the original audio/video/images (&pfor audio waveforms)--th-maxage=9999999or--th-clean=0uploading
drag files/folders into the web-browser to upload
dragdrop is the recommended way, but you may also:
when uploading files through dragdrop or CTRL-V, this initiates an upload using
up2k; there are two browser-based uploaders available:[🎈] bup, the basic uploader, supports almost every browser since netscape 4.0[🚀] up2k, the good / fancy oneNB: you can undo/delete your own uploads with
[🧯]unpost (and this is also where you abort unfinished uploads, but you have to refresh the page first)up2k has several advantages:
see up2k for details on how it works, or watch a demo video
protip: you can avoid scaring away users with contrib/plugins/minimal-up2k.js which makes it look much simpler
protip: if you enable
faviconin the[⚙️] settingstab (by typing something into the textbox), the icon in the browser tab will indicate upload progress – also, the[🔔]and/or[🔊]switches enable visible and/or audible notifications on upload completionthe up2k UI is the epitome of polished intuitive experiences:
[🏃]analysis of other files should continue while one is uploading[🥔]shows a simpler UI for faster uploads from slow devices[🛡️]decides when to overwrite existing files on the server🛡️= never (generate a new filename instead)🕒= overwrite if the server-file is older♻️= always overwrite if the files are different[🎲]generate random filenames during upload[🔎]switch between upload and file-search mode[🔎]if you add files by dragging them into the browserand then there’s the tabs below it,
[ok]is the files which completed successfully[ng]is the ones that failed / got rejected (already exists, …)[done]shows a combined list of[ok]and[ng], chronological order[busy]files which are currently hashing, pending-upload, or uploading[done]and[que]for context[que]is all the files that are still queuednote that since up2k has to read each file twice,
[🎈] bupcan theoretically be up to 2x faster in some extreme cases (files bigger than your ram, combined with an internet connection faster than the read-speed of your HDD, or if you’re uploading from a cuo2duo)if you are resuming a massive upload and want to skip hashing the files which already finished, you can enable
turboin the[⚙️] configtab, but please read the tooltip on that buttonif the server is behind a proxy which imposes a request-size limit, you can configure up2k to sneak below the limit with server-option
--u2sz(the default is 96 MiB to support Cloudflare)if you want to replace existing files on the server with new uploads by default, run with
--u2ow 2(only works if users have the delete-permission, and can still be disabled with🛡️in the UI)file-search
dropping files into the browser also lets you see if they exist on the server
when you drag/drop files into the browser, you will see two dropzones:
UploadandSearchthe files will be hashed on the client-side, and each hash is sent to the server, which checks if that file exists somewhere
files go into
[ok]if they exist (and you get a link to where it is), otherwise they land in[ng]if you have a “wark” (file-identifier/checksum) then you can also search for that in the [🔎] tab by putting
w = kFpDiztbZc8Z1Lziin therawfieldunpost
undo/delete accidental uploads using the
[🧯]tab in the UIyou can unpost even if you don’t have regular move/delete access, however only for files uploaded within the past
--unpostseconds (default 12 hours) and the server must be running with-e2dconfig file example:
self-destruct
uploads can be given a lifetime, after which they expire / self-destruct
the feature must be enabled per-volume with the
lifetimeupload rule which sets the upper limit for how long a file gets to stay on the serverclients can specify a shorter expiration time using the up2k ui – the relevant options become visible upon navigating into a folder with
lifetimesenabled – or by using thelifeupload modifierspecifying a custom expiration time client-side will affect the timespan in which unposts are permitted, so keep an eye on the estimates in the up2k ui
race the beam
download files while they’re still uploading (demo video) – it’s almost like peer-to-peer
requires the file to be uploaded using up2k (which is the default drag-and-drop uploader), alternatively the command-line program
incoming files
the control-panel shows the ETA for all incoming files , but only for files being uploaded into volumes where you have read-access
file manager
cut/paste, rename, and delete files/folders (if you have permission)
file selection: click somewhere on the line (not the link itself), then:
spaceto toggleup/downto moveshift-up/downto move-and-selectctrl-shift-up/downto also scrollshift-click another line for range-select
cut: select some files and
ctrl-xcopy: select some files and
ctrl-cpaste:
ctrl-vin another folderrename:
F2you can copy/move files across browser tabs (cut/copy in one tab, paste in another)
shares
share a file or folder by creating a temporary link
when enabled in the server settings (
--shr), click the bottom-rightsharebutton to share the folder you’re currently in, or alternatively:this feature was made with identity providers in mind – configure your reverseproxy to skip the IdP’s access-control for a given URL prefix and use that to safely share specific files/folders sans the usual auth checks
when creating a share, the creator can choose any of the following options:
0or blank means infinitesemi-intentional limitations:
e2dis set, and/or at least one volume on the server has volflage2dspecify
--shr /foobarto enable this feature; a toplevel virtual folder namedfoobaris then created, and that’s where all the shares will be served fromfoobaris just an exampleshr: /foobarinside the[global]section insteadusers can delete their own shares in the controlpanel, and a list of privileged users (
--shr-adm) are allowed to see and/or delet any share on the serverafter a share has expired, it remains visible in the controlpanel for
--shr-rtminutes (default is 1 day), and the owner can revive it by extending the expiration time theresecurity note: using this feature does not mean that you can skip the accounts and volumes section – you still need to restrict access to volumes that you do not intend to share with unauthenticated users! it is not sufficient to use rules in the reverseproxy to restrict access to just the
/sharefolder.batch rename
select some files and press
F2to bring up the rename UIquick explanation of the buttons,
[✅ apply rename]confirms and begins renaming[❌ cancel]aborts and closes the rename window[↺ reset]reverts any filename changes back to the original name[decode]does a URL-decode on the filename, fixing stuff like&and%20[advanced]toggles advanced modeadvanced mode: rename files based on rules to decide the new names, based on the original name (regex), or based on the tags collected from the file (artist/title/…), or a mix of both
in advanced mode,
[case]toggles case-sensitive regexregexis the regex pattern to apply to the original filename; any files which don’t match will be skippedformatis the new filename, taking values from regex capturing groups and/or from file tagspresetslets you save rename rules for lateravailable functions:
$lpad(text, length, pad_char)$rpad(text, length, pad_char)two counters are available;
.n.sis the nth file in the selection, and.n.dthe nth file in the folder, for example rename-outputfile(.n.d).(ext)givesfile5.bin, andbeach-$lpad((.n.s),3,0).(ext)isbeach-017.jpgand the initial value of each counter can be set in the textboxes underneath the preset dropdownso,
say you have a file named
meganeko - Eclipse - 07 Sirius A.mp3(absolutely fantastic album btw) and the tags are:Album:Eclipse,Artist:meganeko,Title:Sirius A,tn:7you could use just regex to rename it:
regex=(.*) - (.*) - ([0-9]{2}) (.*)format=(3). (1) - (4)output=07. meganeko - Sirius A.mp3or you could use just tags:
format=$lpad((tn),2,0). (artist) - (title).(ext)output=7. meganeko - Sirius A.mp3or a mix of both:
regex=- ([0-9]{2})format=(1). (artist) - (title).(ext)output=07. meganeko - Sirius A.mp3the metadata keys you can use in the format field are the ones in the file-browser table header (whatever is collected with
-mteand-mtp)rss feeds
monitor a folder with your RSS reader , optionally recursive
must be enabled per-volume with volflag
rssor globally with--rssthe feed includes itunes metadata for use with podcast readers such as AntennaPod
a feed example: https://cd.ocv.me/a/d2/d22/?rss&fext=mp3
url parameters:
pw=hunter2for password auth--usernamesthen dopw=username:passwordinsteadnopwdisables embedding the password (if provided) into item-URLs in the feednopw=adisables mentioning the password anywhere at all in the feed; may break some readersrecursiveto also include subfolderstitle=foochanges the feed title (default: folder name)fext=mp3,opusonly include mp3 and opus files (default: all)nf=30only show the first 30 results (default: 250)sort=msort by mtime (file last-modified), newest first (default)u= upload-time; NOTE: non-uploaded files have upload-time0n= filenamea= filesizeM= oldest file firstopds feeds
browse and download files from your e-book reader
enabled with the
opdsvolflag or--opdsglobal optionadd
?opdsto the end of the url you would like to browse, then input that in your opds client. for example:https://copyparty.example/books/?opds.to log in with a password, enter it into either of the username or password fields in your client.
--usernames, then you need to enter both username and password .note: some clients (e.g. Moon+ Reader) will not send the password when downloading cover images, which will cause your ip to be banned by copyparty. to work around this, you can grant the
gpermission to unauthenticated requests and enable filekeys to prevent guessing filenames. for example:-vbooks
r,ed:g:c,fk,opdsby default, not all file types will be listed in opds feeds. to change this, add the extension to
--opds-exts(volflag:opds_exts), or empty the list to list everythingrecent uploads
list all recent uploads by clicking “show recent uploads” in the controlpanel
will show uploader IP and upload-time if the visitor has the admin permission
global-option
--ups-whenmakes upload-time visible to all users, and not just adminsglobal-option
--ups-who(volflagups_who) specifies who gets access (0=nobody, 1=admins, 2=everyone), default=2note that the 🧯 unpost feature is better suited for viewing your own recent uploads, as it includes the option to undo/delete them
config file example:
media player
plays almost every audio format there is (if the server has FFmpeg installed for on-demand transcoding)
the following audio formats are usually always playable, even without FFmpeg:
aac|flac|m4a|mp3|ogg|opus|wavsome highlights:
?vto the end of an audio/video/image link will make it open in the mediaplayerclick the
playlink next to an audio file, or copy the link target to share it (optionally with a timestamp to start playing from, like that example does)open the
[🎺]media-player-settings tab to configure it,[🔁]repeats one single song forever[🔀]shuffles the files inside each folder[preload]starts loading the next track when it’s about to end, reduces the silence between songs[full]does a full preload by downloading the entire next file; good for unreliable connections, bad for slow connections[~s]toggles the seekbar waveform display[/np]enables buttons to copy the now-playing info as an irc message[📻]enables buttons to create an m3u playlist with the selected songs[os-ctl]makes it possible to control audio playback from the lockscreen of your device (enables mediasession)[seek]allows seeking with lockscreen controls (buggy on some devices)[art]shows album art on the lockscreen[🎯]keeps the playing song scrolled into view (good when using the player as a taskbar dock)[⟎]shrinks the playback controls[uncache]may fix songs that won’t play correctly due to bad files in browser cache[loop]keeps looping the folder[next]plays into the next folder[flac]convertsflacandwavfiles into opus (if supported by browser) or mp3[aac]convertsaacandm4afiles into opus (if supported by browser) or mp3[oth]converts all other known formats into opus (if supported by browser) or mp3aac|ac3|aif|aiff|alac|alaw|amr|ape|au|dfpwm|dts|flac|gsm|it|m4a|mo3|mod|mp2|mp3|mpc|mptm|mt2|mulaw|ogg|okt|opus|ra|s3m|tak|tta|ulaw|wav|wma|wv|xm|xpk[opus]produces anopuswhenever transcoding is necessary (the best choice on Android and PCs)[awo]isopusin awebafile, good for iPhones (iOS 17.5 and newer) but Apple is still fixing some state-confusion bugs as of iOS 18.2.1[caf]isopusin acaffile, good for iPhones (iOS 11 through 17), technically unsupported by Apple but works for the most part[mp3]– the myth, the legend, the undying master of mediocre sound quality that definitely works everywhere[flac]– lossless but compressed, for LAN and/or fiber playback on electrostatic headphones[wav]– lossless and uncompressed, for LAN and/or fiber playback on electrostatic headphones connected to very old equipmentflacandwavmust be enabled with--allow-flac/--allow-wavto allow spending the disk spaceplaylists
create and play m3u8 playlists – see example text and player
click a file with the extension
m3uorm3u8(for examplemixtape.m3uortouhou.m3u8) and you get two choices: Play / Editplaylists can include songs across folders anywhere on the server, but filekeys/dirkeys are NOT supported, so the listener must have read-access or get-access to the files
creating a playlist
with a standalone mediaplayer or copyparty
you can use foobar2000, deadbeef, just about any standalone player should work – but you might need to edit the filepaths in the playlist so they fit with the server-URLs
alternatively, you can create the playlist using copyparty itself:
open the
[🎺]media-player-settings tab and enable the[📻]create-playlist feature – this adds two new buttons in the bottom-right tray,[📻add]and[📻copy]which appear when you listen to music, or when you select a few audiofilesclick the
📻addbutton while a song is playing (or when you’ve selected some songs) and they’ll be added to “the list” (you can’t see it yet)at any time, click
📻copyto send the playlist to your clipboardcreate a new textfile, name it
something.m3uand paste the playlist thereaudio equalizer
and dynamic range compressor
can also boost the volume in general, or increase/decrease stereo width (like crossfeed just worse)
has the convenient side-effect of reducing the pause between songs, so gapless albums play better with the eq enabled (just make it flat)
not available on iPhones / iPads because AudioContext currently breaks background audio playback on iOS (15.7.8)
fix unreliable playback on android
due to phone / app settings, android phones may randomly stop playing music when the power saver kicks in, especially at the end of an album – you can fix it by disabling power saving in the app settings of the browser you use for music streaming (preferably a dedicated one)
textfile viewer
with realtime streaming of logfiles and such (demo) , and terminal colors work too
click
-txt-next to a textfile to open the viewer, which has the following toolbar buttons:✏️ editopens the textfile editor📡 followstarts monitoring the file for changes, streaming new lines in realtimetail -f&tailto the textviewer URLmarkdown viewer
and there are two editors
there is a built-in extension for inline clickable thumbnails;
<!-- th -->somewhere in the doc!th[l](your.jpg)wherelmeans left-align (r= right-align)---clears the float / inliningother notes,
markdown vars
dynamic docs with serverside variable expansion to replace stuff like
{{self.ip}}with the client’s IP, or{{srv.htime}}with the current time on the serversee ./srv/expand/ for usage and examples
other tricks
you can link a particular timestamp in an audio file by adding it to the URL, such as
&20/&20s/&1m20/&t=1:20after the.../#af-c8960dabenabling the audio equalizer can help make gapless albums fully gapless in some browsers (chrome), so consider leaving it on with all the values at zero
get a plaintext file listing by adding
?ls=tto a URL, or a compact colored one with?ls=v(for unix terminals)if you are using media hotkeys to switch songs and are getting tired of seeing the OSD popup which Windows doesn’t let you disable, consider ./contrib/media-osd-bgone.ps1
click the bottom-left
πto open a javascript prompt for debuggingfiles named
.prologue.html/.epilogue.htmlwill be rendered before/after directory listings unless--no-loguesfiles named
descript.ion/DESCRIPT.IONare parsed and displayed in the file listing, or as the epilogue if nonstandardfiles named
README.md/readme.mdwill be rendered after directory listings unless--no-readme(but.epilogue.htmltakes precedence)PREADME.md/preadme.mdis shown above directory listings unless--no-readmeor.prologue.htmlREADME.mdand*logue.htmlcan contain placeholder values which are replaced server-side before embedding into directory listings; see--help-expsearching
search by size, date, path/name, mp3-tags, …
when started with
-e2dsacopyparty will scan/index all your files. This avoids duplicates on upload, and also makes the volumes searchable through the web-ui:size/date/directory-path/filename, or…path/name queries are space-separated, AND’ed together, and words are negated with a
-prefix, so for example:shibayan -bossafinds all files where one of the folders containshibayanbut filters out any results wherebossaexists somewhere in the pathdemetori styxgives you good stuffthe
rawfield allows for more complex stuff such as( tags like *nhato* or tags like *taishi* ) and ( not tags like *nhato* or not tags like *taishi* )which finds all songs by either nhato or taishi, excluding collabs (terrible example, why would you do that)for the above example to work, add the commandline argument
-e2tsto also scan/index tags from music files, which brings us over to:server config
using arguments or config files, or a mix of both:
-c some.conf) can set additional commandline arguments; see ./docs/example.conf and ./docs/example2.confkill -s USR1(same assystemctl reload copyparty) to reload accounts and volumes from config files without restarting[reload cfg]button in the control-panel if the user hasa/admin in any volume[global]config section requires a restart to take effectNB: as humongous as this readme is, there is also a lot of undocumented features. Run copyparty with
--help(or click that link) to see all available global options; all of those can be used in the[global]section of config files, and everything listed in--help-flagscan be used in volumes as volflags (per-volume configuration).docker run --rm -it copyparty/ac --helpzeroconf
announce enabled services on the LAN (pic) –
-zenables both mdns and ssdp--z-on/--z-offlimits the feature to certain networksconfig file example:
mdns
LAN domain-name and feature announcer
uses multicast dns to give copyparty a domain which any machine on the LAN can use to access it
all enabled services (webdav, ftp, smb) will appear in mDNS-aware file managers (KDE, gnome, macOS, …)
the domain will be
partybox.localif the machine’s hostname ispartyboxunless--namespecifies something elseand the web-UI will be available at http://partybox.local:3923/
:3923so you can use http://partybox.local/ instead then see listen on port 80 and 443ssdp
windows-explorer announcer
uses ssdp to make copyparty appear in the windows file explorer on all machines on the LAN
doubleclicking the icon opens the “connect” page which explains how to mount copyparty as a local filesystem
if copyparty does not appear in windows explorer, use
--zsvto see why:qr-code
print a qr-code (screenshot) for quick access, great between phones on android hotspots which keep changing the subnet
--qrenables it--qrsdoes https instead of http--qrl lootbox/?pw=hunter2appends to the url, linking to thelootboxfolder with passwordhunter2--qrz 1forces 1x zoom instead of autoscaling to fit the terminal size--qr-pin 1makes the qr-code stick to the bottom of the console (never scrolls away)--qr-file qr.txt:1:2writes a small qr-code toqr.txt--qr-file qr.txt:2:2writes a big qr-code toqr.txt--qr-file qr.svg:1:2writes a vector-graphics qr-code toqr.svg--qr-file qr.png:8:4:333333:ffcc55writes an 8x-magnified yellow-on-grayqr.png--qr-file qr.png:8:4::ffffffwrites an 8x-magnified white-on-transparentqr.pngit uses the server hostname if mdns is enabled, otherwise it’ll use your external ip (default route) unless
--qrispecifies a specific ip-prefix or domainftp server
an FTP server can be started using
--ftp 3921, and/or--ftpsfor explicit TLS (ftpes)--ftp-pr 12000-13000ftpandftps, the port-range will be divided in half--usernamessome recommended FTP / FTPS clients;
wark= example password:tls=false explicit_tls=truelftp -u k,wark -p 3921 127.0.0.1 -e lslftp -u k,wark -p 3990 127.0.0.1 -e 'set ssl:verify-certificate no; ls'curl ftp://127.0.0.1:3921/(plaintext ftp)curl --ssl-reqd ftp://127.0.0.1:3990/(encrypted ftps)config file example, which restricts FTP to only use ports 3921 and 12000-12099 so all of those ports must be opened in your firewall:
sftp server
goes roughly 700 MiB/s (slower than webdav and ftp)
the sftp-server requires the optional dependency paramiko;
ac/im/iv/djenable sftpd with
--sftp 3922to listen on port 3922;sftp-keyto associate an ssh-key with a user;--sftp-key 'david ssh-ed25519 AAAAC3NzaC...'sftp-key: david ssh-ed25519 AAAAC3NzaC...--sftp-pwenables login with passwords (default is ssh-keys only)--sftp-anon fooenables login with usernamefooand no password; gives the same access/permissions as the website does when not logged insee the sftp section in –help for the other options
webdav server
with read-write support, supports winXP and later, macos, nautilus/gvfs … a great way to access copyparty straight from the file explorer in your OS
click the connect button in the control-panel to see connection instructions for windows, linux, macos
general usage:
--usernameson macos, connect from finder:
to be able to edit existing files, the client must have the Delete-permission, and some webdav clients will also require the daw volflag or global-option (not necessary if the client sends the
x-oc-mtimeheader). Withoutdaw, those clients will fail to modify existing files and instead create new copies with names likenotes.txt-1771978661.726032-3i9GPghL.txt. NOTE: Enablingdawwill also make all PUT-uploads overwrite existing files if the user has delete-access, so use with caution. Another alternative is the dav-port optionconnecting to webdav from windows
using the GUI (winXP or later):
http://192.168.123.1:3923/Sign up for online storagehyperlink instead and put the URL there--usernamesthe webdav client that’s built into windows has the following list of bugs; you can avoid all of these by connecting with rclone instead:
--dav-authto force password-auth for all webdav clients<>:"/\|?*), or names ending with.tftp server
a TFTP server (read/write) can be started using
--tftp 3969(you probably want ftp instead unless you are actually communicating with hardware from the 90s (in which case we should definitely hang some time))69(nice)most clients expect to find TFTP on port 69, but on linux and macos you need to be root to listen on that. Alternatively, listen on 3969 and use NAT on the server to forward 69 to that port;
iptables -t nat -A PREROUTING -i eth0 -p udp --dport 69 -j REDIRECT --to-port 3969some recommended TFTP clients:
curl --tftp-blksize 1428 tftp://127.0.0.1:3969/firmware.bincurl --tftp-blksize 1428 -T firmware.bin tftp://127.0.0.1:3969/tftp.exe(you probably already have it)tftp -i 127.0.0.1 put firmware.bintftp-hpa,atftpatftp --option "blksize 1428" 127.0.0.1 3969 -p -l firmware.bin -r firmware.bintftp -v -m binary 127.0.0.1 3969 -c put firmware.binsmb server
unsafe, slow, not recommended for wan, enable with
--smbfor read-only or--smbwfor read-writeclick the connect button in the control-panel to see connection instructions for windows, linux, macos
dependencies:
python3 -m pip install --user -U impacket==0.13.0some BIG WARNINGS specific to SMB/CIFS, in decreasing importance:
--smb-port(see below) and prisonparty or bubbleparty--smbwmust be given to allow write-access from smb--usernamesand some minor issues,
--smb-nwa-1but then you get unacceptably poor performance instead/?reload=cfg) does not include the[global]section (commandline args)-iinterface only (default = :: = 0.0.0.0 = all)known client bugs:
--smb1is much faster than smb2 (default) because it keeps rescanning folders on smb2<>:"/\|?*), or names ending with.the smb protocol listens on TCP port 445, which is a privileged port on linux and macos, which would require running copyparty as root. However, this can be avoided by listening on another port using
--smb-port 3945and then using NAT on the server to forward the traffic from 445 to there;iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 445 -j REDIRECT --to-port 3945authenticate with one of the following:
$username, password$password$password, passwordkbrowser ux
tweaking the ui
--sortor per-volume with thesortvolflag; specify one or more comma-separated columns to sort by, and prefix the column name with-for reverse sorthref ext sz ts tags/.up_at tags/Circle tags/.tn tags/Artist tags/Title--sort tags/Circle,tags/.tn,tags/Artist,tags/Title,href-e2d -mte +.up_atand then--sort tags/.up_atsee ./docs/rice for more, including:
<meta>/…) to the html<head>tagopengraph
discord and social-media embeds
can be enabled globally with
--ogor per-volume with volflagognote that this disables hotlinking because the opengraph spec demands it; to sneak past this intentional limitation, you can enable opengraph selectively by user-agent, for example
--og-ua '(Discord|Twitter|Slack)bot'(or volflagog_ua)you can also hotlink files regardless by appending
?rawto the urlif you want to entirely replace the copyparty response with your own jinja2 template, give the template filepath to
--og-tplor volflagog_tpl(all members ofHttpCliare available through thethisobject)file deduplication
enable symlink-based upload deduplication globally with
--dedupor per-volume with volflagdedupby default, when someone tries to upload a file that already exists on the server, the upload will be politely declined, and the server will copy the existing file over to where the upload would have gone
if you enable deduplication with
--dedupthen it’ll create a symlink instead of a full copy, thus reducing disk space usage--safe-dedup=1because you have other software tampering with your files, so you want to entirely disable detection of duplicate data instead, then you can specify--no-cloneglobally ornocloneas a volflagwarning: when enabling dedup, you should also:
-e2dsaor volflage2dsa(see file indexing section below); strongly recommended--hardlink-onlyto use hardlink-based deduplication instead of symlinks; see explanation below--reflinkto use CoW/reflink-based dedup (much safer than hardlink, but OS/FS-dependent)it will not be safe to rename/delete files if you only enable dedup and none of the above; if you enable indexing then it is not necessary to also do hardlinks (but you may still want to)
by default, deduplication is done based on symlinks (symbolic links); these are tiny files which are pointers to the nearest full copy of the file
you can choose to use hardlinks instead of softlinks, globally with
--hardlink-onlyor volflaghardlinkonly, and you can choose to use reflinks with--reflinkor volflagreflinkadvantages of using reflinks (CoW, copy-on-write):
advantages of using hardlinks:
advantages of using symlinks (default):
warning: if you edit the contents of a deduplicated file, then you will also edit all other copies of that file! This is especially surprising with hardlinks, because they look like regular files, but that same file exists in multiple locations
global-option
--xlink/ volflagxlinkadditionally enables deduplication across volumes, but this is probably buggy and not recommendedconfig file example:
file indexing
enable music search, upload-undo, and better dedup
file indexing relies on two database tables, the up2k filetree (
-e2d) and the metadata tags (-e2t), stored in.hist/up2k.db. Configuration can be done through arguments, volflags, or a mix of both.through arguments:
-e2denables file indexing on upload-e2dsalso scans writable folders for new files on startup-e2dsaalso scans all mounted volumes (including readonly ones)-e2tenables metadata indexing on upload-e2tsalso scans for tags in all files that don’t have tags yet-e2tsralso deletes all existing tags, doing a full reindex-e2vverifies file integrity at startup, comparing hashes from the db-e2vupatches the database with the new hashes from the filesystem-e2vppanics and kills copyparty insteadthe same arguments can be set as volflags, in addition to
d2d,d2ds,d2t,d2ts,d2vfor disabling:-v ~/music::r:c,e2ds,e2tsrdoes a full reindex of everything on startup-v ~/music::r:c,d2ddisables all indexing, even if any-e2*are on-v ~/music::r:c,d2tdisables all-e2t*(tags), does not affect-e2d*-v ~/music::r:c,d2dsdisables on-boot scans; only index new uploads-v ~/music::r:c,d2tssame except only affecting tagsnote:
.up_atmetadata key, either globally with-e2d -mte +.up_ator per-volume with volflagse2d,mte=+.up_at(will have a ~17% performance impact on directory listings)-e2d -mte +wor volflage2d,mte=+w(always active for users with permissiona)e2tsris probably always overkill, sincee2ds/e2dsawould pick up any file modifications ande2tswould then reindex those, unless there is a new copyparty version with new parsers and the release note says otherwiseconfig file example (these options are recommended btw):
exclude-patterns
to save some time, you can provide a regex pattern for filepaths to only index by filename/path/size/last-modified (and not the hash of the file contents) by setting
--no-hash '\.iso