mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 12:45:47 -07:00
parent
b7c4f2eefe
commit
63fe386057
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@ def initialize(options):
|
|||
'/status': {
|
||||
'tools.auth_basic.on': False
|
||||
},
|
||||
'/newsletter': {
|
||||
'tools.auth_basic.on': False
|
||||
},
|
||||
'/image': {
|
||||
'tools.auth_basic.on': False
|
||||
},
|
||||
'/interfaces': {
|
||||
'tools.staticdir.on': True,
|
||||
'tools.staticdir.dir': "interfaces",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue