sftpgo-mirror/sftpgo.json

137 lines
2.8 KiB
JSON
Raw Normal View History

2019-07-20 10:26:52 +00:00
{
"common": {
"idle_timeout": 15,
"upload_mode": 0,
"actions": {
"execute_on": [],
"hook": ""
2019-08-01 13:39:30 +00:00
},
"setstat_mode": 0,
"proxy_protocol": 0,
2020-07-30 20:33:49 +00:00
"proxy_allowed": [],
"post_connect_hook": "",
"max_total_connections": 0
},
"sftpd": {
"bind_port": 2022,
"bind_address": "",
"max_auth_tries": 0,
"banner": "",
"host_keys": [],
"kex_algorithms": [],
"ciphers": [],
"macs": [],
"trusted_user_ca_keys": [],
"login_banner_file": "",
2020-03-04 22:10:58 +00:00
"enabled_ssh_commands": [
"md5sum",
"sha1sum",
"cd",
"pwd",
"scp"
2020-03-04 22:10:58 +00:00
],
"keyboard_interactive_auth_hook": "",
"password_authentication": true
},
"ftpd": {
"bind_port": 0,
"bind_address": "",
"banner": "",
"banner_file": "",
"active_transfers_port_non_20": false,
"force_passive_ip": "",
"passive_port_range": {
"start": 50000,
"end": 50100
},
"certificate_file": "",
"certificate_key_file": "",
"tls_mode": 0
},
2020-08-11 21:56:10 +00:00
"webdavd": {
"bind_port": 0,
"bind_address": "",
"certificate_file": "",
2020-08-15 13:55:20 +00:00
"certificate_key_file": "",
"cors": {
"enabled": false,
"allowed_origins": [],
"allowed_methods": [],
"allowed_headers": [],
"exposed_headers": [],
"allow_credentials": false,
"max_age": 0
},
"cache": {
"users": {
"expiration_time": 0,
"max_size": 50
},
"mime_types": {
"enabled": true,
"max_size": 1000
}
2020-08-15 13:55:20 +00:00
}
2020-08-11 21:56:10 +00:00
},
"data_provider": {
"driver": "sqlite",
"name": "sftpgo.db",
"host": "",
"port": 5432,
"username": "",
"password": "",
"sslmode": 0,
"connection_string": "",
"sql_tables_prefix": "",
"manage_users": 1,
"track_quota": 2,
"pool_size": 0,
"users_base_dir": "",
"actions": {
"execute_on": [],
"hook": ""
},
"external_auth_hook": "",
"external_auth_scope": 0,
"credentials_path": "credentials",
"prefer_database_credentials": false,
"pre_login_hook": "",
"post_login_hook": "",
"post_login_scope": 0,
"check_password_hook": "",
"check_password_scope": 0,
"password_hashing": {
"argon2_options": {
"memory": 65536,
"iterations": 1,
"parallelism": 2
}
},
"update_mode": 0
},
"httpd": {
"bind_port": 8080,
"bind_address": "127.0.0.1",
"templates_path": "templates",
2019-12-27 22:12:44 +00:00
"static_files_path": "static",
"backups_path": "backups",
"auth_user_file": "",
"certificate_file": "",
"certificate_key_file": ""
},
"telemetry": {
"bind_port": 10000,
"bind_address": "127.0.0.1"
},
"http": {
"timeout": 20,
"ca_certificates": [],
"skip_tls_verify": false
2020-11-30 20:46:34 +00:00
},
"kms": {
"secrets": {
"url": "",
"master_key_path": ""
}
}
}