Sergey Zhukov zhus
zhus opened issue sigoden/dufs#73 2026-04-08 16:50:12 +03:00
[GH-ISSUE #156] recommend output logs like nginx.
zhus opened issue sigoden/dufs#74 2026-04-08 16:50:12 +03:00
[GH-ISSUE #157] Upload Button does not pop up a login dialog box every time.
zhus closed issue sigoden/dufs#73 2026-04-08 16:50:12 +03:00
[GH-ISSUE #156] recommend output logs like nginx.
zhus opened issue sigoden/dufs#75 2026-04-08 16:50:12 +03:00
[GH-ISSUE #155] dufs-v0.31.0-i686-unknown-linux-musl.tar.gz miss option --allow-archive
zhus closed issue sigoden/dufs#75 2026-04-08 16:50:12 +03:00
[GH-ISSUE #155] dufs-v0.31.0-i686-unknown-linux-musl.tar.gz miss option --allow-archive
zhus closed issue sigoden/dufs#74 2026-04-08 16:50:12 +03:00
[GH-ISSUE #157] Upload Button does not pop up a login dialog box every time.
zhus commented on issue sigoden/dufs#75 2026-04-08 16:50:12 +03:00
[GH-ISSUE #155] dufs-v0.31.0-i686-unknown-linux-musl.tar.gz miss option --allow-archive

@sigoden commented on GitHub (Dec 23, 2022):

--allow-archive is a newly merged feature, not released yet.

zhus commented on issue sigoden/dufs#74 2026-04-08 16:50:12 +03:00
[GH-ISSUE #157] Upload Button does not pop up a login dialog box every time.

@Jlll1 commented on GitHub (Dec 25, 2022):

And I'd say another issue with the login dialog during upload is that it's displayed after the file is sent to the…

zhus commented on issue sigoden/dufs#73 2026-04-08 16:50:12 +03:00
[GH-ISSUE #156] recommend output logs like nginx.

@sigoden commented on GitHub (Dec 23, 2022):

dufs don't output any error, do print access log to stdout.

run dufs > /var/log/dufs_access.log to store access…

zhus commented on issue sigoden/dufs#74 2026-04-08 16:50:12 +03:00
[GH-ISSUE #157] Upload Button does not pop up a login dialog box every time.

@ghost commented on GitHub (Dec 29, 2022):

Same issue that's been troubling me for long. A temporary workaround is to rename a random file first to trigger an…

zhus opened issue sigoden/dufs#76 2026-04-08 16:50:12 +03:00
[GH-ISSUE #160] Use environment variables for configuration
zhus closed issue sigoden/dufs#76 2026-04-08 16:50:12 +03:00
[GH-ISSUE #160] Use environment variables for configuration
zhus opened issue sigoden/dufs#77 2026-04-08 16:50:12 +03:00
[GH-ISSUE #159] suggestion for Debian 11 Systemd Service
zhus closed issue sigoden/dufs#77 2026-04-08 16:50:12 +03:00
[GH-ISSUE #159] suggestion for Debian 11 Systemd Service
zhus commented on issue sigoden/dufs#70 2026-04-08 16:50:11 +03:00
[GH-ISSUE #154] 请问如何通过http接口的方式上传/删除文件

@sigoden commented on GitHub (Dec 23, 2022):

https://github.com/sigoden/dufs#api 就是例子

zhus commented on issue sigoden/dufs#71 2026-04-08 16:50:11 +03:00
[GH-ISSUE #153] Upload equivalent for download folder as zip

@sigoden commented on GitHub (Feb 24, 2023):

It's easy to upload a folder using the UI or webdav client.

Even in a terminal, it's also easy for you to upload…

zhus commented on issue sigoden/dufs#71 2026-04-08 16:50:11 +03:00
[GH-ISSUE #153] Upload equivalent for download folder as zip

@lukasjuhrich commented on GitHub (Feb 27, 2023):

FWIW: In case this is not obvious, to upload a whole directory structure, you can issue a MKCOL with `find .…

zhus commented on issue sigoden/dufs#72 2026-04-08 16:50:11 +03:00
[GH-ISSUE #150] The dufs docker image does not terminate properly

@sprat commented on GitHub (Dec 9, 2022):

Note: I can file a pull request adding the STOPSIGNAL directive if you agree with the approach

zhus commented on issue sigoden/dufs#72 2026-04-08 16:50:11 +03:00
[GH-ISSUE #150] The dufs docker image does not terminate properly

@sigoden commented on GitHub (Dec 9, 2022):

welcome to submit a pr to add STOPSIGNAL directive to Dockerfile.

zhus commented on issue sigoden/dufs#72 2026-04-08 16:50:11 +03:00
[GH-ISSUE #150] The dufs docker image does not terminate properly

@sprat commented on GitHub (Dec 9, 2022):

done ;)