Sergey Zhukov zhus
zhus commented on issue sigoden/dufs#2962 2026-04-12 17:13:21 +03:00
[GH-ISSUE #458] Add a feature to serve any file as text/plain in the browser

@tkapias commented on GitHub (Oct 2, 2024):

You were right not to work on it, after your message I found afew external solutions.

I just leave the comment for…

zhus opened issue sigoden/dufs#2963 2026-04-12 17:13:21 +03:00
[GH-ISSUE #459] dufs can't list symbolic link
zhus closed issue sigoden/dufs#2963 2026-04-12 17:13:21 +03:00
[GH-ISSUE #459] dufs can't list symbolic link
zhus opened issue sigoden/dufs#2964 2026-04-12 17:13:21 +03:00
[GH-ISSUE #460] Is it possible using sendfile() system call to reduce cpu usage and increment download speed ?
zhus closed issue sigoden/dufs#2964 2026-04-12 17:13:21 +03:00
[GH-ISSUE #460] Is it possible using sendfile() system call to reduce cpu usage and increment download speed ?
zhus opened issue sigoden/dufs#2965 2026-04-12 17:13:21 +03:00
[GH-ISSUE #461] Can you configure multiple users and user operation permission control? Can you use an example for a sample config?
zhus closed issue sigoden/dufs#2965 2026-04-12 17:13:21 +03:00
[GH-ISSUE #461] Can you configure multiple users and user operation permission control? Can you use an example for a sample config?
zhus commented on issue sigoden/dufs#2964 2026-04-12 17:13:21 +03:00
[GH-ISSUE #460] Is it possible using sendfile() system call to reduce cpu usage and increment download speed ?

@sigoden commented on GitHub (Oct 8, 2024):

The transfer speed bottleneck is multifaceted; specifically for dufs, it is primarily caused by the network, not the…

zhus commented on issue sigoden/dufs#2963 2026-04-12 17:13:21 +03:00
[GH-ISSUE #459] dufs can't list symbolic link

@sigoden commented on GitHub (Oct 6, 2024):

This is probably a docker problem.

Docker cannot handle links that point to files outside of the Docker filesystem.

zhus commented on issue sigoden/dufs#2964 2026-04-12 17:13:21 +03:00
[GH-ISSUE #460] Is it possible using sendfile() system call to reduce cpu usage and increment download speed ?

@zsimple commented on GitHub (Oct 8, 2024):

The transfer speed bottleneck is multifaceted;

I accept to it, but for sure I have tested my network, it's not…

zhus commented on issue sigoden/dufs#2965 2026-04-12 17:13:21 +03:00
[GH-ISSUE #461] Can you configure multiple users and user operation permission control? Can you use an example for a sample config?

@sigoden commented on GitHub (Oct 12, 2024):

We think the readme explains it clearly enough.

![image](https://github.com/user-attachments/assets/a5b75ed2-598d-…

zhus commented on issue sigoden/dufs#2964 2026-04-12 17:13:21 +03:00
[GH-ISSUE #460] Is it possible using sendfile() system call to reduce cpu usage and increment download speed ?

@zsimple commented on GitHub (Oct 8, 2024):

More info, may be useful.

I am running dufs on A nas with docker, which is old (v19.03). If I run dufs directly,…

zhus opened issue sigoden/dufs#2966 2026-04-12 17:13:21 +03:00
[GH-ISSUE #463] Download .zip even if directory is empty
zhus closed issue sigoden/dufs#2961 2026-04-12 17:13:20 +03:00
[GH-ISSUE #455] Separate Anonymous User Authorization
zhus opened issue sigoden/dufs#2962 2026-04-12 17:13:20 +03:00
[GH-ISSUE #458] Add a feature to serve any file as text/plain in the browser
zhus closed issue sigoden/dufs#2962 2026-04-12 17:13:20 +03:00
[GH-ISSUE #458] Add a feature to serve any file as text/plain in the browser
zhus commented on issue sigoden/dufs#2961 2026-04-12 17:13:20 +03:00
[GH-ISSUE #455] Separate Anonymous User Authorization

@sigoden commented on GitHub (Sep 12, 2024):

We will not support this feature.

Your solution is weird and hacky. The current strategy of dufs is better.

zhus commented on issue sigoden/dufs#2960 2026-04-12 17:13:20 +03:00
[GH-ISSUE #456] First element is hidden by the search bar

@sigoden commented on GitHub (Sep 12, 2024):

Already fixed in #386, please upgrade dufs to latest version.

zhus commented on issue sigoden/dufs#2962 2026-04-12 17:13:20 +03:00
[GH-ISSUE #458] Add a feature to serve any file as text/plain in the browser

@tkapias commented on GitHub (Oct 1, 2024):

I just saw that you can get the editor to display the file content with ?view (without edition toolbar) and that…

zhus commented on issue sigoden/dufs#2962 2026-04-12 17:13:20 +03:00
[GH-ISSUE #458] Add a feature to serve any file as text/plain in the browser

@sigoden commented on GitHub (Oct 2, 2024):

We will not support this feature. This demand is too niche.

To display the file in the browser with syntax…