@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.…
@sigoden commented on GitHub (Jun 28, 2022):
0.0.0.0 is used on servers to designate a service may bind to all network interfaces.
it doesn't exist…
@sigoden commented on GitHub (Jun 25, 2022):
这明显是 koreader 的问题吧, 为什么访问时要多带个 /
@powersee commented on GitHub (Jun 25, 2022):
好的,谢谢大佬,目前我将 Koreader 升级到 2022.06,问题已经解决了,再次感谢。
@sigoden commented on GitHub (Jun 24, 2022):
docker镜像基于scratch,大小只有3.4M,不含操作系统,所以没法运行docker exec 进入。
运行容器时,可以在尾部带上选项,…
@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…
@sigoden commented on GitHub (Jun 24, 2022):
日志显示 "PROPFIND //" ,你设置webdav地址时可以试下带上斜杠。
有些webdav客户端可能不支持 digest auth。你可以尝试…
@powersee commented on GitHub (Jun 24, 2022):
感谢大佬的回复,我按照你说的尝试了。依然还是显示 "PROPFIND //" - 404
$dufs --auth-method basic -a…
@sigoden commented on GitHub (Jun 24, 2022):
webdav地址填写: http://192.168.68.4:5000/,下面的路径空着。然后你再试试。
@powersee commented on GitHub (Jun 24, 2022):
webdav地址填写:
http://192.168.68.4:5000/,下面的路径空着。然后你再试试。
果然可以了,感谢大佬。
2022-0…
@powersee commented on GitHub (Jun 25, 2022):
不好意思,昨晚发现加斜杠之后,可以访问,就把 issue 给关了。现在发现,其实关键在于地址那里加 / ,认证方式其实两者都…