updated files
This commit is contained in:
parent
5134c90adb
commit
6b2450b784
2 changed files with 30 additions and 1 deletions
30
files/web.conf
Normal file
30
files/web.conf
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"file": 2,
|
||||
"format": 1
|
||||
}{
|
||||
"base": "/",
|
||||
"cert": "ssl/daemon.cert",
|
||||
"default_daemon": "",
|
||||
"enabled_plugins": [],
|
||||
"first_login": false,
|
||||
"https": false,
|
||||
"interface": "0.0.0.0",
|
||||
"language": "",
|
||||
"pkey": "ssl/daemon.pkey",
|
||||
"port": 8112,
|
||||
"pwd_salt": "c26ab3bbd8b137f99cd83c2c1c0963bcc1a35cad",
|
||||
"pwd_sha1": "2ce1a410bcdcc53064129b6d950f2e9fee4edc1e",
|
||||
"session_timeout": 3600,
|
||||
"sessions": {
|
||||
"8e30a3af17558bd5874e8689380aa531cbb2b37170aa07af4121b61cec637385": {
|
||||
"expires": 1728365717.0,
|
||||
"level": 10,
|
||||
"login": "admin"
|
||||
}
|
||||
},
|
||||
"show_session_speed": false,
|
||||
"show_sidebar": true,
|
||||
"sidebar_multiple_filters": true,
|
||||
"sidebar_show_zero": false,
|
||||
"theme": "gray"
|
||||
}
|
|
@ -23,7 +23,6 @@
|
|||
notify: restart deluge
|
||||
with_items:
|
||||
- core.conf
|
||||
- label.conf
|
||||
- web.conf
|
||||
|
||||
- name: ensure deluged is running
|
||||
|
|
Loading…
Add table
Reference in a new issue