Dashboard device Info button over NGINX - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Dashboard device Info button over NGINX (/t-dashboard-device-info-button-over-nginx) |
Dashboard device Info button over NGINX - tomstephens89 - 2023-08-11 I appear to be missing the information button from active devices within the dashboard when using Jellyfin via my NGINX reverse proxy. I have stumbled across this post however there's no details as to what exactly was wrong with the configuration. https://www.reddit.com/r/jellyfin/comments/u83fmr/current_transcoding_information_in_dashboard/ I have attached my config below, it is not exactly the same as the one in the official instructions however if I use that, it will straight up not work and just black screen me any client. Not only that but the instructions tell you to uncomment the SSL lines from the sample config as well as running a certbot NGINX config which inserts its own SSL lines resulting in duplicates and a broken config. Anyway, can anyone help me work out what's wrong here? Running 10.8.10 on Ubuntu x64. Nginx 1.18.0. Code: server { RE: Dashboard device Info button over NGINX - tomstephens89 - 2023-08-11 UPDATE: Can't believe this, I have spent hours troubleshooting this.. I had a "$" in the proxy pass line under my /socket block. Removed that and its now working fine. Sorry! Good config is below: Quote:server { |