Rezst
Rezst
HHomarr
Created by Rezst on 4/14/2025 in #💬・get-help
Tdarr integration - Empty statistics tab
Yeah I'm familiar with Node.js / programming in general so I think it will be fine. You can close this here I'll open an issue on GitHub
11 replies
HHomarr
Created by Rezst on 4/14/2025 in #💬・get-help
Tdarr integration - Empty statistics tab
I've never actually done a PR for any open source project, but I will try and figure it out. This seems like a good entry issue to make a first PR
11 replies
HHomarr
Created by Rezst on 4/14/2025 in #💬・get-help
Tdarr integration - Empty statistics tab
Seems like the Tdarr API has changed since the Homarr integration was added: https://github.com/HaveAGitGat/Tdarr/issues/1072 the old API used in the Homarr integration does not work anymore
11 replies
HHomarr
Created by Rezst on 4/14/2025 in #💬・get-help
Tdarr integration - Empty statistics tab
No description
11 replies
HHomarr
Created by Rezst on 4/14/2025 in #💬・get-help
Tdarr integration - Empty statistics tab
Homarr Version: v1.16.0 Config: docker-compose
version: "3"
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.16.0
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/pi/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY={REDACTED}
ports:
- '7575:7575'
version: "3"
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.16.0
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /home/pi/homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY={REDACTED}
ports:
- '7575:7575'
11 replies
HHomarr
Created by Rezst on 1/7/2024 in #💬・get-help
Connecting Sonarr and Radarr to the Calendar
Thanks!
10 replies
HHomarr
Created by Rezst on 1/7/2024 in #💬・get-help
Connecting Sonarr and Radarr to the Calendar
That has indeed fixed the issue. Just for my knowledge, what is the difference is between the two? (Internal / External) Is internal used to connect the homarr to the app and do status ping and the external used to add specific paths to said app url?
10 replies