Homarr

H

Homarr

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

Join

Issue with Sonarr Calendar Integration

Sonarr and Radarr were integrating fine, connections were successfull. But once I included Sonarr in the cal widget. It just outputs a lot of infos and hinting at missing stuff. This is my first hour with Homarr, so I hope i am not missing something super obvious....
Solution:
This is clearly a bug, please post this as a new issue on https://github.com/homarr-labs/homarr/issues/new/choose and paste this log that you sent here too. This should be an easy fix. I will mark this issue as resolved since we do not track bugs in Discord and the resolution is clear. Thank you!
No description

Change API Key?

Can we not update API keys within an Integration?

Integrations not working with docker setup

I have homarr and jellyfin both running in docker containers on my debian machine. I am on v1.5.0. While trying to add the integration, I cannot get it to pass testing. Based on what I observed from shells within the homarr docker container, it can ping the jellyfin container but cannot wget the page on port 8098. What am I doing wrong?...

Migration issue.

Migration went fine. Then I deleted container and image to pull fresh image (1.5) and there was no board. My board is gone. I do have the original zip from the migration export. How can I get my board imported again.

New container showing default board, not my created ones.

Kinda at my wits end. I tried typing the long version with as much detail as possible but ran out of characters. TLDR User is dumb and would appreciate help. If this support is outside the scope of this discord, no worries and thank you for working on this project and sharing it with me. I feel like I'm missing something quite simple though. I'm on Synology and have a working container with 0.15.10 but I'm having trouble duplicating it and running via docker compose. I tried migrating to latest successfully with docker compose and was having some issues with the book marks and generally found it not preferable to 0.15.10. My plan was to migrate the original container to also use docker compose but keep it on 0.15.10. then I would run them side by side and migrate again when ready. I now have three folders and containers. :...
Solution:
Bolded volume was wrong. I guess I copied my YAML for 1.4 and the location in the container changed between versions. Hours lost because I don't know what I'm doing. Oh well. Thanks for all the hard work. Looking forward to giving version 1 a try again soon when I have some time to clean it up.
services: homarr: container_name: homarr_0.15.10...

Unraid: 500 - Internal Server Error.

Hey, Since updating to 1.0 on unraid using the official template I have an 500 - Internal Server Error happening one time everyday when accessing the webUI. Everything works great at first, but within 24 hours the error always come. Restarting the container fix the issue for the next ~24 hours. I am using MySQL. The authentication method is set to crendentials. When trying to access the webUI, this error come up in the logs (see attached) :...

Something to auto rebuild from source/update on my seedbox when it's updated on GitHub

I have a Ultra.cc seed box. And they are far behind in versions for homarr. So I thought I'd just build it direct from source and if possible, have something automatically rebuild it when it's updated. Without losing settings and stuff in homarr. I'm just not sure if this is possible. Or if it's so simple that Im somehow overlooking it. Essentially have an auto updater for homarr via git or anything I could use on my seedbox. I have to build from source cuz root access/sudo isnt allowed on ultra.cc so I can't use docker or anything like that ...

Cannot for the life of me create bookmarks

Since upgrading to >v1.0 I just can't create any bookmarks to websites at all. I'm now on 1.5.0 and it's still the same. When I click on "Add bookmark" I get this popup:
Solution:
1. Click on your profile image/circle 2. Click "Management" 3. Click "Apps" 4. Click "New App" 5. Give it a title for your bookmark, select your icon, and put in the URL....
No description

Different url for the ping

Hello, First thank you for Homarr it's a really great piece of software. I wanted to ask if there was a possibility to provide a dedicated URL for pinging the apps: I'm using a tailscale for accessing my services and the ping fails in this case. Thanks...
Solution:
Thanks for the feedback. We will not implement this under the same name but you will be able to specify a differnt URL for the ping again in a future update.

Medias wont upload

Ive just come from pre 1.0. Went through the migration and that seems to have worked mostly fine aside from most of my custom icons, backgrounds etc not making it through. Ive tried uploading custom images under medias both with the migrated version and a separate fresh start install and both wont let me upload anything. Simply get a popup saying "The media could not be uploaded"...

Startup warning

