Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Add support for launch instance under a unix domain socket. #3819

Open
xVermillionx opened this issue Jan 11, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@xVermillionx
Copy link

Type of Enhancement

Server Backend

Describe the Feature/Enhancement

To have the possibility of running the server over a Unix socket connection for local communication on the filesystem.

Why would this be helpful?

Unix sockets are a little bit faster and reduce the need of opening ports on a system which is especially nice to use with a reverse proxy as the firewall won't need to be configured for the service.

Future Implementation (Screenshot)

Customization of the socket_path, socket_name and mode/permissions would be great, maybe via the process.env. variables.

Audiobookshelf Server Version

v2.17.1

Current Implementation (Screenshot)

No response

@xVermillionx xVermillionx added the enhancement New feature or request label Jan 11, 2025
@advplyr
Copy link
Owner

advplyr commented Jan 17, 2025

I'm not familiar with this method. Are you able to edit the source of the server and connect via your method?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants