Homarr

H

Homarr

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

Join

Custom Re-size iFrame?

Can we use .5 or something to customize iFrame without any kinda of wasted border?
No description

Reverse proxy issue?

is there a env variable missing for reverse proxy support, on the unraid app x-forwarded-host header with value localip does not match origin header with value homarr.home.com from a forwarded Server Actions request. Aborting the action. does the template support adding a proxy_domain variable? Also to note this is with nginx proxy manager secured with Authentik

Installation via Helm - 500 Internal Server Error

I deployed Homarr Version 1.0.1 via HelmChart Version 2.0.2 after the deployment is done and running im getting the error message seen in the attached screenshot. I went through the logs for the pod and got the following: Invalid environment variables: { AUTH_LOGOUT_REDIRECT_URL: [ 'Invalid url' ] } Error: Invalid environment variables at A (.next/server/chunks/3054.js:164:90086)...
No description

Failing to fetch CPU temperature from Dash. causes the system health monitoring widget to error

After migrating to version 1.0.1, the Dash. integration stopped working, after checking the console, I think Homarr is expecting Dash. to provide the CPU temperature for each core, but due to the fact that my Dash. instance is running in a Proxmox VM, it cannot get the CPU core temperatures, thus resulting in an error.
No description

mysql "You have an error in your SQL syntax"

I am trying to make the database work with mysql for the homarr v1 version running with docker compose but I am encountering the error " Application error: a server-side exception has occurred (see the server logs for more information). Digest: 2374504417 " The logs are as follows....

1.0 Proxmox Integration problem

Getting this error every time I try to integrate proxmox. Not sure what I'm doing wrong. I think I did everything correct from the homarr documentation site Error: "FaILED to call GET https://192.168.1.23:8006/api2/json/nodes cause by:unable to verify the first certificate...
No description

Installation on Unraid - Nothing happens when I hit "Apply"

Since this is a new set up page, I'm having a hard time knowing what to do here and there are a TON of options vs. the old one. I am coming in fresh. When I generate my key and hit Apply, nothing at all happens. If I take out the key and hit apply, it pops me up to that box and tells me to fill it out. Any ideas?

Problem migrating to 1.0

When I click confirm import and continue, it does nothing. I tried multiple times and made sure the encrypt key was correct.
Solution:
Solution: had to uncheck default.json board
No description

Can't find my secret key

Posted https://discord.com/channels/972958686051962910/972958689155764326/1330443819409346560 by @ukjent1
I can't find my secret key 😦 I tried "docker exec -it homarr cat /secrets/encryptionKey", but it say cat: /secrets/encryptionKey: No such file or directory
What do I do wrong? 🙂...

Users can't set default home board

Got the new V1.0.1 up and running, generic users (member of a group with no special permissions) can't set their home board. They can view the boards though.
No description

Proxmox configuration documentation incomplete?

Hi everyone, I can't get the proxmox integration to work. I followed the documentation https://homarr.dev/docs/integrations/hardware/#proxmox but I don't know what's the proper way of pasting the token ID. I see in the documentation that the available configuration options are username, tokenId, apikey, and realm, but what's the syntax to put in the secret field of proxmox integration? I was able to configure almost all the integrations available, just not this one....
Solution:
It is a breaking change, so please read the list of them and follow the documentation: https://homarr.dev/blog/2024/09/23/version-1.0#breaking-changes https://homarr.dev/docs/getting-started/installation/docker...

500 internal Server Error

I saw another topic with this issue and modified my docker-compose file based on that, but I'm still getting the message. Where should I start troubleshooting? ```services: homarr: container_name: homarr...
Solution:
You are missing an environment variable. Probably the SECRET_ENCRYPTION_KEY, see https://homarr.dev/docs/getting-started/installation/docker

url integration

Why isn't it allowed to enter a dns entry for url? Is there some way around it? neither sabnzbd:8080 or sabnzbd are valid. I have dynamic ips for docker so can't use ip...
Solution:
nevermind, just had to add http://, my bad

SSO Login Error

When attempting to login, I get the "Login with Authentik" button but an error. "login?error=configuration" in the URL. ``` services: homarr: container_name: homarr...
Solution:
Looks like adding a trailing slash to .env fixed it. Docs need to be updated.

UNRAID code: 'ERR_INVALID_URL', input: '/appdata/db/db.sqlite' using mysql

Hi, newcomer here. I can't get the container to work on unraid with theses parameters (mysql db & authentik for oidc) I'm getting an error 500 with those logs (last pic)...
Solution:
Hey @Theosusan The current version does not support mariadb, some parts may work but I would generally not use mariadb for now. The orm we are using has it in the backlog for v1, but I can not give you an ETA...
No description

Installing fresh hommar using docker compose

Hello, hope everyone is doing great ! i am trying to run homarr through docker compose in win 10, i tried it on two machines so far .. every time i get 500 | Internal server error... anyone knows why ...
Solution:
It requires at least some basic knowledge of Docker. apparently means "no support for docker problems from us" 😔 . The documentation for installation is insufficient, since one needs to do more than simply "paste the following code into it." and "Then, run docker compose up -d in the same directory.". One needs to replace your_64_character_hex_string with well, a 64 character password. Your docker log offers what I understand is a randomly generated one (My docker log showed a different one, I used it and it worked)....

TRPC Client Error - Weather widget cannot fetch data

Hello, I'm currently getting the following and I'm using docker compose through portainer for my instance:
2025-01-17T22:21:50.563Z error: tRPC Error with query on 'widget.weather.atLocation': (INTERNAL_SERVER_ERROR) - fetch failed
...
No description

Immobile Entity state items

Entity state items can only be moved before you select the integration/entity (1.0 on Docker + Firefox)...

[Solved] left column unusable

Hi, Old time user but I just made a fresh install to test the 1.0 (I didn't try beta). I have a column on the left of my board but I can't put anything in it is it normal? I tried to put the clock in it or getting rid of it and nothing work. I guess the old left/right column system has been canned? Anyway thanks for the awesome work....
Solution:
I also got this at some point but was unable to reproduce. If you reload the page it should go away
No description

High RAM usage with System Health Monitoring

Hello, I just added the System Health Monitoring widget to Homarr and I am experiencing a constantly-increasing RAM usage of my qBittorrent docker container (which is running in the same docker stack as Homarr) to the point where I am running into a OOM issue after about an hour. This only happens when the Homarr webpage is selected. If I go on any other tab, the RAM just stops increasing (without going down) and starts increasing again as soon as I go back to the Homarr tab. How can I solve this problem? Thank you for you help....
Next