Homarr

H

Homarr

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

Join

Pi-Hole integration cannot be connected

Pi-Hole Version: 6.0.6 Homarr Version: 1.17.0 Certificate of PiHole is added under Certificates. API App password is entered correctly. (copy and paste)...

Qbittorrent module doesn't auto-update

Hello, I have a problem with Qbittorrent module. If i remember correctly, the qbittorrent plugin refreshed in "real-time" before. But now, I need to manually refresh my board to see updated % of download, speed etc ... I tried to connect Homarr <=> Qbittorrent with my local adress (eg: X.X.X.X:8341) and with a reverse proxy adress. None worked. The application connect, I receive the information from Qbittorrent. But if I want to update them, I have to refresh my browser page....

Can't change opacity of tiles

Hi, I just installed the latest version of homarr V1, and can't seem to change the opacity of the tiles on either of my boards. I found the slider in the appearance section of the board settings but sliding this up or down doesn't seem to do anything. I imported my config from a previous version of homarr from before V1 if that somehow helps explain what is going on. Any help would be appreciated, thanks
Solution:
it turned out it was my dark reader extension on firefox

upload download speeed

im not sure what version of homarr this is , but is there a way for it to show me upload/download speed? i used a previous version of homarr where qbit would should a graph of the speeds but it seems that has been removed ... looking to monitor upload/download just like this attached screen shot // thanks
Solution:
Hi, as already answered in #🦞・general , there is not a widget for this in 1.0+ at the moment. Check our GitHub for open issues, upvote them or submit a new one if it doesn't exist yet, since we do not track feature requests on Discord. Thanks
No description

google calendar embed

I used the embed part and got my google calendar embed, but then i save it, nothing shows on the embed
Solution:
Hi, please see the limitations of the iframe: https://homarr.dev/docs/next/widgets/iframe/ We cannot do anything about third party websites blocking the embedding....

minor skill issue with CSS ;D

Hi! small issue with CSS where language select is larger than the rest of the items
Solution:
Hi, as mentioned in #🦞・general , custom CSS comes with some risks. See https://homarr.dev/docs/next/advanced/styling/#limitations-and-dangers . To start, can you post your custom CSS here? As a general guideline, we usually do not provide support for your own custom CSS....
No description

Trying to add the Unifi integration

It is a self hosted unifi controller using docker. I have turned off the certificate validation in the docker settings for Homarr to avoid the self-signed warning. When trying to add the integration I get this in the log: ``` 2025-04-17T14:22:03.151Z info Dispatching request https://192.168.1.3:8443/ (5 headers)...
Solution:
Hi, did you see https://github.com/homarr-labs/homarr/issues/2835 ? This will likely be fixed by that issue....
No description

Insane slowness + how to setup systemd

Its almost impossible to do anything on homarr as I see the webpage trying to load something perpetually, and it only respond to my clicks once I tell my browser to stop loading, then I can click and as soon as I click anything in homarr the webpage goes into infinite loading again and I can't interact with anything yet again. I see that whenever I try to interact with stuff and nothing works because of the infinite loading, I see that no new entries shows up in the console, only when I do my "trick" and the website responds again is when I see new entries. Sorry for explaining it poorly. I had a guess that it might be because it is running on the console by pnpm start and maybe if I create a service it would be better, however I have no idea how homarr actually runs so I can't properly create a systemd service and gpt couldn't either because it is looking for "apps/nextjs/.next/standalone/server.js" to create the service. I would appreciate any help. Build from source. Ubuntu 24.04.2 LTS. Node v22.14.0. pnpm 10.8.1. Redis server v=7.4.1...

Problem with deployment through docker

Hi, I used to have a Homarr instance on another pc, I copied the dokcer-compose.yml file but when deploying for some reasons it can't create the things it need to work and (db, redis, trusted-certificates) and so when trying to connect it gives error 500. It is running with my user privileges, as any other docker container I run and I am the owner of the directory it should create those things into. What can I do?

Overseerr Media Requests List issue

Looks like Overseerr added another status enum again, I'm getting the following error:
TRPCClientError: [ { "received": 5, "code": "invalid_enum_value", "options": [ 1, 2, 3, 4 ], "path": [ "results", 0, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3 | 4, received '5'" }
TRPCClientError: [ { "received": 5, "code": "invalid_enum_value", "options": [ 1, 2, 3, 4 ], "path": [ "results", 0, "status" ], "message": "Invalid enum value. Expected 1 | 2 | 3 | 4, received '5'" }
Did a little digging and if I had to guess, its a 'Completed' status, which seems to be new and I'm not sure why they even added it as filtering by 'Available' shows the same items in Overseerr...
Solution:
Thanks for the notice. Please submit an issue on GitHub. I'll mark this as resolved.

Admin groups - right permissions assignment

I'm looking to configure the owner / admin rights from ActiveDirectory groups, the basic user auth is ok, but the user don't get rights. My docker-compose.yml ``` AUTH_LDAP_USERNAME_ATTRIBUTE: sAMAccountName...
Solution:
okay, i've found my mistake i think. No permissions have profiles predefined with the value inside the docker-compose.yml AUTH_LDAP_OWNER_ADMINS AUTH_LDAP_OWNER_OWNER ...

