@sigoden commented on GitHub (Dec 6, 2024):
We will not support this feature.
Reasons:
- As a lightweight file server, reloading the config file is not…
@sigoden commented on GitHub (Dec 9, 2024):
the authorization does not work for browser app, the server does not force me to submit http basic creds.
If the…
@SolannP commented on GitHub (Dec 10, 2024):
Same with Apache : I had to override the Auth header. (didn't had the time to submit an issue, thanks!)
@estepnv commented on GitHub (Dec 9, 2024):
thanks for reply
@sigoden commented on GitHub (Nov 30, 2024):
@WShihan
Dufs have no limit on upload file size. I think the problem lies with Nginx.
you are using Nginx as…
@sigoden commented on GitHub (Nov 26, 2024):
Dufs has complete testing, so it cannot be an issue with Dufs itself.
You need to investigate this problem on…
@sigoden commented on GitHub (Nov 26, 2024):
dufs already supports the health api #474
@luckman212 commented on GitHub (Mar 20, 2025):
I hit a similar error today (HTTP 413 error) and initially thought it was a Dufs limit. Turns out I forgot I had…
@capncybo commented on GitHub (Nov 26, 2024):
Thanks BUT, what I meant was... for DUFS to answer the HealthCheck in a simple format. NOT just the already…
@Rogibaer commented on GitHub (Nov 27, 2024):
Found the issue. For anyone wondering: In your compose.yml if you are using envoiroment-variables you need to…
@sigoden commented on GitHub (Nov 26, 2024):
We will not support this feature.
Just check if the value is {"status":"OK"} or contains OK (grep OK).