homer icon indicating copy to clipboard operation
homer copied to clipboard

Tautulli not working

Open GBT55 opened this issue 2 years ago • 2 comments

Configured like this on my config.yml, but it does not work.

 - name: "Plex"
        logo: "assets/icons/plex.svg"
        #icon: "fab fa-film"
        #subtitle: "The one place to find and access all the media that matters to you"
        #tag: "app"
        url: "http://192.168.1.50:32400/web"
        target: "_blank" # optional html tag target attribute
        endpoint: "http://192.168.1.50:8181" # Tautulli
        type: "Tautulli"
        apikey: "myApiKey"

image

GBT55 avatar Jul 17 '22 15:07 GBT55

Hi there,

Did you checked the troubleshooting guide ? That's most probably the CORS issue described there.

bastienwirtz avatar Jul 18 '22 12:07 bastienwirtz

Your configuration looks strange @GBT55. As @bastienwirtz said I also guess you have the CORS problem that the most of us have. I can really recommend https://github.com/imjacobclark/cors-container or if you need it as a Docker container I'm working on it and already running it for myself https://hub.docker.com/repository/docker/saschabrockel/cors-container.

My config with cors-container on Docker:

      - name: "Tautulli"
        logo: "assets/tools/tautulli.png"
        subtitle: "Monitoring for Plex"
        tag: "plex"
        url: "http://192.168.178.29:3002/http://192.168.178.29:8181"
        type: "Tautulli"
        apikey: "<key>"
        target: "_blank"

saschabrockel avatar Aug 05 '22 19:08 saschabrockel

Your configuration looks strange @GBT55. As @bastienwirtz said I also guess you have the CORS problem that the most of us have. I can really recommend https://github.com/imjacobclark/cors-container or if you need it as a Docker container I'm working on it and already running it for myself https://hub.docker.com/repository/docker/saschabrockel/cors-container.

My config with cors-container on Docker:

      - name: "Tautulli"
        logo: "assets/tools/tautulli.png"
        subtitle: "Monitoring for Plex"
        tag: "plex"
        url: "http://192.168.178.29:3002/http://192.168.178.29:8181"
        type: "Tautulli"
        apikey: "<key>"
        target: "_blank"

anyway to make this work when homer is loaded on https? The browser won't allow the http://cors-container to load..

kzaoaai avatar Apr 25 '23 07:04 kzaoaai

Since so many people have CORS issues, is there a way to make Homer's docker container more compatible with popular reverse proxies without adjustment?

I run over 40x apps in docker, all through a reverse proxy, and have never seen a CORS issues.

Ashkaan avatar Jul 27 '23 22:07 Ashkaan