From 0bc1b8f71534cb99de9d7fa627b4b6dafff5e09f Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 3 Aug 2025 10:22:52 +0000 Subject: [PATCH] readme: webdav and opengraph are incompatible by default --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 889ea8b8..72b104c8 100644 --- a/README.md +++ b/README.md @@ -1425,6 +1425,8 @@ note that this disables hotlinking because the opengraph spec demands it; to sne 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)