fimfarchive/operations/deluge/templates/config

102 lines
2.4 KiB
Text
Raw Permalink Normal View History

2018-07-29 22:05:38 +02:00
{
"file": 1,
"format": 1
}{
"info_sent": 0.0,
"lsd": false,
"max_download_speed": -1.0,
"send_info": false,
"natpmp": false,
"move_completed_path": "{{ deluge.home }}/storage",
"peer_tos": "0x00",
"enc_in_policy": 1,
"queue_new_to_top": false,
"ignore_limits_on_local_network": true,
"rate_limit_ip_overhead": false,
"daemon_port": 58846,
"torrentfiles_location": "{{ deluge.home }}/torrents",
"max_active_limit": -1,
"geoip_db_location": "/usr/share/GeoIP/GeoIP.dat",
"upnp": false,
"utpex": true,
"max_active_downloading": -1,
"max_active_seeding": -1,
"allow_remote": false,
"outgoing_ports": [
0,
0
],
"enabled_plugins": [],
"max_half_open_connections": -1,
"download_location": "{{ deluge.home }}/storage",
"compact_allocation": false,
"max_upload_speed": -1.0,
"plugins_location": "{{ deluge.home }}/plugins",
"max_connections_global": -1,
"enc_prefer_rc4": true,
"cache_expiry": 28800,
"dht": true,
"stop_seed_at_ratio": false,
"stop_seed_ratio": -1.0,
"max_download_speed_per_torrent": -1,
"prioritize_first_last_pieces": false,
"max_upload_speed_per_torrent": -1,
"auto_managed": true,
"enc_level": 2,
"copy_torrent_file": true,
"max_connections_per_second": -1,
"listen_ports": [
6881,
6891
],
"max_connections_per_torrent": -1,
"del_copy_torrent_file": false,
"move_completed": false,
"autoadd_enable": false,
"proxies": {
"peer": {
"username": "",
"password": "",
"hostname": "",
"type": 0,
"port": 8080
},
"web_seed": {
"username": "",
"password": "",
"hostname": "",
"type": 0,
"port": 8080
},
"tracker": {
"username": "",
"password": "",
"hostname": "",
"type": 0,
"port": 8080
},
"dht": {
"username": "",
"password": "",
"hostname": "",
"type": 0,
"port": 8080
}
},
"dont_count_slow_torrents": false,
"add_paused": false,
"random_outgoing_ports": true,
"max_upload_slots_per_torrent": -1,
"new_release_check": false,
"enc_out_policy": 1,
"seed_time_ratio_limit": -1.0,
"remove_seed_at_ratio": false,
"autoadd_location": "{{ deluge.home }}/watch",
"max_upload_slots_global": -1,
"seed_time_limit": -1,
"cache_size": 16384,
"share_ratio_limit": -1.0,
"random_port": true,
"listen_interface": ""
}