bin/handlers/README.md
replace the standard 404 / 403 responses with plugins
load plugins either globally with --on404 ~/dev/copyparty/bin/handlers/sorry.py or for a specific volume with :c,on404=~/handlers/sorry.py
each plugin must define a main() which takes 3 arguments;
cli is an instance of copyparty/httpcli.py (the monstrosity itself)vn is the VFS which overlaps with the requested URL, andrem is the URL remainder below the VFS mountpoint
vn.vpath + rem == cli.vpath == original request/foo/bar/randpic.jpg to a random pic in /foo/bar/