API using unix socket #266
sergejostir
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This is a good suggestion thank you. I'll give a try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to add an option to expose unix socket instead of binding httpd to a port? I will only access API from local services and it's kinda a chore to occupy additional ports for that.
Other services like MySQL, Docker daemon, etc all support being accessed using unix sockets instead of TCP connections.
Beta Was this translation helpful? Give feedback.
All reactions