Status offline 408, qBittorrent timeout. v0.12.1 docker
Gday,
Just span up a docker container as I would like to replace my Homer dashboard. A lot easier to configure, that's for sure!
Have had trouble with qBittorrent and Status on all of the current apps I have added. Decided to ask for help before adding others.
Docker-Compose:
Homarr Docker Log (reoccurring):
-CSRF is disabled in qBittorrent
-Clicking on the homarr dashboard link to qBittorrent takes me to it
-Running a Curl on a different PC on my network to any of my services returns a 200 OK.
-I have disabled "Block Common Exploits" on my Nginx Proxy Manager "Homarr" object
-Yes, I'm using Monica's logo for my home server to make it cuter for my wife even though I don't use it
Any help is appreciated.
Just span up a docker container as I would like to replace my Homer dashboard. A lot easier to configure, that's for sure!
Have had trouble with qBittorrent and Status on all of the current apps I have added. Decided to ask for help before adding others.
Docker-Compose:
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:0.12.1
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/homarr/configs:/app/data/configs
- /portainer/Files/AppData/Config/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
ports:- 7575:7575
environment:
EDIT_MODE_PASSWORD: ${Password}
Homarr Docker Log (reoccurring):
ERROR Error communicating with your download client 'qBittorrent' (17be0909-7020-478e-b0b4-6fb6690710a2): TimeoutError: Timeout awaiting 'request' for 5000ms
WARN 1 download clients failed. Please check your configuration and the above log
-CSRF is disabled in qBittorrent
-Clicking on the homarr dashboard link to qBittorrent takes me to it
-Running a Curl on a different PC on my network to any of my services returns a 200 OK.
-I have disabled "Block Common Exploits" on my Nginx Proxy Manager "Homarr" object
-Yes, I'm using Monica's logo for my home server to make it cuter for my wife even though I don't use it
Any help is appreciated.

