-
Notifications
You must be signed in to change notification settings - Fork 26
Ombi V4 and Tdarr #21
Comments
Did you clear cache? Checked console errors? |
Ombi started working this morning. I had cleared the cache a few times earlier because I read the same thing on a reddit post, but it did nothing at first. Just leaving it going overnight somehow solved it. I am still having issues with Tdarr though, no matter what entry I put in, Nginx refuses it. This is what I have:
Any ideas? |
Did you add the base url for tdarr and the docker url variable? |
I added the base url, I'm also not using docker. |
What are you using then? |
I'm on Windows 10, using the Nginx Organizr Windows Installer. |
What does the console say when you try to load tdarr? |
The console says nothing. It's working on Localhost, just not over reverse proxy. For some reason when using the above config, if I add a second bracket to close off the syntax, Nginx gives the error 'nginx: [emerg] unexpected "}" in C:/nginx/conf/rp-subfolder.conf:170', and then and won't initialize. If I remove the bracket Nginx starts, but I get a blank page. |
Try this tdarr redirect
tdarr containter
|
So just the tdarr redirect in my case? I don't have a proxy.conf in my set up? |
Is there any specific reason I would be getting the following error?: I'm receiving this error if I close off the syntax entry with a bracket, where as every other entry for other services works fine. If I don't close off other entries with double brackets they don't work either. Example:
Forgive the naivety. I'm failing to see where the issue is here with Tdarr. |
The issue you're having is you have extra brackets: location /tautulli {
proxy_pass http://127.0.0.1:8181;
} # <= here
}
location /tdarr {
proxy_pass http://127.0.0.1:8265;
} # <= and here
} |
sorry for stupid question, but where to put this *.conf from folder "Subdomains" |
I don't suppose you have a working subfolder config for Ombi V4? Nothing I'm doing seems to work, it just rests on a blank white page.
Also the reverse proxies provided by Tdarr don't seem to work either. I've tried all sorts of configurations for that and it just won't resolve.
The text was updated successfully, but these errors were encountered: