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
|
|
@ -32,6 +32,7 @@ func (s *Settings) GetRules() []rules.Rule {
|
|||
type Server struct {
|
||||
Root string `json:"root"`
|
||||
BaseURL string `json:"baseURL"`
|
||||
Socket string `json:"socket"`
|
||||
TLSKey string `json:"tlsKey"`
|
||||
TLSCert string `json:"tlsCert"`
|
||||
Port string `json:"port"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue