System Health Monitor
is fetch every second / dash. behavior deleted? because i need it,
a moment ago, i decide to update my homarr and in previous version when i use dash. the stat is helpful because its updated every second without refresh the homepage, but in the new version just update the system health every refresh homepage that make me difficult to know my server conditions. thankyou...
No apps, boards or integrations when trying to import to Homarr 1.0
I just went over to Homarr 1.0 and I tried to follow the migration guide. But when I get to the import screen:
Apps say 0
Boards say 0
Integrations say 0...
Solution:
I think I figured it out actually.
I needed to change adhole-controls and adhole-summary to:
dns-hole-controls and dns-hole-summary...
Changing the background and logo Homarr v1
Hi,
I have a question about changing the background and logo in Homarr — maybe someone can help.
I'm using version 0.15.10 in Docker, and it works as follows:
I added the following volume to the Homarr container:...
SQL syntax error on fresh install /w external database
After doing the initial setup, when you go to log in for the first time, a sql error happens. and shows a 500 error in browser.
Version: 1.1.0
System: Unraid/Docker
Log: See below...
Solution:
Hey, you seem to use MariaDB, but we currently only support MySQL. So I guess you have to change that
lost Secret Encryption Key truenas
I had issues updating previsouly i have both a .ix-apps back and made a copy for migration. when i go to import the migration zip it is asking for the secert key which i dont recall created in the previous version. is there any way for me to import the old board layout/migrate. or is there a way to find the key?
Control vm's
Is there a way to see the vm's you have installed and to control them by starting one and having it shut down one that may be running? Or at the very least be able to start and stop them with one click?
How to make OIDC account an admin
I tried to migrate my homarr to use OIDC SSO. But i cannot make my OIDC account to be the admin for the homarr.
As i cannot add external account to a group. Ultimately I want to remove the local authentication, to use SSO only....
As i cannot add external account to a group. Ultimately I want to remove the local authentication, to use SSO only....
Solution:
Okay then follow the following steps:
1. Create a group with your local authentication account with the name from the external auth provider
2. Set permission for that group to admin
3. Change AUTH_PROVIDERS to
oidc
4. Restart container...Unraid Install Failures - 500 Internal Server Error
Hey y'all! New to unraid, new to starr apps, fairly new to homelabbing in general. I have been trying to get homarr working for like 4 hours. It doesn't seem like it should be hard, but here we are.
When I try to install homarr via the community applications page, I end up with a 500 internal server error. I attached an image of my install path. I don't have it handy but can provide - I also tried installing via docker compose with a 400 nginx error I believe? And nginx isnt installed on my system.
I have the whole dockerlog (as far as I know how) and system log attached as well.
For the image with my unraid values for homarr, I didn't attach as you scroll down, because I didn't change any of the variables....
RSS Widget using v1.1.0 not accepting urls
Hi All,
For some reason the rss widget does not access any rss url I try to add, it remains blank and does not read the feeds. I also saw the errors attached in the screenshot (the errors from the same function also show for the a few other widgets like weather but weather works).
Am I doing something wrong?...

Getting 500 error on clean Unraid install with v1.1.0
Hey! In trying to upgrade to v1.0.0 I got a 500 error on startup (clean Unraid app install, appdata deleted). Same thing is now happening with (again, clean install) v1.1.0. Let me know if I can provide any more details! The only environment variable I configured was the required secret.
```
Node.js v22.13.0
/app/apps/tasks/tasks.cjs:20849
throw result.error;...
Solution:
Set
AUTH_PROVIDERS
to credentials
and try again (see https://homarr.dev/docs/advanced/single-sign-on)OIDC error, message: 'self-signed certificate'
Hi
Recently OIDC login broke for me with this message:
```
[next-auth][error][SIGNIN_OAUTH_ERROR] ...
Fetch Failed
Hello everyone. I am running an instance of Homarr v1.0.1 in Docker. I am running instances of Radarr, Sonarr, Jellyfin etc. with a self-signed certificate. When I try to add this as an integration to Homarr I get the error "fetch failed".
The log is as follows.
⨯ Error [TRPCClientError]: fetch failed...
Duplicating Apps or Widgets
Seeing an issue that when I duplicate any widget the original cannot be moved around. The duplicate one becomes unmovable after board is saved.
Example: I am adding widgets to a board, to "speed" things up I just duplicate the first App Widget and edit it to the new App I want. I have noticed the duplicate become un-movable after I have saved the board as well....
Is there any way to implement multiple instances of Jellyseerr?
I run 3 instances of Sonarr, 2 instances of Radarr and and 3 instances of Jellyseerr because I need separate request pipelines - the dashboard widget seems to display requests from the last connected app, but is there any way to have it combine requests from multiple instances of Jellyseerr or alternatively link widgets to specific instances? Cheers!
Calendar Widget
Hi,
When I use the calendar widget, the season/ep number is cut off at the first letter
Resizing and adding/removing collums does not solve this issue...

Remove header on phone
Hey everyone. Im not sure if Im doing something wrong but when I try to hide the header with a custom css, nothing happens. This is what I used:
.mantine-Header-root {
width: fit-content;
margin: auto;...
Custom Re-size iFrame?
Can we use .5 or something to customize iFrame without any kinda of wasted border?

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 AuthentikSolution:
So you added the following fields?:
```
location / {...