Docker compose homarr board
I installed a new os on my nvme ssd. How do I integrate my old board? I still have all the files and mounted them but for some reason my board isn’t there. I can make it again just don’t really want to
Weather Widget - TRPCClientError: fetch failed
I am having the exact same behavior at https://discord.com/channels/972958686051962910/1329939764094308525, but I am already at 1.20.0 the same issue still persist.
The widget never works since installation for like 99% of the time, it successfully fetched weather info for around 30 minutes after I changed the pi-hole integration from IP address to a local hostname. And then it starts failing again and never worked since.
Here is a list of things I tried:...
Solution:
Turns out it's Node's implementation of Happy Eyeballs (RFC 6555) is messing up normally working connections during a race between ipv4 and ipv6.
Adding the following env var removes the issue:
```
NODE_OPTIONS=--network-family-autoselection-attempt-timeout=500...
Widgets missing in LXC Homarr
Hello,
I’ve just installed Homarr via community scripts in an LXC.
After integrating proxmox and adding the app there is no ability to add a widget. Only apps...
Solution:
Have you read the documentation? Are you aware that clicking "New item" will add widgets?
"Download Client" item wont let me move columns
I am running Homarr 1.20.0 on Docker. I have the qbittorrent integration setup with the download client item. But when I add new columns like up speed or ratio I am not able to move them. I can grab and drag them but they just stay in the same place
Solution:
Known issue, see https://github.com/homarr-labs/homarr/issues/2075
Massive spam of DNS requests for my local domains
Suddenly m network stopped working and by analyzing the symptoms i quickly figuredout it was related to the DNS.
Analyzing my router i found out a spam of DNS requests coming out from Homarr, pointing to my local domains (of my applications)...
Solution:
Ok, then let's just keep tracking this in the GitHub issue as we discussed.
System Health Monitor with custom integrations?
I am setting up homarr for my home lab using a Raspberry Pi CM5, I want to keep the setup lightweight.
Is it possible for the system health monitor widget to source metrics from local system CLI instead of Dash., OpenMediaVault or Proxmox?...
Solution:
No, not at the moment. Dash. should be pretty lightweight though.
Error on release widget
Any idea on how to fix this possible
Solution:
You need to use GitHub with identifier homarr-labs/homarr instead

Update to 1.20
hello, I have homarr installed in proxmox. I upgraded to version 1.20 using the "update" command through the proxmox container console. the dashboard stopped opening (nginx error 501) and the log shows the following information:
root@homarr:~# systemctl status homarr
× homarr.service - Homarr Service
Loaded: loaded (/etc/systemd/system/homarr.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sat 2025-05-17 15:55:18 MSK; 1min 40s ago...
Releases widget rate limited by GitHub
Hey folks!! I'm getting an error with the new (and absolutely incredible) releases widget. Is there any way to resolve this? I have a github account and would love to authenticate it to increase my rate limit, but that doesn't seem supported within the widget just yet.
```
{...
Solution:
Please submit a feature request on GitHub. We do not accept feature requests via discord.

Homarr loads incredibley slow
Everything loads incredibley slow. The Dashboard easily takes 20 Seconds to load. Clicking on the settings Icon has no reaction, for like 20 seconds or so as well. Before the loading circle shows up, which remains for ages as well.
A friend of mine runs it on a Docker container too, and there is no such issue, on a Synology NAS.
My VM which runs the entire Docker environment has no high CPU or RAM usage whatsoever.
...
Solution:
Please adhere to our community guidelines and Discord rules. You've already posted the same issue here: https://github.com/homarr-labs/homarr/issues/3109
We are going to help you once we have time - duplicating your post won't make it faster. Repeated duplicate posts may result in a warning or ban. I'll mark this as resolved since we are helping you on GitHub....
APPS - API question
not sure if I need to open an issue or not...
when creating an app with the dashboard, you don't need to enter a description or a pingURL, and they show up as null when you export your apps with the API,
when creating an app with the API, you can't leverage null.
most of my bookmarks don't need a ping URL and I want to load them in bulk.. can you make those fields optional when adding or patching apps with the API?...
Solution:
Please submit a ticket on GitHub. Thank you
proxmox integration not working after migration
I just migrated an instance of 0.15 to 1.19, and realised that a proxmox integration is not working. It works still on the old, but not on the new. I tried creating a new one, but the error message is still the same
FaILED to call GET https://192.168.10.1:8006/api2/json/nodes cause by:certificate has expired
I tried setting up a new credentials, same thing...I'm trying to display my WAN ip address on a dashboard... how are you guys doing this ?
An IFrame widget looks like an option, but that isn't very pretty :/
Other ideas please ?...
Solution:
At the moment Iframe is the only possibility
Unifi Widget
Question about the Unifi widget. What exactly does the VPN status show for the controller summary widget? I have a VPN connection on my gateway as a client and I've tested it with teleport function but neither of these make the status green? Is this solely if you are using the VPN server or site-to-site function?
is there still a way to get homaar to have these specific views?
im specifically trying to get my download and upload like shown on the picture, and also i want dashdot to look like that.... my dash dot have big displays and im using an iframe .. even if i integrate it though it only really shows storage

Error with releases integration
was working fine now getting error on all entries for rate limit. I don't need this integration to update that often. Even once a day is fine.

Where does "SECRET_ENCRYPTION_KEY" get used/saved? Is it part of db.sqlite?
I was just wondering if it would be safe to copy/replace the db.sqlite file to other machines that had a plain homarr install done on them . I am assuming if you did that the encryption key would be identical on each of those machines. Also all of the user accounts/passwords in homarr would also be copied.
Solution:
It is not saved, so you'll need to use the same one for copies. It is used to encrypt secrets like api key and password from integrations
Backup / Restore Homarr
I used the docker compose found here: https://homarr.dev/docs/integrations/containers/
I have access to "/appdata/db/db.sqlite" in the docker image. I deleted the file and restarted the container.
Went back to Homarr and and the layout was still there. Also opened in private browsing and went to the Homarr site and the layout was still there (checked for caching)
How would I move this info to another machine? Does the new machine need to have the same system name?...
Solution:
Well... Thank you for your time. I figured out the issue. The .env file had been changed in the background. I re-edited it and it worked.