Sergey Zhukov zhus
zhus closed issue sigoden/dufs#33 2026-04-08 16:49:56 +03:00
[GH-ISSUE #72] docker 容器运行时,如何增加下载和删除等功能
zhus commented on issue sigoden/dufs#32 2026-04-08 16:49:56 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@sigoden commented on GitHub (Jun 28, 2022):

the default is bind to 0.0.0.0

cloud you post the log?

zhus commented on issue sigoden/dufs#32 2026-04-08 16:49:56 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@changcui commented on GitHub (Jun 28, 2022):

Listening on: https://127.0.0.1:38964/ https://172.17.0.1:38964/ https://172.18.0.1:38964/ https://172.1…

zhus commented on issue sigoden/dufs#32 2026-04-08 16:49:56 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0

@changcui commented on GitHub (Jun 28, 2022):

If I use python http.server, it could listen on 0.0.0.0:port Log: Serving HTTP on 0.0.0.0 port 38964 (http://0.0.0.…

zhus commented on issue sigoden/dufs#33 2026-04-08 16:49:56 +03:00
[GH-ISSUE #72] docker 容器运行时,如何增加下载和删除等功能

@sigoden commented on GitHub (Jun 24, 2022):

docker镜像基于scratch,大小只有3.4M,不含操作系统,所以没法运行docker exec 进入。

运行容器时,可以在尾部带上选项,…

zhus commented on issue sigoden/dufs#29 2026-04-08 16:49:55 +03:00
[GH-ISSUE #64] Docker pull 镜像出现 500 网络错误

@jakob42 commented on GitHub (Jun 21, 2022):

I could pull it now. Sorry for the noise, wouldn't have opened an issue for that, but happily jumped on this one. :)

zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@powersee commented on GitHub (Jun 24, 2022):

感谢大佬的回复,我按照你说的尝试了。依然还是显示 "PROPFIND //" - 404

$dufs --auth-method basic -a…
zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@sigoden commented on GitHub (Jun 24, 2022):

webdav地址填写: http://192.168.68.4:5000/,下面的路径空着。然后你再试试。

zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@powersee commented on GitHub (Jun 24, 2022):

webdav地址填写: http://192.168.68.4:5000/,下面的路径空着。然后你再试试。

果然可以了,感谢大佬。

2022-0…
zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@powersee commented on GitHub (Jun 25, 2022):

不好意思,昨晚发现加斜杠之后,可以访问,就把 issue 给关了。现在发现,其实关键在于地址那里加 / ,认证方式其实两者都…

zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@sigoden commented on GitHub (Jun 25, 2022):

这明显是 koreader 的问题吧, 为什么访问时要多带个 /

zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@sigoden commented on GitHub (Jun 25, 2022):

更多细节:https://github.com/koreader/koreader/pull/9061

zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:55 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@powersee commented on GitHub (Jun 25, 2022):

好的,谢谢大佬,目前我将 Koreader 升级到 2022.06,问题已经解决了,再次感谢。

zhus opened issue sigoden/dufs#32 2026-04-08 16:49:55 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0
zhus closed issue sigoden/dufs#32 2026-04-08 16:49:55 +03:00
[GH-ISSUE #74] cannot bind address 0.0.0.0
zhus opened issue sigoden/dufs#31 2026-04-08 16:49:55 +03:00
[GH-ISSUE #71] 在 macOS 运行时,会将 .DS_Store 也共享出来
zhus closed issue sigoden/dufs#31 2026-04-08 16:49:55 +03:00
[GH-ISSUE #71] 在 macOS 运行时,会将 .DS_Store 也共享出来
zhus opened issue sigoden/dufs#33 2026-04-08 16:49:55 +03:00
[GH-ISSUE #72] docker 容器运行时,如何增加下载和删除等功能
zhus commented on issue sigoden/dufs#28 2026-04-08 16:49:54 +03:00
[GH-ISSUE #70] webdav 无法在 Koreader 里面打开

@sigoden commented on GitHub (Jun 24, 2022):

日志显示 "PROPFIND //" ,你设置webdav地址时可以试下带上斜杠。

有些webdav客户端可能不支持 digest auth。你可以尝试…