- read-only demo server at https://a.ocv.me/pub/demo/
- docker image ╱ similar software ╱ client testbed
new features
- #31
--grid
shows thumbnails instead of file-list by default - #28
--unlist
regex-exclude files from browser listings- for example
--unlist '\.(js|css)$'
hides all.js
and.css
files - purely cosmetic! the files are still fully accessible, and still appear in API calls
- for example
- auto-generate TLS certificates on startup / network-change
- mostly good for LAN, requires cfssl, can be disabled with
--no-crt
- creates a self-signed CA and certs with SANs of all detected server IPs
- so it's still recommended to use a reverse-proxy / letsencrypt for WAN servers
- mostly good for LAN, requires cfssl, can be disabled with
- the default
--fk-salt
is now much stronger- all existing installations will keep the previously selected seed -- you can choose to upgrade by deleting
~/.config/copyparty/cert.pem
but this will change all filekeys / per-file passwords
- all existing installations will keep the previously selected seed -- you can choose to upgrade by deleting
- the
NO_COLOR
environment-variable is now supported, removing colors from stdout- see https://no-color.org/ and more importantly https://youtu.be/biW5UVGkPMA?t=150
--ansi
and--no-ansi
can also be used to force-enable/disable colored output
- #33 disable colors when stdout is redirected to a pipe/file -- by @clach04
- #32 simplify building sfx from source
- upgraded copyparty.exe to python 3.11.4
bugfixes
- #30
--ftps
didn't work without--ftp
- tiny css bug in light themes (opaque thumbnail controls)