feat(deluge): added role to install deluge and deluge web
This commit is contained in:
parent
bef258cfec
commit
1c625d2d84
19 changed files with 553 additions and 1 deletions
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue