@archandanime commented on GitHub (Jan 10, 2024):
You can upload a folder by drag-dropping the directory to the web page, I tested and it worked.
@sigoden commented on GitHub (Jan 10, 2024):
dufs cannot support unzipping an uploaded zip file, because it is error-prone.
- There are various zip…
@sigoden commented on GitHub (Jan 10, 2024):
If --bind is omitted, dufs will bind default addresses: 0.0.0.0 (IPv4), :: (IPv6).
Your mipsel device won't…
@archandanime commented on GitHub (Jan 10, 2024):
May I ask you more more thing?
Is there any way to run dufs in "detached" mode beside putting & behind the…
@sigoden commented on GitHub (Jan 10, 2024):
#329 (supports forbidden perms) is not released in v0.38.0, please wait for next release
@sigoden commented on GitHub (Jan 10, 2024):
Every file uploading generates a PUT request log, but your log shows that dufs didn't receive any PUT requests…
@Extroonie commented on GitHub (Jan 10, 2024):
Hi, this is what's happening:
:
Dufs never raise 413 error. are you using proxy service above dufs? @Extroonie
@Extroonie commented on GitHub (Jan 10, 2024):
Yes, cloudflare, @sigoden.
@sigoden commented on GitHub (Jan 10, 2024):
https://community.cloudflare.com/t/request-entity-too-large-413/509332/4
@Extroonie commented on GitHub (Jan 10, 2024):
The file I'm trying to upload is 17 MB.
:
dufs did not receive the request, which was blocked by cloudflare, I'm not familiar with cloudflare. You have to…
@Extroonie commented on GitHub (Jan 10, 2024):
I see. Thanks!
Edit: I fixed it by setting client_max_body_size 100M; in ngnix under server.
@P4r4n01dB34r commented on GitHub (Jun 10, 2025):
Hi @sigoden! I am getting the same error and i am proxying dufs behind cloudflare tunnel, and from the logs as…