2019-07-20 10:26:52 +00:00
|
|
|
{
|
2019-08-01 07:42:15 +00:00
|
|
|
"sftpd": {
|
|
|
|
"bind_port": 2022,
|
|
|
|
"bind_address": "",
|
|
|
|
"idle_timeout": 15,
|
|
|
|
"max_auth_tries": 0,
|
|
|
|
"umask": "0022",
|
2019-09-12 07:21:58 +00:00
|
|
|
"banner": "",
|
2019-08-04 07:37:58 +00:00
|
|
|
"upload_mode": 0,
|
2019-08-01 07:42:15 +00:00
|
|
|
"actions": {
|
|
|
|
"execute_on": [],
|
|
|
|
"command": "",
|
|
|
|
"http_notification_url": ""
|
2019-08-01 13:39:30 +00:00
|
|
|
},
|
2019-08-24 12:41:15 +00:00
|
|
|
"keys": [],
|
2019-09-03 10:08:09 +00:00
|
|
|
"kex_algorithms": [],
|
|
|
|
"ciphers": [],
|
|
|
|
"macs": [],
|
2019-11-15 11:15:07 +00:00
|
|
|
"login_banner_file": "",
|
2019-11-18 22:30:37 +00:00
|
|
|
"setstat_mode": 0,
|
2020-03-04 22:10:58 +00:00
|
|
|
"enabled_ssh_commands": [
|
|
|
|
"md5sum",
|
|
|
|
"sha1sum",
|
|
|
|
"cd",
|
2020-03-26 22:38:24 +00:00
|
|
|
"pwd",
|
|
|
|
"scp"
|
2020-03-04 22:10:58 +00:00
|
|
|
],
|
2020-02-27 08:21:30 +00:00
|
|
|
"keyboard_interactive_auth_program": "",
|
2020-04-01 21:25:23 +00:00
|
|
|
"keyboard_interactive_auth_hook": "",
|
2020-03-01 22:12:28 +00:00
|
|
|
"proxy_protocol": 0,
|
|
|
|
"proxy_allowed": []
|
2019-08-01 07:42:15 +00:00
|
|
|
},
|
|
|
|
"data_provider": {
|
|
|
|
"driver": "sqlite",
|
|
|
|
"name": "sftpgo.db",
|
|
|
|
"host": "",
|
|
|
|
"port": 5432,
|
|
|
|
"username": "",
|
|
|
|
"password": "",
|
|
|
|
"sslmode": 0,
|
|
|
|
"connection_string": "",
|
|
|
|
"users_table": "users",
|
|
|
|
"manage_users": 1,
|
2019-09-13 06:14:07 +00:00
|
|
|
"track_quota": 2,
|
2019-09-28 20:48:52 +00:00
|
|
|
"pool_size": 0,
|
2019-11-14 10:06:03 +00:00
|
|
|
"users_base_dir": "",
|
|
|
|
"actions": {
|
|
|
|
"execute_on": [],
|
|
|
|
"command": "",
|
|
|
|
"http_notification_url": ""
|
2020-01-06 20:42:41 +00:00
|
|
|
},
|
|
|
|
"external_auth_program": "",
|
2020-04-01 21:25:23 +00:00
|
|
|
"external_auth_hook": "",
|
2020-01-31 18:04:00 +00:00
|
|
|
"external_auth_scope": 0,
|
2020-02-23 17:50:59 +00:00
|
|
|
"credentials_path": "credentials",
|
2020-04-01 21:25:23 +00:00
|
|
|
"pre_login_hook": "",
|
2020-02-25 15:07:38 +00:00
|
|
|
"pre_login_program": ""
|
2019-08-01 07:42:15 +00:00
|
|
|
},
|
|
|
|
"httpd": {
|
|
|
|
"bind_port": 8080,
|
2019-10-07 16:19:01 +00:00
|
|
|
"bind_address": "127.0.0.1",
|
|
|
|
"templates_path": "templates",
|
2019-12-27 22:12:44 +00:00
|
|
|
"static_files_path": "static",
|
2020-02-03 23:08:00 +00:00
|
|
|
"backups_path": "backups",
|
|
|
|
"auth_user_file": "",
|
|
|
|
"certificate_file": "",
|
|
|
|
"certificate_key_file": ""
|
2020-04-26 21:29:09 +00:00
|
|
|
},
|
|
|
|
"http": {
|
|
|
|
"timeout": 20,
|
|
|
|
"ca_certificates": []
|
2019-08-01 07:42:15 +00:00
|
|
|
}
|
2019-07-20 10:26:52 +00:00
|
|
|
}
|