summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2020-07-06 23:01:24 +0200
committerNicola Murino2020-07-06 23:01:24 +0200
commitd5f1b0a54f00c4d3ace0d9975b453f50512e6669 (patch)
tree63df2fd233ad60c75b8aa001528e050c3aa54050 /sftpgo.json
parent9d65067710f29c5949b5e840f39e5ece85b884fb (diff)
downloadaur-d5f1b0a54f00c4d3ace0d9975b453f50512e6669.tar.gz
update to 1.0.0
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json22
1 files changed, 13 insertions, 9 deletions
diff --git a/sftpgo.json b/sftpgo.json
index b277998ae182..44369fd86074 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -9,13 +9,13 @@
"upload_mode": 0,
"actions": {
"execute_on": [],
- "command": "",
- "http_notification_url": ""
+ "hook": ""
},
- "keys": [],
+ "host_keys": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],
+ "trusted_user_ca_keys": [],
"login_banner_file": "",
"setstat_mode": 0,
"enabled_ssh_commands": [
@@ -25,7 +25,7 @@
"pwd",
"scp"
],
- "keyboard_interactive_auth_program": "",
+ "keyboard_interactive_auth_hook": "",
"proxy_protocol": 0,
"proxy_allowed": []
},
@@ -38,20 +38,19 @@
"password": "",
"sslmode": 0,
"connection_string": "",
- "users_table": "users",
+ "sql_tables_prefix": "",
"manage_users": 1,
"track_quota": 2,
"pool_size": 0,
"users_base_dir": "",
"actions": {
"execute_on": [],
- "command": "",
- "http_notification_url": ""
+ "hook": ""
},
- "external_auth_program": "",
+ "external_auth_hook": "",
"external_auth_scope": 0,
"credentials_path": "/var/lib/sftpgo/credentials",
- "pre_login_program": ""
+ "pre_login_hook": ""
},
"httpd": {
"bind_port": 8080,
@@ -62,5 +61,10 @@
"auth_user_file": "",
"certificate_file": "",
"certificate_key_file": ""
+ },
+ "http": {
+ "timeout": 20,
+ "ca_certificates": [],
+ "skip_tls_verify": false
}
}