I just noticed this warning from the logs, is this something that I need to do?
No description

Integration Proxmox SSL

Hi everyone, before, there are my configuration : - OS : Proxmox (SSL signed by PVE Cluster Manager CA, default) - Homarr version : 1.4.0 - config : LXC Docker with Portainer and i create a stack of homarr with it...
Solution:
@loucas781 you wrote correctly your token id on homarr integration ? because i've solved my problem before : [email protected] after : homarr stupid mistake😅 ...
No description

Unable to start Homarr on Fedora Server 41 using docker compose

Hi, I'm currently facing an issue with homarr when trying to start it with docker compose. It probably has something to do with SELinux, but I'm not sure how to fix it. Other containers are running fine. I'm using recomended docker compose and my appdata is set to a folder in my home dir:
/home/wann/docker/homarr/appdata:/appdata
/home/wann/docker/homarr/appdata:/appdata
...
Solution:
OK. We made it! I've added :Z to volume in my docker-compose.yml like this:
- /home/wann/docker/homarr/appdata:/appdata:Z
- /home/wann/docker/homarr/appdata:/appdata:Z
and I've added SELinux rule with:
chcon -Rt svirt_sandbox_file_t /home/wann/docker/homarr/appdata
chcon -Rt svirt_sandbox_file_t /home/wann/docker/homarr/appdata
...

[SOLVED] OIDC keycloak with kerberos error code 502

Homarr auth through keycloak oidc with kerberos returns error code 502, but it does work without kerberos or on 0.15.X with kerberos

Unable to create roles or change dashboard permissions when logged in as owner

Hi all, I am a noob and having some difficulty. I have a instance of Homarr running on a TrueNAS Scale server. I am logged in as the "OWNER" "ADMIN" but cant create new user roles or change dashboard settings. I have created some users and tried changing it from another "ADMIN" user but the option for dashboard settings is not there. Also don't have a selection to create a new user groups. Under dashboard options, I can only duplicate, rename, set as my default dashboard or delete permanently. Can anyone offer some advice?...

Sonarr Integration Test Issue (Homarr 1.4.0)

I've been having an issue setting up the integration for Sonarr for a day or two. Figured it was probably something in the host OS. Each time I would enter the URL & API Key for Sonarr and clicked Test & Save, Homarr would give a message that it was probably a bad URL. I'd already created a half dozen integrations to other services on the same box with the same IP, so I was kind of baffled. I tried changing the port for Sonarr, changed API Key, no dice. Finally, I changed the Authentication method from none to Basic. Error message changed from bad URL to "probably incorrect credentials". Thought that's hilarious, but at least the error changed. Out of curiousity, switched the Authentication to Forms, and VIOLA, it connects. I have no clue why this is. but here's the stack when authentication is set to anything but Forms:...

Homarr installed as a docker. Integrations don't work

I have Prowlarr setup as an integrations. I've installed Homarr as an LXC on proxmox, had issues so I've installed it as a docker container and am still having issues. I can disable an indexer, Homarr never updates. If I click "Test All" it does nothing. I've tried from OperaGX and Chrome. If I try to access the site using Firefox it doesn't work at all, it just spins. If I do get logged in, I have to Ctrl-R to refresh the screens if I move around etc....

Finished setting up homarr and only default widgets are showing

I have recently installed homarr v1.4 on Unraid 7.0 and have noticed I dont have any new widgets outside of the defaults. I would like to add a download speed graph widget for example, but it is not showing up in add widgets. Sabnzbd is setup correctly. Any ideas where I went wrong? Thanks...
Solution:
@rockydasquirrel I deleted your message because it violates our #📌・rules 5 about discussing piracy. Regarding your question, the download speed widget has been removed but will be added later on. There is a speed indicator in the downloads widget - you might want to check that out. Does this answer your question?...
No description

V1 Backup/Restore?

I noticed a post from Nov 2023 about Backup/Restore being removed but coming back. I have noticed in V1+ there isnt a backup or Restore. Is this coming back? Reason I ask is over the weekend my Homarr container got nuked by accident so now I am rebuilding.

Proxmox integration

Someone can help me, i followed the docs but i cant tell what to put in this field
No description
Next