26 lines
669 B
Django/Jinja
26 lines
669 B
Django/Jinja
{
|
|
"file": 2,
|
|
"format": 1
|
|
}{
|
|
"base": "/",
|
|
"cert": "ssl/daemon.cert",
|
|
"default_daemon": "",
|
|
"enabled_plugins": [
|
|
],
|
|
"first_login": false,
|
|
"https": false,
|
|
"interface": "{{ '0.0.0.0' if deluge_web_expose_client is truthy else '127.0.0.1' }}",
|
|
"language": "",
|
|
"pkey": "ssl/daemon.pkey",
|
|
"port": {{ deluge_web_port }},
|
|
"pwd_salt": "{{ deluge_web_password_salt }}",
|
|
"pwd_sha1": "{{ deluge_web_password_hash }}",
|
|
"session_timeout": 3600,
|
|
"sessions": {
|
|
},
|
|
"show_session_speed": true,
|
|
"show_sidebar": true,
|
|
"sidebar_multiple_filters": true,
|
|
"sidebar_show_zero": false,
|
|
"theme": "gray"
|
|
}
|