Block a user
[GH-ISSUE #189] Render index environment values doesn't work in docker.
[GH-ISSUE #189] Render index environment values doesn't work in docker.
[GH-ISSUE #190] How frequently is it published?
[GH-ISSUE #190] How frequently is it published?
[GH-ISSUE #187] Failed to hide files with complex suffix.
[GH-ISSUE #187] Failed to hide files with complex suffix.
[GH-ISSUE #189] Render index environment values doesn't work in docker.
@zanderzhng commented on GitHub (Mar 3, 2023):
I should use DUFS_RENDER_INDEX.
[GH-ISSUE #190] How frequently is it published?
@sigoden commented on GitHub (Mar 6, 2023):
The next official release is within two months.
To build you self, install [cargo](https://doc.rust-lang.org/cargo/…
[GH-ISSUE #193] has errors when build release
[GH-ISSUE #191] Chinese mess code in file txt
[GH-ISSUE #193] has errors when build release
[GH-ISSUE #191] Chinese mess code in file txt
[GH-ISSUE #192] Can't open Webdav with Kodi
[GH-ISSUE #192] Can't open Webdav with Kodi
[GH-ISSUE #181] How to download via api if auth is set
[GH-ISSUE #185] Encoding issues in plain text files
[GH-ISSUE #173] Slow when listing folders with a lot of files, e.g. millions.
@sigoden commented on GitHub (Feb 20, 2023):
If there are so many files in the directory, even the local file explorer will take a lot of effort to load, let…
[GH-ISSUE #185] Encoding issues in plain text files
@sigoden commented on GitHub (Feb 27, 2023):
dufs just returns the content as-is. There is no way to accurately detect encoding of a text file. dufs can't do…
[GH-ISSUE #185] Encoding issues in plain text files
@physanus commented on GitHub (Feb 27, 2023):
Totally correct. I added this to my nginx configuration in the server-block:
charset utf-8;
source_charset…
[GH-ISSUE #181] How to download via api if auth is set
@sigoden commented on GitHub (Feb 21, 2023):
For basic auth:
curl --user admin:admin http://192.168.8.10:5000/file
wget --user admin --password admin…