Homarr

H

Homarr

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

Join

Login issue

Homarr appears to conflict with LobeChat. When I log into Homarr as an administrator, any existing LobeChat session is inevitably logged out, and vice versa: logging into LobeChat causes Homarr to log out. I tried to check Homarr’s logs but can’t see any entries from before the logout. I don’t understand why these two Docker containers would affect each other like this. System: Unraid...
Solution:
Cookie conflict is not something we can really fix

dash widget not working

I am trying today to have dash working with homarr. dash is running on the same docker network as homarr so basically same gateway, dash is not configure with nginx because i do not want it exposed to the internet. when i go to the integration page on homarr with the docker ip of dash i save it and success. then i go to create the system resources widget then select dash but i get an error on the widget that says TRPCClientError: Failed to parse integration data...
No description

UniFi integration failing

Does the UniFi integration work if you have 2FA enabled? I trusted the cert, and I get the notification for my UniFi verify code, but it does not seem to like something. Maybe I’m missing something in the URL?
No description

Can't add any integration to my board, the drop down list is empty

I created a new integration (sonarr), performed the test and saved it, edited the permissions, and added users and groups to the integration permissions section. However, nothing is in my drop down list when I try to add a new integration to my board, not even the 8 or so default integrations that were already there. Also do not see anything relevant in logs. Using version 1.31.0 via docker compose. (ghcr.io/homarr-labs/homarr:latest)...
Solution:
Ah sorry, I forgot. The media release widget does not support Sonarr: https://homarr.dev/docs/widgets/media-releases/

Deluge not showing any torrents

just migrated to 1.31.0. Got all my other integrations working but deluge download client item seems buggy. It does not show active torrents no matter what I do. I can see my badwidth, pause and resume client but no records display.

Different URL for integration and access

I recently set up the requests widget but in order to avoid being blocked by authentication I used the internal docker address (jellyseerr:5055), the issue I have is that when clicking on a request to view details it uses the internal URL instead of the external URL, is there a way to fix this?

[Solved]OPNsense integration credentials

I tryed to setup the new OPNsense integration, but I was unable to establish a connection to OPNsense. - Tryed to use the root user for test. Also created a new admin user, generated several API keys/secrets for these but for some reason I could not connect Homarr to OPNsense. I could not figure out the right credentials needed. Until documentation is updated please throw a hint in my direction. Ty!...
No description

I'm not prompted for the import when doing an install from scratch.

When doing a new install from scratch and trying to update to version 1.0.0 I am not prompted to do the import. After seeing the the welcome screen I am asked to create a new admin account which I do and then I cannot do the import.

Homarr and proxmox certificate

Hi I install Homarr (1.30.1) on my proxmox server with lxc script from tteck. It works well but I can't connect Homarr to Proxmox : - I have an error with ECONNREFUSED when I don't indicate the port....

App health check stuck

My Homarr is running on a K3s cluster, and the chart version is 5.5.1. Recently, I realized that the app health check is stuck at loading and cannot resume until I restart the Pod. Is it a known issue?...
Solution:
Sorry, just saw this issue: https://github.com/homarr-labs/homarr/issues/3622. Will close this post.
No description

Console Error

5031-c8ee379d3ec32c9e.js:1 Uncaught TypeError: Cannot use 'in' operator to search for 'code' in undefined at f (5031-c8ee379d3ec32c9e.js:1:3739) at b (5031-c8ee379d3ec32c9e.js:1:3545) at l9 (87c73c54-095cf9a90cf9ee03.js:1:51105) at oT (87c73c54-095cf9a90cf9ee03.js:1:70689)...

Configuration Backup and File Location with Docker

Hi there, I'm trying to figure out where the data for Homarr is stored when installed via docker compose on windows. The Homarr section for my docker-compose.yml looks like this: ``` homarr:...
Solution:
Yes, we use sqlite by default

Adding item to a board via API

Hi! Is there a way to add items to board using the API? If not, is there a known workaround for this use case? Thanks in advance 🙂...

OIDC not showing up (on login UI or logs)

Hi, I have a Homarr container (version 0.15.10) where I'm trying to get OIDC authentication working via Pocket ID, but the UI does not show any OIDC button or option. The logs also don't mention anything related to OIDC. Am I missing some other environment variable? This is my docker-compose (managed by Komodo) config with just the FQDN changed to example.com: ...
No description

Aidez moi - Can't achieve installing 1.x Homarr Docker Container #homarr

Hello everyone. I just discovered late that the Homarr homepage went from 0.15 to 1.x a few months ago, and that a migration method was implemented in the application with an encryption key etc.....In short, I took my lead and tried my luck. Docker Compose is small, simple and efficient.....the container launches perfectly in "healthy" mode under Portainer. But now, impossible to access the page! Both through the Reverse Proxy https and on the page http://namenas.synology.me:7578 (dedicated port). Don't understand what's going on. Any similar feedback from you?...
Solution:
As for the actual problem, you are exposing the wrong port. Expose 7575 instead, you can map to 7578 or any other port. So it should be 7578:7575

Homarr crashes after fresh docker deploy on old Synology DS1513+

After deploying Homarr 1.27 and now 1.30 I get the initial page to load where you can choose theme etc. After pressing clean set up it crashes immediately. Logs attached. It's an old system but it ran the older pre-1.0 versions in the past. Decided to come back and try the latest but can't get it to work. Deploying using standard docker-compose from installation documentation on website. Tried with and without docker integration. Same result either way. Appreciate any advise.

1.30 update resets Homarr

Current docker compose: ```yml services: homarr:...
Solution:
You did not follow the migration guide correctly: https://homarr.dev/blog/2025/01/19/migration-guide-1.0 Hence, Docker did not persist your data and it was reset....
No description

Homarr.dev says latest is 1.27

Trying to update due to vulnerability

Round numbers up or down for Home Assistant Entity State

Hi there, I have a quick question regarding home assistant entity state. In home assistant I have my 3D printer set up with a few different methods of estimating time to completion for a print. These are set up nicely with Moonraker with their numbers rounded neatly, for example, '5h 57m.' However, when creating an entity tile in Homarr, it's displaying the number as a full string! Is there any way to set the rounding on this to make it a little more reader-friendly?...
Solution:
Hi, not at the moment, but you can round within Homeassistant. Consider posting a feature request on GitHub.
No description