Homarr

H

Homarr

Join the community to ask questions about Homarr and get answers from other members.

Join

Github Registry for Homarr

Trying to update Homarr, but when I pull the image I'm getting a 500 error. So I wanted to add the registry Homarr is using since they changed their image to ghcr.io I tried pulling the image first, but it wont let me because I dont have the right registry for Homarr... hence the ask. Operating system: Ubuntu 22.04...
Solution:
ok so the answer to my woes was to go to Portainer > Registries > Create a new Registry: ``` Name: Homarr Registry URL: ghcr.io Username: ajnart...

accessible address but red dot

Good evening, so far I've configured all my services so that homarr redirects me to each one and it works but I still have a red dot on all of them except jellyfin, which seems to be the only widget that works. It seems to be an ip thing. Homarr is installed under docker on my nas....
Solution:
That means that although your PC can contact the app, the app can't between each other. You need a bridge or host networking
No description

help with homarr in windows 11

I know this is not the official way to use/install homarr on windows, docker being the way to go, however all the other things i use (sonnarr, riddarr etc) ive installed without docker. I'm trying to use npm with yarn to build homarr using the instructions found here Run Homarr Application Dashboard on Windows (i12bretro.github.io) but am having difficulties getting it to work. Following the instructions it all goes smoothly until the command to # build homarr - yarn build. it leads to the following error being displayed ...

Torrent widget

torrents does not display, using qbittorrent
No description

How to configure rights on Dashboard ?

I'd like a dashboard to be accessible only to certain authenticated people and not to others who are also authenticated. I haven't found where to configure this? Is this possible?...

Dashdot Widget Issues on iPhone

Hello 👋 Three days ago, I installed Homarr on my nas, and it's really great! Everything works pretty well but I'm having a problem with the dashdot widget. I plan to mainly use homarr to control my Nas Qnap from my iPhone, and the problem is that the Dashdot widget with the graphic animations that show real-time CPU usage doesn't work on it. However, the dashdot widget works perfectly with my computer. I also tried with an Android phone and it works perfectly too! I also tried to do the same op...
Solution:
I answered on your GH issue https://github.com/ajnart/homarr/issues/2056 Basically iOS doing iOS things...
No description

hardware

How can I have Homarr show hardware data ie temps when its installed on truenas?

Weather Widget not Working (TrueNAS Scale)

Hi Guys, I've just started playing around with Homarr and look to have everything mostly working. Have all my *arr apps, plex, qbit and plex up and running except for the weather widget which won't pull any data or find the really obscure place called "London". It's like it isn't finding the internet. Installed via truecharts with the only changes made to add in the paths for the config folders.

Full Screen / Zoom Issue

When using Homarr on a slightly zoomed Desktop or when changing from full screen to a Window the entire Interface gets messed up. Any Ideas how to fix this behaviour?

Can't set up my first integration! Sonarr not linking

Installed Homarr and trying to get a first App integrated. In this case Sonarr. I have added the app to my dashboard and selected the Sonarr integration and added the Sonarr API key as a new secret. The local and external address of the app is the address of my NAS which is hosting Sonarr in a docker container with the Sonarr port number ie 192.168.1.200:8989 When I click on the app icon in the dashboard it is opening Sonarr in a new window but with both the port number of my Synolody NAS and Sonarr ie https://192.168.1.200:5001/8989 Any clues on where I'm going wrong here? I can't find anything in the documentation / previous posts to clarify what the issue might be. Thanks...

links to docker apps dont work

ive noticed when i add docker apps/containers to homarr that the link doesnt work. the link created is http://localhost:7878/ where actually it needs to be http://omv.local:7878/, i know i can go through and maunually change them all but i was woundering if there was a way to set it to http://omv.local by default?
Solution:
@matt77303 there is no way to set that by default

How to retrieve username?

I am following this guide, but the problem is I don't remember what username I had set. I recently updated Homarr and it logged me out, now I can't remember what I used to login the first time. https://homarr.dev/docs/advanced/command-line/password-recovery/...

Bad Request: 400 (denied) Jackett

Hello, I have the following problem: I added the Jackett service to my Homarr dashboard by entering the internal address http://192.168.1.33:9117 and the external address http://vinxmedia:9117/UI/Dashboard. The issue is that the connection ping returns error 400 and remains red. I don't know how to fix it. Any ideas? Thank you very much.
Solution:
Then just add code 400 in the app's network tab. A code 400 still means that your service is working, just that it doesn't have proper authorization. If it was down it would return a code 5xx...

Reset admin Password on Bare Metal Installation

I installed Homarr via the Proxmox VE Helper scripts and I forgot the Admin password. The problem is that its installed bare metal as service and the documentation only gives info on how to do it vie the docker cli. Is there a way to use the commands in the linux cli? Its a debian 12 lxc...
Solution:
Thank you that worked

Change icon tab

Hello, I've been trying to change the tab icon for the last two hours. I've set the path to "/configs/icons/logo.png". I can change the dashboard icon and the background but not the tab icon. Did you succeed?...

Random fail after trying out oidc

I tried to set up osid with authentik but when I configured it i got the error ```Error: connect ECONNREFUSED 172.23.0.14:45331 homarr | at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1571:16) { homarr | errno: -111, homarr | code: 'ECONNREFUSED',...
Solution:
https://github.com/ajnart/homarr/issues/1909 Another user had similar problems as you on reddit, this link helped them figure things out...

System info disapear after 5sec.

Hi, i use homarr on my OMV system with docker. When i add the system info widget i see the informations for round about 5 seconds and the the widget will bei white. How ca i fix this?...

using 2 different (non-cluster) proxmox servers in system health monitoring

Is it possible to use 2 different proxmox servers in system health monitoring? I tried to create categorys and seperate them in there, but it also doesnt work. It always only shows data from the first added Proxmox app in both widgets. I tried it with node names, but ig it only works when they are in a cluster, as it then shuws NaN...

Oicd groups not working

Hello. I am using oicd to connect auth to authelia. There i have groups admins and arrs. I dont really know the difference between owner and admin in homarr, but i have set arrs as admin and admins as owner. But after login, i cannot modify the dashboards, saying I do not have the persmission. Authelia config: ``` client_id: 'homarr' client_name: 'Homarr' client_secret: 'secret' public: false authorization_policy: 'two_factor' redirect_uris: - 'https://homarr.jajaa.si/api/auth/callback/oidc' scopes: - 'openid' - 'groups' - 'email'...
Solution:
So, the issue with my sites was my new shiny catchall. Homarr also no longer gives group errors. It does not sill work however. I will try to reset the volume and see if that helps...

Homarr failing to update applications and widget

Since 10 April a previously functioning Homarr board now fails on trying to load on widget information either internet or locally. I'm using: Raspbian Bookworm version 12 ...
No description