H
Homarr2mo ago
django28

My integrations are not working

I am using the Homarr image of ajnart. I installed Homarr, but my integrations doesn't seem to work. what am i doing wrong? The version of Homar = v0.15.3 This is the docker compose that i am using:
version: "2.1"
services:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
homarr:
container_name: homarr
#image: ghcr.io/ajnart/homarr:latest
build: # only for dev branch...
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- DOCKER_GID=999 # Must be same as host docker group id
- DATABASE_URL=file:/app/data/configs/db.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr_persistence/configs:/app/data/configs
- ./homarr_persistence/icons:/app/public/icons
ports:
- '7575:7575'
version: "2.1"
services:
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
homarr:
container_name: homarr
#image: ghcr.io/ajnart/homarr:latest
build: # only for dev branch...
context: .
dockerfile: Dockerfile
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- DOCKER_GID=999 # Must be same as host docker group id
- DATABASE_URL=file:/app/data/configs/db.sqlite
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr_persistence/configs:/app/data/configs
- ./homarr_persistence/icons:/app/public/icons
ports:
- '7575:7575'
I installed the Indexer Widget. I am running Prowlarr and Jackett, but my widget is showing somehting like music is playing I installed the Torrent Widget, but don't see anything I installed Donwload Speed as well but that is also not showing me anything. I am running it on a Synology NAS and i deploy it in Portainer
Solution:
i founf the problem and it is working now
Jump to solution
10 Replies
Cakey Bot
Cakey Bot2mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
explosive parrot
What settings do you have for the apps? Are they set up properly? Are they connecting? Your container log should tell us a lot
django28
django282mo ago
RequestError: connect EHOSTUNREACH i receive this error followed by the ip addresses of my download clients
explosive parrot
so the problem is that Homarr is unable to reach your services, what are you using for internal URL?
django28
django282mo ago
i am using the internal IP adresss cause my download clients are not behind a RP. You can only reach them locally
explosive parrot
http? https? correct port? end / or no end / ?
django28
django282mo ago
http for internal
explosive parrot
try your local ip address instead of localhost? confirm the port try with and without the / Otherwise it's your networking side
Solution
django28
django282mo ago
i founf the problem and it is working now
django28
django282mo ago
my download clients are using a vpn which is in a different VLAN. I made some changes in the network section of my docker compose file to connect Homarr to the bridge network as well as to the other VPN VLAN network .
Want results from more Discord servers?
Add your server