HomarrH
Homarr12mo ago
rando1234

Dash widget "Cannot acquire information from dash"

I can view the dash web UI running fine directly on my host at http://192.168.1.59:80, but the widget doesn't work in homarr. I'm only trying to enable internal http access. I don't need external or https. Why doesn't this work?

Relevant docker-compose.yaml config:

  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'
  dash:
    image: mauricenino/dashdot:latest
    restart: unless-stopped
    privileged: true
    ports:
      - '80:3001'
    volumes:
      - /:/mnt/host:ro
dash.png
dash2.png
Pastebin
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.
Solution
Widgets -> Dash. -> Edit -> Enter URL -> Save
Was this page helpful?