github 9001/copyparty v1.7.6
NO_COLOR

latest releases: v1.15.3, v1.15.2, v1.15.1...
15 months ago

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
  • 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
  • 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
  • the NO_COLOR environment-variable is now supported, removing colors from stdout
  • #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)

⚠️ not the latest version!

Don't miss a new copyparty release

NewReleases is sending notifications on new releases.