Add the ability to listen on UNIX sockets (#5112)

This commit is contained in:
syeopite
2025-02-26 14:04:29 -08:00
3 changed files with 54 additions and 3 deletions

View File

@@ -130,6 +130,20 @@ https_only: false
##
#hsts: true
##
## Path and permissions of a UNIX socket to listen on for incoming connections.
##
## Note: Enabling socket will make invidious stop listening on the address
## specified by 'host_binding' and 'port'.
##
## Accepted values: Any path to a new file (that doesn't exist yet) and its
## permissions following the UNIX octal convention.
## Default: <none>
##
#socket_binding:
# path: /tmp/invidious.sock
# permissions: 777
# -----------------------------
# Network (outbound)