tinyauth
tinyauth copied to clipboard
[FEATURE] Support listening on unix socket
Is your feature request related to a problem? Please describe.
I'd like to avoid using and remembering a numeric port number.
Describe the solution you'd like
I'd like if tinyauth could optionally listen on a unix socket such as /run/tinyauth.sock
@singpolyma please test version v4.1.0-beta.1 with SOCKET_PATH=/run/tinyauth.sock (you can use --socket-path=... too) and let me know if you need anything else.