Homarr

H

Homarr

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

Join

Pihole widget issue

I installed the Pihole widget a couple of days ago but noticed that it always stay at 0% for everything, any idea what's wrong?
No description

dash. don't work

i installed docker dash on my synology ds923+. it works perfectly and i see all the data in the browser, but when i apply the widget in homarr and go to enter the web address of dash. i get this error: "unable to retrieve information, you have installed the latest version of dash. ?" ...

Favicon

i have a synology ds 923+, i installed homarr with docker manager and it works perfectly. if i insert a link to a favicon in the FAVICON field or the /icons folder (with the 48x48 png file inside) is not displayed, the homarr favicon always appears if, on the other hand, I put a file or link in the logo field, it works perfectly. why doesn't favicon work? i don't understand. if you tell me that i can do some tests, you do me a favour....

OIDC Auth - Stop updating roles?

Hi, I've configured integration with Authentik. I want any users that login though Authentik to be created as 'normal' users, and all seems to be set up fine. However, I also want my personal account to be an administrator, while still using Authentik to log in (I have an 'admin' account as the owner). I log in once, then switch to the admin account to promote my account to administrator, then disable credential login. But whenever I log in through my personal account, I see this message in the logs, highlighting that my user is demoted back to a normal account on each login....
Solution:
if one of my OIDC logged in users is part of the homarr-admin role, they'll automatically be setup as an admin in homarr, similar for Owner

Proxmox Integration & System health monitoring (NaN%)

I've done some research but never found any solution connected to Homarr or something similar... Does anyone know why I don't get Health Information for my Proxmox Server? Like it does show for my VMs but not for my Server itself, maybe because I have 2 nodes? It just says "CPU NaN%" and "RAM NaN%". See picture for reference. Would be really grateful for some help !! :8bitheart:...
Solution:
You really only need a user with pve auditor permissions. After you have the user, you make the api token. Once the api token is made don't forget to giver permissions to the user and api token iteself.
No description

Local files and folders

Hey, is there a way to add a path to a local folder or file as an app? I only use the dashboard on one PC and it should also display the quick links for that.

unable to log on

I have logged in and created a board. But I cant get back in. Im not sure how what my username could be as my past username is no longer working. I also cant figure out the password. I have tried creating a one time passcode. I am using a docker instance with docker-compose, and I tried to completely wipe and reinstall homarr. But im unsure of how to do that. If you have any ideas I would be super greatful...
Solution:
ok so first shut down Homarr's container, then rm /home/shulfam/homarr/data/*, then double check the file is indeed deleted using ls /home/shulfam/homarr/data, and finally start the container again. go to your homarr's address and check that you get redirected to the /onboard path

unsplash

What's up with Unsplash? Works for a few days, (like when an API key resets) then stops for the rest of the month, thenb starts working again at the beginning of the next month. https://source.unsplash.com/featured/?experimental,experimental

Unable to login to dash on android TV

https://streamable.com/v0nynn I can login fine on my laptop/pc with chrome, i'm using Kiwi Browser on my NVIDIA SHIELD...

Widgets move around/overlap

Since a couple of days I've had issues with setting up widgets. They start to overlap, some refreshes things work out fine. Going into edit mode snaps everything back into place. I checked console + container logs, but no indication into what's causing the behaviour....
Solution:
I assume that means the issue is still present. In that case I see 2 possibilities: You may have another homarr page opened, which may be interfering a little. Your config json file is somehow botched. Maybe try making a new board and see if the issue persists there....
No description

How to import old configuration?

I recently updated and it had me create a user and password even though I had a password before and now I do not see any of my old dashboard and do not see any option to backup/import. So I was looking at the configuration files and the only one left from before the update is in app/data/configs. Do I just need to copy that and overwrite the ones in all the other folders or just a specific one or do something else?...
Solution:
Hi, import is as simple as putting your backup files into the config folder yes. What version are you updating from?...

ProxMox Integration NaN% CPU and RAM

So an issue I am having with the proxmox integration after following this guide: https://homarr.dev/docs/integrations/hardware/ Is that the CPU is showing NaN% same for ram and non of my LXC's or VMs are showing up....
Solution:
SO update: I changed the Role of everything to administrator and It fixed it.
No description

OIDC/Authentik configuration issues

I am having issues getting the OIDC integration working with my Authentik setup. Configurations is as follows Homarr: ``` services:...
Solution:
See my edits to your config below: `services: homarr: container_name: homarr...

what am i oing wrong ?

Solution:
Hi @Fabi , you miss the http:// oder https:// prefix
No description

Weather app

Hi I added the weather app, but it doesn't work. When I go to search my town, it says "an error occured". I have confirmed the container can resolve dns addresses. Any ideas?...

Issues with Plex ping and integration

Hi, i'm having a couple issues with my plex configurations on homarr: ping isn't working due to return status 401 and neither the widget is. I'm running Homarr 0.15.3 on Portainer and I've followed Plex's documentation in order to retrieve the correct token....
Solution:
use http instead of https
No description

Radarr & Sonarr Ping

Hi, I am having trouble integrating my radarr & sonarr instances (i have two of each). the ping remains red & i get the error: Unexpected response: connect EHOSTUNREACH 192.168.1.101:7878 My overseerr (which is port forwarded) works when i use the cloudflare tunnel URL...
Solution:
Yes. Homarr should be on the same network as the apps it's trying to communicate to

Container widgets not connnecting to containers

Only way i could get it working was internal container ip - but dont know how too set static ip. hostip:port for some reason will not connect...
Solution:
Containername:port

Github Registry for Homarr

Trying to update Homarr, but when I pull the image I'm getting a 500 error. So I wanted to add the registry Homarr is using since they changed their image to ghcr.io I tried pulling the image first, but it wont let me because I dont have the right registry for Homarr... hence the ask. Operating system: Ubuntu 22.04...
Solution:
ok so the answer to my woes was to go to Portainer > Registries > Create a new Registry: ``` Name: Homarr Registry URL: ghcr.io Username: ajnart...