mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
feat: adds support for unix sockets (#729)
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
parent
34a1bf1380
commit
d0f8c141e1
5 changed files with 55 additions and 9 deletions
|
|
@ -34,6 +34,8 @@ you want to change. Other options will remain unchanged.`,
|
|||
ser.BaseURL = mustGetString(flags, flag.Name)
|
||||
case "root":
|
||||
ser.Root = mustGetString(flags, flag.Name)
|
||||
case "socket":
|
||||
ser.Socket = mustGetString(flags, flag.Name)
|
||||
case "cert":
|
||||
ser.TLSCert = mustGetString(flags, flag.Name)
|
||||
case "key":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue