@sigoden commented on GitHub (Nov 22, 2024):
Dufs don't handle gracefully shutdown. A simple file service does not require this feature.
In the future, if…
@sigoden commented on GitHub (Nov 21, 2024):
Sorry, we will not support this feature.
We don't think a simple file service needs such a complicated authenticat…
@sigoden commented on GitHub (Nov 25, 2024):
The error message has indicated the problem `found character that cannot start any token at line 14 column…
@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…
@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…
@sigoden commented on GitHub (Nov 26, 2024):
dufs already supports the health api #474
@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…
@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…