Block a user
[GH-ISSUE #148] how to disable Download folder as zip file ?
@sigoden commented on GitHub (Dec 8, 2022):
Will add --allow-zip-folder option to explicitly allow download folder as zip file
[GH-ISSUE #149] Add PUID/PGID ENV var support in Dockerfile
@sigoden commented on GitHub (Dec 8, 2022):
use user to specific uid:pid of running process.
docker run -u $(id -u):$(id -g) -v `pwd`:/data -p…
[GH-ISSUE #148] how to disable Download folder as zip file ?
@humbinal commented on GitHub (Dec 9, 2022):
Thank you, that would be great! By the way, when will it be released?
[GH-ISSUE #149] Add PUID/PGID ENV var support in Dockerfile
@NERVEbing commented on GitHub (Dec 8, 2022):
use
userto specific uid:pid of running process.docker run -u $(id -u):$(id -g) -v `pwd`:/data…
[GH-ISSUE #148] how to disable Download folder as zip file ?
@sigoden commented on GitHub (Dec 10, 2022):
maybe next week
[GH-ISSUE #153] Upload equivalent for download folder as zip
[GH-ISSUE #153] Upload equivalent for download folder as zip
[GH-ISSUE #150] The dufs docker image does not terminate properly
[GH-ISSUE #150] The dufs docker image does not terminate properly
[GH-ISSUE #135] testcase validate_printed_urls fail on macos
@sigoden commented on GitHub (Sep 16, 2022):
How can I reproduce this problem?
[GH-ISSUE #135] testcase validate_printed_urls fail on macos
@holymonson commented on GitHub (Sep 16, 2022):
I think I found the reason, it's not thing to do with macos. I'm in VPN environment, some links are peer-to-peer.…
[GH-ISSUE #148] how to disable Download folder as zip file ?
[GH-ISSUE #148] how to disable Download folder as zip file ?
[GH-ISSUE #149] Add PUID/PGID ENV var support in Dockerfile
[GH-ISSUE #149] Add PUID/PGID ENV var support in Dockerfile