@sigoden commented on GitHub (Jun 30, 2023):
I don't understand what you're saying. can you give an example ?
dufs supports symlink.
@lynks529 commented on GitHub (Jul 1, 2023):
use std::fs;
use std::io;
use std::path::Path;
fn visit_dirs(dir: &Path) -> io::Result<()> {
if…
@ifsheldon commented on GitHub (Jun 20, 2023):
Thanks a lot! I got it working! I suggest to add a tip in README to tell users that dufs can be compiled without…
@lynks529 commented on GitHub (Jul 1, 2023):
Sort by names folders not above
Run dufs C:\Volumes, and open http://127.0.0.1:5000/?order=desc&sort=name,…
@sigoden commented on GitHub (Jul 1, 2023):
You need to run with "--allow-symlink" or "--allow-all"
@sigoden commented on GitHub (Jun 18, 2023):
In addition to `
@sigoden commented on GitHub (Jun 13, 2023):
No, use sc, nssm, pm2 or docker.
@sigoden commented on GitHub (Jul 4, 2023):
First of all thanks for your suggestion.
After oange starts, it will walk the directory, collect metadata of all…
@sigoden commented on GitHub (Jun 20, 2023):
you can try cargo install --no-default-features dufs.
Note: The tls feature of dufs depends on rustls, and…