From afcd98b794ac13e895fcb220a3d6d5344e2c2d2b Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 15 Aug 2023 03:38:51 +0200 Subject: [PATCH] mention some gotchas (thx noktuas) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d81d2ef6..59e5b818 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,7 @@ server notes: * 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 inside the vm instead + * 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 @@ -1225,6 +1226,7 @@ you can either: * if copyparty says `incorrect --rp-loc or webserver config; expected vpath starting with [...]` it's likely because the webserver is stripping away the proxy location from the request URLs -- see the `ProxyPass` in the apache example below some reverse proxies (such as [Caddy](https://caddyserver.com/)) can automatically obtain a valid https/tls certificate for you, and some support HTTP/2 and QUIC which could be a nice speed boost +* **warning:** nginx-QUIC is still experimental and can make uploads much slower, so HTTP/2 is recommended for now example webserver configs: