mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #141] Unix Sockets #65
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ashrude on GitHub (Oct 29, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/141
Specific Demand
It would be pretty cool to be able to bind a unix socket in dufs. It would be useful for people who want to, for example, host this in a docker container and run it behind a reverse proxy, as unix sockets skip a layer and are faster.
Implement Suggestion
I can't help with the implementation, as I don't know rust, but I think having another switch (
-s, --socket <socket path>)