No item

i only have a few item and i dont have like media server and download speed

Can't get any groups from ldap

I have the problem that when I log in via ldap, no groups are found. I use openldap. My Docker config looks like this: AUTH_PROVIDERS: “ldap” AUTH_LDAP_URI: “ldap://server:port” AUTH_LDAP_BASE: “dc=our-dn,dc=en” AUTH_LDAP_BIND_DN: “uid=ldapuser,cn=users,dc=our-dn,dc=de”...

Can't authenticate with ldap

Hi , i'm migrating from ghcr.io/ajnart/homarr:latest image to the official homarr image, but i'm getting stuck when i want to use ldap Auth (WindowsDomain) I've read the documentation and according my docker-compose file with it. Without ldap auth, i was able to reimport my dashboards, all is working except ldap. If anyone can help me ! Here my docker-compose.yml (this configuration working previously with the ajnart image) :...
Solution:
it's okay, my bad, "s" missing from the older config file, problem was between the chair and the keyboard ! thanks for your help !...

Tdarr integration - Empty statistics tab

Hey there, I have a Tdarr instance running and have added the integration to Homarr. In the widget on the dashboard I can see the Workers, Queue and Health checks but my "Statistics" tab always displays Empty I know that the widget only updates if I refresh the page, but it seems like no info is being pulled from Tdarr I have tested if the API works and if I use the Tdarr API I do recieve the data back...
Solution:
Thanks for debugging and sorry for the late reply. Can you submit a bug report on GitHub? Alternatively, since you debugged it so deeply, you may also contribute a fix if you're willing to. Thank you!...
No description

Portainer stack - Failed to run job

Any help would be much appreciated! Here is my setup: Docker host: Ubuntu 20.04.6 LTS VM running on Hyper-V. Manged via portainer stacks. Data lives on a windows 2019 fileserver on the same network. (FS1)...

HELP WITH PI-HOLE INTEGRATION

i just cant get the pi-hole integration working no matter what . for starters the api key key retrieval isnt easy and i was told to use the app password as api key or somehting but i did that still it doesnt work .please help

Unifi Controller Integration Error

When I attempt to set up the integration, it gives me an error saying the certificat is self signed. I admittedly do not have a comprehensive understanding of certificates but i would expect it would be fairly obvious its self signed since its local and not available outside the network. I am not sure why thats a problem. I also tried http, not expecting it to work either. it didnt. This is a UDM Pro, if that makes a difference...

Unifi integration error on adding

Solution:
Can you report this as an issue on GitHub?
No description

Stop Homarr from spamming Jellyfin Activity

The title basically says it all. Is there any way to stop homarr from spamming the Jellyfin Activity Log?