mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add a basic web interface
The builtin web interface allows to manage users and connections
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
},
|
||||
"httpd": {
|
||||
"bind_port": 8080,
|
||||
"bind_address": "127.0.0.1"
|
||||
"bind_address": "127.0.0.1",
|
||||
"templates_path": "templates",
|
||||
"static_files_path": "static"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user