summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json23
1 files changed, 11 insertions, 12 deletions
diff --git a/sftpgo.json b/sftpgo.json
index 0a690636e876..4699e638b2ac 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -8,16 +8,18 @@
"hook": ""
},
"setstat_mode": 0,
+ "rename_mode": 0,
"temp_path": "",
"proxy_protocol": 0,
"proxy_allowed": [],
+ "proxy_skipped": [],
"startup_hook": "",
"post_connect_hook": "",
"post_disconnect_hook": "",
"data_retention_hook": "",
"max_total_connections": 0,
"max_per_host_connections": 20,
- "whitelist_file": "",
+ "allowlist_status": 0,
"allow_self_connections": 0,
"defender": {
"enabled": false,
@@ -28,14 +30,10 @@
"score_invalid": 2,
"score_valid": 1,
"score_limit_exceeded": 3,
- "score_no_auth": 2,
+ "score_no_auth": 0,
"observation_time": 30,
"entries_soft_limit": 100,
- "entries_hard_limit": 150,
- "safelist_file": "",
- "blocklist_file": "",
- "safelist": [],
- "blocklist": []
+ "entries_hard_limit": 150
},
"rate_limiters": [
{
@@ -49,7 +47,6 @@
"DAV",
"HTTP"
],
- "allow_list": [],
"generate_defender_events": false,
"entries_soft_limit": 100,
"entries_hard_limit": 150
@@ -100,7 +97,7 @@
"pwd",
"scp"
],
- "keyboard_interactive_authentication": false,
+ "keyboard_interactive_authentication": true,
"keyboard_interactive_auth_hook": "",
"password_authentication": true,
"folder_prefix": ""
@@ -117,6 +114,7 @@
"min_tls_version": 12,
"force_passive_ip": "",
"passive_ip_overrides": [],
+ "passive_host": "",
"client_auth_type": 0,
"tls_cipher_suites": [],
"passive_connections_security": 0,
@@ -181,7 +179,8 @@
},
"mime_types": {
"enabled": true,
- "max_size": 1000
+ "max_size": 1000,
+ "custom_mappings": []
}
}
},
@@ -238,7 +237,7 @@
"password_caching": true,
"update_mode": 0,
"create_default_admin": false,
- "naming_rules": 1,
+ "naming_rules": 5,
"is_shared": 0,
"node": {
"host": "",
@@ -338,7 +337,7 @@
"ca_revocation_lists": [],
"signing_passphrase": "",
"token_validation": 0,
- "max_upload_file_size": 1048576000,
+ "max_upload_file_size": 0,
"cors": {
"enabled": false,
"allowed_origins": [],