Remove the search bar completely
Hello guys, is there any way to remove the search bar?
Im new to Homarr and didn’t find an option to do so, i even tried on the 1.0 beta version....
Solution:
Customize Board -> Scroll Bottom -> Add Text
Hit Back to Board, may need a refresh also...
.dashboard-header-search-root {
display: none;
}
.dashboard-header-search-root {
display: none;
}
Ping Problem
i got a ping problem. My homarr is on a server within a docker container. i use pihole as an DNS and traefik to route.
i install docker apps like paperless on the dashboard and try to ping them to get a status green or red. but my ping gets an timeout everytime, what am i missing. if i click the tile it dos open the correct app. just ping doesn´t work...
SABnzbd integration doesn't include user/password
Trying to setup SABnzbd integration, but only API Key field is available, and will fail. I have Sonarr and Radarr setup with the SABnzbd intergration and they (unfortantly) require a password as leaving it empty in SAB results in 401 errors on Radarr/Sonarr when leaving it empty there, so therfor I need to use a password with using a API Key. Please add these fields to the integration so it can work. Adding screenshots showing that it fails in homarr, but is successful in radarr
~~~~...

How to disable analytics in Dockge
help needed
Solution:
i did delete and redeploy, that did the trick and the disable analytics env var now shows when running a printenv command
homarr connect to host
first of all im not some pc pro, im just trying to have fun with stuff for my setup and homarr looks amazing. im trying to setup homarr but there is a problem that i couldnt solve, because my homarr is running on docker desktop (im on windows 11 host)
i assume the docker network is seperate from my pc's network, so it cant access whatever i have on my pc's network for example plex at port 32400
is there a way i can allow homarr to access my pc's network?...
Solution:
Check your logs to see if it shows something, also have you selected the plex integration and added the secret in the
integration
tab?qBittorrent intergration not working
IM using these settings to uise qbit without a password
But:
Homaar needs it, how can we skip this in homarr aswell?...

general problems
1. qbittorrent refresh not working
2. weather data not refreshing
3. Type search not enabled in search field...
Failed to fetch Docker Container
Migrating to beta today, already found out some issues but cant solve this one..
Any hints?
Failed to fetch Docker containers
...
Solution:

Cannot pull the homarr beta
I'm using openmediavault. With the old homarr, everything was working without issues. Now I'm trying to use the new homarr, for some reason, it's not working while pulling. It seems like there's not image but i'm not sure.
Here the errors when trying to start
````
500 - Internal Server Error...
Solution:
There is no latest image on the new artifactory yet as we haven't released anything else then the beta. As mentioned by the two above you can either use image tag
v1.0.0-beta.5
when you want to update versions manually or set it to beta
when you want to pull from time to time to get the newest beta release1.0.0-beta.5 adguard integration doesnt work
Log:
...
homarr | 2024-12-20T15:18:56.817Z error: Failed to test connection fetch failed
homarr | 2024-12-20T15:18:56.818Z error: tRPC Error with mutation on 'integration.create': (INTERNAL_SERVER_ERROR) - Checking integration connection failed
homarr | 2024-12-20T15:18:56.817Z error: Failed to test connection fetch failed
homarr | 2024-12-20T15:18:56.818Z error: tRPC Error with mutation on 'integration.create': (INTERNAL_SERVER_ERROR) - Checking integration connection failed
1.0 beta - docker integration not working
I see that docker integration is not working under tools for me all i se in logs is
error connect EACCES /var/run/docker.sock
...Solution:
Found the problem. It's an issue with permissions within the container. I've created a pull request here
Redirect URI wrong Protocol
Okay, getting further this time around. I almost could get in past
OIDC
but homarr's auth is building my redirect_uri
as http not https. I tried with / without NEXTAUTH_UR
L variable set (maybe dep at this point, but didnt make any diff). Authelia
is obviously rejecting it, and i can't add http rules as they are insecure. It looks like the new version works with 256 PKCE
too. I run homarr as a reverse proxied service in that authelia.
looks like it's created with the headers, which may explain it. https://github.com/homarr-labs/homarr/blob/3b7e6cc083220a0e3a0cf4f5243c073067ba5bc7/packages/auth/redirect.ts#L11C14-L11C31 ..
Edit.. : https://github.com/homarr-labs/homarr/blob/3b7e6cc083220a0e3a0cf4f5243c073067ba5bc7/packages/common/src/url.ts#L7
This works 100% fine in the old version....Solution:
Fixed in about 25 minutes in release
v1.0.0-beta.7
deploy failing after installation of v0.15.10
Hi
After updating to 0.15.10, the application is not coming back up, I get the following error:
...
Solution:
That said I'm not completly sure how your setup works, but if your db migration is not run on every release then it will probably not work. Let me know if this helps or we can investigate further
general questions about v1
Hi
I sometimes help maintaining proxmox helper scripts, these are a big collection of scripts to deploy a huge amount of homelab apps to LXC instead of docker.
(https://community-scripts.github.io/ProxmoxVE/scripts?id=homarr)
There is also one for homarr:...
Solution:
In general I have some questions, first of all is the ENV format and names still the same?No, see https://deploy-preview-113--homarr-docs.netlify.app/blog/2024/09/23/version-1.0#breaking-changes
The config files have to be imported using the export/import, is this possible via API?...
Cannot get homarr v1.0.0-beta4 to start (permissions)
I have been unable to get appropriate permissions set up for /appdata. Tried setting perms to 777, subdirectories are created but container is unable to chown. Recently tried just using a volume instead of a bind and now getting
mkdir: can't create directory '/appdata/db': Permission denied
Is there a way to set the uid/gid that the container runs as? Passing them as env vars did not appear to workSolution:
Okay I just setup portainer and took a look. It seems like you currently have somehow defined that it needs to run with the
nextjs
user see your inspection in Config
> User
above Volumes
. For me this field is an empty string: "User": ""
So I guess you have configured this somewhere in your portainer configuration...(Bata4) Wrong Port on doc & missing info
O.S.: Unraid
Version: 1.0 Beta 4
doc's says port is 7575 but thats not correct server is starting on port 3000
...
Solution:
This is not true, we have an internal nginx proxy forwarding the request. The port is correct
v1beta4 - Refreshing page causing widgets to break
See Photos - Setup dashboard, upon F5/Refresh/going back to the page, causes the widgets to all move locations?
If I try and move them, they end up breaking even more and act like it's not a free-placement and is instead indexed? (similar to older home-assistant)
If I go to /manage/boards and then click 'open board' it returns back to the original layout....
Solution:
Fixed in about 25 minutes in release
v1.0.0-beta.7

v1 Beta - Server Error When Not Logged In
I'm getting this error when opening my dashboard on Chrome/Mobile.
```
Application error: a server-side exception has occurred (see the server logs for more information).
Digest: 3570798718...
Solution:
Has been fixed in
v1.0.0-beta.4
v1 Beta - Video & Stream Widget Finding no Source
Using the widget, I passed in a HLS stream:
http://my.ip:8888/driveway/
Showing 'no compatible source was found for this media'
...