question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues with Custom location tautulli

See original GitHub issue

Checklist

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?YES
  • Are you sure you’re not using someone else’s docker image?YES
  • If having problems with Lets Encrypt, have you made absolutely sure your site is accessible from outside of your network?YES I can access my https://domain.com

Describe the bug Setup Custom Location with added config options required by tautulli. https://github.com/Tautulli/Tautulli-Wiki/wiki/Frequently-Asked-Questions there is a bit on NGINX NPM v2.0.13

To Reproduce Steps to reproduce the behavior: image This is what is entered into my 1.conf location /tautulli { proxy_set_header Host $host; proxy_set_header X-Forwarded-Scheme $scheme; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $remote_addr; proxy_pass http://192.168.210.5:8181/; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Host $server_name; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Ssl on; }

Expected behavior when I navigate to https://domain.com/tautulli it should route to my application.

Screenshots see above in to reproduce

Operating System

  • Please specify if using a Rpi, Mac, orchestration tool or any other setups that might affect the reproduction of this error. Not relevant since container is working on other domains

Additional context Add any other context about the problem here, docker version, browser version if applicable to the problem. Too much info is better than too little. Nothing to add

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
shanelord01commented, May 4, 2021

@npike & @Shifter2600

So after checking the Network tab in Chrome browser Developer tools, I found that as NPM loads Tautulli, it redirects to the login page. When it did this, it stripped the port from the redirect URL. Not sure if this would work for you.

Example: https://tautulli.mydomain.com:45505

303 redirects to

https://tautulli.mydomain.com/auth/login?redirect_uri=/

By adding an advanced config line in the proxy settings for this site in NPM: proxy_redirect https://tautulli.mydomain.com/ https://tautulli.mydomain.com:45505/;

The page now loads fine. Redirect loads showing this in Network tab of Chrome Dev Tools: https://tautulli.mydomain.com:45505/auth/login?redirect_uri=/

Not sure how this impacts things (beyond working) overall - but hoping someone can check why this works and whether my solution is the best one or not.

Thanks, Shane.

0reactions
RobertusITcommented, Dec 10, 2022

proxy_redirect https://tautulli.mydomain.com/ https://tautulli.mydomain.com:45505/;

i have tried without success…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issues with Custom location tautulli #192 - GitHub
So after checking the Network tab in Chrome browser Developer tools, I found that as NPM loads Tautulli, it redirects to the login...
Read more >
History Pages Don't Work on Custom Domain after Update to ...
The history page works fine locally through 127.0.0.1 but not remotely through a custom domain name. Any idea why this might be occuring?...
Read more >
tautulli/tautulli - Docker Image - Docker Hub
This is the official Tautulli Docker image supporting unique tags for versions and branches.
Read more >
Tautulli - Whatbox
Custom installations of Tautulli do not have authentication enabled by default! ... Change to the Tautulli directory: cd ~/Tautulli.
Read more >
Tautulii Custom Scripts - SaltBox
It will teach you how to download and configure a Tautulli custom script that drops Plex video streams transcoding from a 4K source....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found