-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why i got API Error in qbittorrent widget? #18
Comments
How can i add a jellyseerr container behind traefik? i am doing this but doesn't work: jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=${TIMEZONE}
labels:
- traefik.enable=true
- traefik.http.routers.jellyseerr.rule=(Host(`${HOSTNAME}`) && PathPrefix(`/jellyseerr`))
- traefik.http.routers.jellyseerr.tls=false
- traefik.http.routers.jellyseerr.tls.certresolver=myresolver
- traefik.http.services.jellyseerr.loadbalancer.server.port=5055
- homepage.group=Media
- homepage.name=jellyseerr
- homepage.icon=jellyseerr.png
- homepage.href=/jellyseerr
- homepage.description=Media server request
- homepage.weight=6
- homepage.widget.type=jellyseerr
- homepage.widget.url=http://jellyseerr:5055/jellyseerr
- homepage.widget.key=${JELLYSEERR_API_KEY}
volumes:
- ./jellyseerr:/app/config
restart: unless-stopped |
Hi, I see that you replaced Since the user and passwords are hard coded, did you change them in the UI of qBittorrent? By defaut the user is In qBittorrent Settings > Web UI, I have ticked I also disabled Maybe stop and recreate all your services if this is still not working |
it doesn't work :/ and i neither can make it work jellyseerr, i need to declare the port 5055 in the docker file to see the web interface, but when i try to configure radar and sonarr it can't reach the services. Anyway thanks |
I just noticed you put the tls attribute of Jellyseer to false, but other than that it should work: it will be accessible at https://hostname/jellyseer. If you want to set, say, the URL for Sonarr in Jellyseer it should be http://sonarr:8989/sonarr Other than that, I am not sure what went wrong. Maybe you could check Docker logs. |
I figured that out afterwards too, but it didn't work anyway still changing to true. and the truth is that I changed things and now I can't even connect to jellyfin from jellyseer haha. I think I'll leave it alone for a while, the truth is that I usually use kodi, but this stack was interesting and striking. Anyway thank you very much |
Sorry that did not work out, I have 2 setups and did not have any issue setting up Homepage and its associated services. Hopefully profiles will be better for you. |
Here is my docker compose file:
networks:
default:
name: docker-compose-nas
Here my .env
The text was updated successfully, but these errors were encountered: