HomarrH
Homarr13mo ago
naru.

1.0.0-beta.5 adguard integration doesnt work

Log:
homarr  | 2024-12-20T15:18:56.817Z error: Failed to test connection fetch failed
homarr  | 2024-12-20T15:18:56.818Z error: tRPC Error with mutation on 'integration.create': (INTERNAL_SERVER_ERROR) - Checking integration connection failed

OS: LXC with Ubuntu in Proxmox
Homarr Version: 1.0.0-beta.5
Docker compose:
services:
  homarr:
    container_name: homarr
    image: ghcr.io/homarr-labs/homarr:beta
    restart: unless-stopped
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
      - ./homarr/appdata:/appdata
    ports:
      - '7575:7575'

  • tried via https:// ip : 443
  • tried via https://dns.domain.com (with and without trailling slash)
  • tried both my adguard instances
Was this page helpful?