mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add TAUTULLI_PUBLIC_URL to environment variables
This commit is contained in:
parent
dd3f75f154
commit
9817da6012
1 changed files with 1 additions and 0 deletions
|
@ -3015,6 +3015,7 @@ class SCRIPTS(Notifier):
|
|||
'PLEX_URL': plexpy.CONFIG.PMS_URL,
|
||||
'PLEX_TOKEN': plexpy.CONFIG.PMS_TOKEN,
|
||||
'TAUTULLI_URL': helpers.get_plexpy_url(hostname='localhost'),
|
||||
'TAUTULLI_PUBLIC_URL': plexpy.CONFIG.HTTP_BASE_URL + plexpy.HTTP_ROOT,
|
||||
'TAUTULLI_APIKEY': plexpy.CONFIG.API_KEY,
|
||||
'TAUTULLI_ENCODING': plexpy.SYS_ENCODING
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue