GkhnG
HHomarr
•Created by ☆ Kalaxian ☆ on 2/24/2025 in #💬・get-help
Can you help me customize my background, icon, and favicon?
You should add the following volume for Docker compose. (You should copy all the items from Homarr's /apps/nextjs/public directory to this folder). After that, homarr will be able to access it as "/name.jpg or .png, .gif".
volumes:
- /your/local/image/path/:/app/apps/nextjs/public/
5 replies
HHomarr
•Created by Aehryn on 2/24/2025 in #💬・get-help
Page Title/ Logo removal?
Hello. To remove the logo, you must first choose an image format that Homarr does not use and add it as a logo. For example, webp format. You can remove it by adding the following code to your css (this will remove all webp format images under img. Since Homarr does not use webp format images, only the logo will be removed)
.m_4081bf90 img[src$=".webp"] {
display: none;
}
To remove the page title
h2.m_8a5d1357.mantine-Title-root.mantine-visible-from-sm {
display: none;
}
4 replies
HHomarr
•Created by GkhnG on 1/22/2025 in #💬・get-help
Fetch Failed
Thanks. I was getting the error because I added the signed certificate to homarr. Adding the root certificate fixed the problem. But the pings are still red
6 replies
HHomarr
•Created by GkhnG on 1/22/2025 in #💬・get-help
Fetch Failed
Hello. Yes, I import the certificates but the result does not change. The same goes for pings.
6 replies
HHomarr
•Created by GkhnG on 1/20/2025 in #💬・get-help
mysql "You have an error in your SQL syntax"
Thank you. I will try it when I have time.
5 replies
HHomarr
•Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
Hello. When I remove or repair the faulty indexers the widget works fine, but it would be better if the widget also shows the faulty indexers. Thanks for your attention.
19 replies
HHomarr
•Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
log: 2024-12-31T09:13:13.352Z error: tRPC Error with query on 'widget.indexerManager.getIndexersStatus': (INTERNAL_SERVER_ERROR) - Failed to parse indexers for Prowlarr (xz6v32ogbvdpv1n8z7w1qwnc), most likely your api key is wrong:
Status parsing error: [
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
0,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
1,
"id"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "number",
"received": "undefined",
"path": [
2,
"id"
],
"message": "Required"
}
]
19 replies
HHomarr
•Created by GkhnG on 12/31/2024 in #💬・get-help
prowlarr integration error
services:
homarr:
container_name: homarrlabss
image: ghcr.io/homarr-labs/homarr:dev
restart: unless-stopped
volumes:
- /home/gkhng/.homarr/datas:/app/appdata
- /var/run/docker.sock:/var/run/docker.sock
- /home/gkhng/.homarr/apps/nextjs/public/:/app/apps/nextjs/public/
ports:
- '7575:7575'
19 replies
HHomarr
•Created by Rogue Skywalker on 9/6/2023 in #💬・get-help
How do you guys add background on Homarr ?
Create a folder inside the public folder and copy the background images into it. delete the image and restart docker
10 replies
HHomarr
•Created by Rogue Skywalker on 9/6/2023 in #💬・get-help
How do you guys add background on Homarr ?
volumes:
...
- /home/youruser/homar/public:/app/public
....
10 replies
HHomarr
•Created by Rogue Skywalker on 9/6/2023 in #💬・get-help
How do you guys add background on Homarr ?
add to docker
10 replies
HHomarr
•Created by GkhnG on 9/5/2023 in #💬・get-help
Jellyseerr search error
crashes on all the movies i have in my library
15 replies
HHomarr
•Created by GkhnG on 9/5/2023 in #💬・get-help
Jellyseerr search error
When I search for movies available in jellyseerr it crashes. When I search for movies that are not in the library there is no problem. How can I join the beta? only with docker?
15 replies