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