You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a scenario where my family and friends access a subset of my containers. I am running three instances of homepage, 'me', 'family', and 'users'. I have some calendar views that I think my users could benefit from, but it doesn't seem to be possible to expose the upcoming TV and/or movies to them without also granting them access to the Sonarr/Radarr widgets directly. Is that correct?
Right now I see this:
My users see this:
I'm putting the Radarr compose labels below. Thanks for your insight.
services.yaml:
- Media Schedule:
- Upcoming Movies & Books:
widget:
type: calendarview: agenda # optional - possible values monthly, agendamaxEvents: 11# optional - defaults to 10showTime: true # optional - show time for event happening today - defaults to falseintegrations: # optional
- type: radarrservice_group: PVRservice_name: Radarr
- type: radarrservice_group: PVRservice_name: Radarr (Anime)
- type: readarrservice_group: PVRservice_name: Readarr
- type: readarrservice_group: PVRservice_name: Readarr (Audio)radarr compose labels:
homepage.instance.me.group: PVRhomepage.instance.me.name: Radarrhomepage.instance.me.icon: radarr.pnghomepage.instance.me.href: https://${SUB_RADARR}.${DOMAINNAME}homepage.instance.me.weight: 100homepage.instance.me.description: Movie managementhomepage.instance.me.widget.type: radarrhomepage.instance.me.widget.url: http://radarr:7878homepage.instance.me.widget.key: ${RADARR_KEY}
Container Logs
No response
Browser Logs
index-15e4eacb6659f3f0.js:1
GET https://myfqdn/api/services/proxy?group=PVR&service=Radarr+%28Anime%29&index=0&endpoint=calendar&query=%7B%22start%22%3A%222024-10-24%22%2C%22end%22%3A%222025-04-24%22%2C%22unmonitored%22%3Afalse%7D 403 (Forbidden)
Troubleshooting
Homepage itself shows API Error: radarr: Unknown proxy service type on the widget when I unhide errors.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
Hello,
I have a scenario where my family and friends access a subset of my containers. I am running three instances of homepage, 'me', 'family', and 'users'. I have some calendar views that I think my users could benefit from, but it doesn't seem to be possible to expose the upcoming TV and/or movies to them without also granting them access to the Sonarr/Radarr widgets directly. Is that correct?
Right now I see this:
My users see this:
I'm putting the Radarr compose labels below. Thanks for your insight.
homepage version
v0.10.9 (b5f4daa)
Installation method
Docker
Configuration
Container Logs
No response
Browser Logs
index-15e4eacb6659f3f0.js:1
Troubleshooting
Homepage itself shows
API Error: radarr: Unknown proxy service type
on the widget when I unhide errors.Beta Was this translation helpful? Give feedback.
All reactions