mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
telemetry server: add optional https and authentication
This commit is contained in:
@@ -121,7 +121,11 @@
|
||||
},
|
||||
"telemetry": {
|
||||
"bind_port": 10000,
|
||||
"bind_address": "127.0.0.1"
|
||||
"bind_address": "127.0.0.1",
|
||||
"enable_profiler": false,
|
||||
"auth_user_file": "",
|
||||
"certificate_file": "",
|
||||
"certificate_key_file": ""
|
||||
},
|
||||
"http": {
|
||||
"timeout": 20,
|
||||
|
||||
Reference in New Issue
Block a user