gethomepage / homepage

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.
https://gethomepage.dev
GNU General Public License v3.0
19.48k stars 1.16k forks source link

Radarr and Sonarr API Error #37

Closed 2ndwonder closed 2 years ago

2ndwonder commented 2 years ago

For Radarr and Sonarr I'm getting API error.. what could be the reason? I put it like this in the yaml file

- Radarr:
    icon: radarr.png
    href: url here
    description: Movies Managment
    container: radarr
    widget:
      type: radarr
      url: http://192.168.1.2:7878
      api: apikeyhere

- Sonarr:
    icon: sonarr.png
    href: url here
    description: Series Managment
    container: sonarr
    widget:
      type: sonarr
      url: http://192.168.1.2:8989
      api: apikeyhere
2ndwonder commented 2 years ago

Nevermind, I fixed it. I had to put host instead of local IP and the API section needs to be key instead of API

rnagabhyrava commented 2 years ago

what do you mean by host instead of local IP? can you paste your working services.yaml file? Thanks

2ndwonder commented 2 years ago

Host is if you have it on the web. and local IP is your local IP address on which machine you're running ''homepage'' what you need my services.yaml for :D

rnagabhyrava commented 2 years ago

Thanks. Sorry I am new to configuring via yaml files and having trouble configuring, thought having someone's yaml file would be handy to edit.

2ndwonder commented 2 years ago

you have a wiki page for this, I can help you with your yaml file but not sharing mine

rnagabhyrava commented 2 years ago

Reading the wiki. Thanks again!

github-actions[bot] commented 9 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns.