H
Homarr2w ago
feaR

Homarr cant see qbit

Hey Everyone i recetnly installed homarr on docker and i cant see my qbit torrent or my download and upload speed on the widgets with a last install i was able to see it but now that is in a docker conatiner im unable does anyone know how to solve this issue?
Solution:
just added this 2 options and the local ip
No description
6 Replies
Cakey Bot
Cakey Bot2w 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?
feaR
feaR2w ago
Log:https://pastebin.com/1WWYd1rv Operating system: Ubuntu (Docker) Exact Homarr version: The most recent one im sorry i dont know the version Configuration:
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
version: '3'
#---------------------------------------------------------------------#
# Homarr - A simple, yet powerful dashboard for your server. #
#---------------------------------------------------------------------#
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
ports:
- '7575:7575'
Other relevant information: Brower: OperaGX
Pastebin
ERROR Error communicating with your download client 'qBittorrent'...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
explosive parrot
403 for qbit is usually one of two things: 1. CSRF is enabled, you need to disable it. 2. because of a mistaken username/password, double check these in your JSON file. If this was the issue, is will take qbit an hour to unlock you(default), or you can restart qbit to clear the ban cache.
feaR
feaR2w ago
you are right i just manage to make it work
Solution
feaR
feaR2w ago
just added this 2 options and the local ip
No description
feaR
feaR2w ago
thanks guys and im sorry to bother