[GH-ISSUE #141] Unix Sockets #65

Closed
opened 2026-04-08 16:50:09 +03:00 by zhus · 0 comments
Owner

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>)

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>`)
zhus closed this issue 2026-04-08 16:50:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#65