summarylogtreecommitdiffstats
path: root/sftpgo.json
diff options
context:
space:
mode:
authorNicola Murino2024-05-15 19:42:14 +0200
committerNicola Murino2024-05-15 19:42:14 +0200
commitac4eb70074bf976126213adb1fda3b5b014cd8bf (patch)
tree9b658a034e645f0ca4bd6f22b20098b3fa16f620 /sftpgo.json
parent20a0e0612292346624308b3b440e620a6863d0c1 (diff)
downloadaur-ac4eb70074bf976126213adb1fda3b5b014cd8bf.tar.gz
2.6.0
Diffstat (limited to 'sftpgo.json')
-rw-r--r--sftpgo.json28
1 files changed, 19 insertions, 9 deletions
diff --git a/sftpgo.json b/sftpgo.json
index 4e7ead11f7b5..08529b3d4c42 100644
--- a/sftpgo.json
+++ b/sftpgo.json
@@ -9,6 +9,7 @@
},
"setstat_mode": 0,
"rename_mode": 0,
+ "resume_max_size": 0,
"temp_path": "",
"proxy_protocol": 0,
"proxy_allowed": [],
@@ -21,6 +22,11 @@
"max_per_host_connections": 20,
"allowlist_status": 0,
"allow_self_connections": 0,
+ "umask": "",
+ "server_version": "",
+ "metadata": {
+ "read": 0
+ },
"defender": {
"enabled": false,
"driver": "memory",
@@ -78,7 +84,6 @@
}
],
"max_auth_tries": 0,
- "banner": "",
"host_keys": [],
"host_certificates": [],
"host_key_algorithms": [],
@@ -86,6 +91,7 @@
"kex_algorithms": [],
"ciphers": [],
"macs": [],
+ "public_key_algorithms": [],
"trusted_user_ca_keys": [],
"revoked_user_certs_file": "",
"login_banner_file": "",
@@ -109,6 +115,7 @@
"address": "",
"apply_proxy_config": true,
"tls_mode": 0,
+ "tls_session_reuse": 0,
"certificate_file": "",
"certificate_key_file": "",
"min_tls_version": 12,
@@ -119,10 +126,10 @@
"tls_cipher_suites": [],
"passive_connections_security": 0,
"active_connections_security": 0,
+ "ignore_ascii_transfer_type": 0,
"debug": false
}
],
- "banner": "",
"banner_file": "",
"active_transfers_port_non_20": true,
"passive_port_range": {
@@ -149,6 +156,7 @@
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
+ "tls_protocols": [],
"prefix": "",
"proxy_allowed": [],
"client_ip_proxy_header": "",
@@ -261,15 +269,16 @@
"min_tls_version": 12,
"client_auth_type": 0,
"tls_cipher_suites": [],
+ "tls_protocols": [],
"proxy_allowed": [],
"client_ip_proxy_header": "",
"client_ip_header_depth": 0,
"hide_login_url": 0,
"render_openapi": true,
- "web_client_integrations": [],
"oidc": {
"client_id": "",
"client_secret": "",
+ "client_secret_file": "",
"config_url": "",
"redirect_base_url": "",
"scopes": [
@@ -298,8 +307,7 @@
"content_type_nosniff": false,
"content_security_policy": "",
"permissions_policy": "",
- "cross_origin_opener_policy": "",
- "expect_ct_header": ""
+ "cross_origin_opener_policy": ""
},
"branding": {
"web_admin": {
@@ -310,7 +318,7 @@
"login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
- "default_css": "",
+ "default_css": [],
"extra_css": []
},
"web_client": {
@@ -321,7 +329,7 @@
"login_image_path": "",
"disclaimer_name": "",
"disclaimer_path": "",
- "default_css": "",
+ "default_css": [],
"extra_css": []
}
}
@@ -336,6 +344,7 @@
"ca_certificates": [],
"ca_revocation_lists": [],
"signing_passphrase": "",
+ "signing_passphrase_file": "",
"token_validation": 0,
"max_upload_file_size": 0,
"cors": {
@@ -364,7 +373,8 @@
"certificate_file": "",
"certificate_key_file": "",
"min_tls_version": 12,
- "tls_cipher_suites": []
+ "tls_cipher_suites": [],
+ "tls_protocols": []
},
"http": {
"timeout": 20,
@@ -399,7 +409,7 @@
},
"smtp": {
"host": "",
- "port": 25,
+ "port": 587,
"from": "",
"user": "",
"password": "",