[GH-ISSUE #349] Mobile device view? #187

Closed
opened 2026-04-08 16:50:58 +03:00 by zhus · 3 comments
Owner

Originally created by @tilllt on GitHub (Jan 15, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/349

Thanks for the app, works great...

some questions though

  • the GUI is awfully small on a phone, is there a setting that i oversaw to choose a larger font size or enable a mobile optimized gui?

  • are parallel uploads possible like with the tus protocol? (https://github.com/tus/tus-js-client)?

thanks

Originally created by @tilllt on GitHub (Jan 15, 2024). Original GitHub issue: https://github.com/sigoden/dufs/issues/349 Thanks for the app, works great... some questions though - the GUI is awfully small on a phone, is there a setting that i oversaw to choose a larger font size or enable a mobile optimized gui? - are parallel uploads possible like with the tus protocol? (https://github.com/tus/tus-js-client)? thanks
zhus closed this issue 2026-04-08 16:50:59 +03:00
Author
Owner

@sigoden commented on GitHub (Jan 15, 2024):

  1. I don't think it's necessary to refactor the mobile UI, if you feel the font is too small, you can zoom in. If you are still satisfied, you use custom UI with --assets.
  2. dufs support resumable/partial uploads, also supports uploading several files in parallel.
<!-- gh-comment-id:1892135475 --> @sigoden commented on GitHub (Jan 15, 2024): 1. I don't think it's necessary to refactor the mobile UI, if you feel the font is too small, you can zoom in. If you are still satisfied, you use custom UI with `--assets`. 2. dufs support resumable/partial uploads, also supports uploading several files in parallel.
Author
Owner

@tilllt commented on GitHub (Jan 15, 2024):

Thanks for the pointer with "--assets"!

I just tried running the docker and uploading a 1.5gb testfile, the server ran at 50-60% CPU under Docker Desktop / Windows on a i7-7700, is that normal or did i do something wrong?

<!-- gh-comment-id:1892143595 --> @tilllt commented on GitHub (Jan 15, 2024): Thanks for the pointer with "--assets"! I just tried running the docker and uploading a 1.5gb testfile, the server ran at 50-60% CPU under Docker Desktop / Windows on a i7-7700, is that normal or did i do something wrong?
Author
Owner

@sigoden commented on GitHub (Jan 15, 2024):

Many factors can affect CPU usage (docker, browsers, OS-releated processes and so on). You cannot draw any conclusion from the data.

You need to know dufs can run smoothly on some routers with less than 100M memory.

<!-- gh-comment-id:1892161852 --> @sigoden commented on GitHub (Jan 15, 2024): Many factors can affect CPU usage (docker, browsers, OS-releated processes and so on). You cannot draw any conclusion from the data. You need to know dufs can run smoothly on some routers with less than 100M memory.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#187