mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Option to use HTTP basic authentication
This commit is contained in:
parent
f6a3bc57e2
commit
16cbfed20b
5 changed files with 48 additions and 10 deletions
|
@ -214,6 +214,7 @@ def main():
|
|||
'https_key': plexpy.CONFIG.HTTPS_KEY,
|
||||
'http_username': plexpy.CONFIG.HTTP_USERNAME,
|
||||
'http_password': plexpy.CONFIG.HTTP_PASSWORD,
|
||||
'http_basic_auth': plexpy.CONFIG.HTTP_BASIC_AUTH
|
||||
}
|
||||
webstart.initialize(web_config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue