Skip to content

Integrations Homepage

bakito edited this page Sep 14, 2025 · 1 revision

Integrate adguardhome-sync as Homepage service

To add adguardhome-sync as a service, add the following to your service.yaml:

adguardhome-sync must have API enabled and be accessible from the Homepage server.

    - Adguard Home Sync:
        href: https://adguardhome-sync.home.net:8443
        icon: adguard-home-sync.png
        statusStyle: dot
        widget:
          type: customapi
          url: https://adguardhome-sync.home.net:8443/api/v1/status
          method: GET
          mappings:
            - field:
                origin: status
              label: Origin
              format: text
              remap:
                - value: success
                  to: 
                - value: info
                  to: ▶️
                - value: danger
                  to: 
                - any: true
                  to: Unknown
            - field:
                replicas:
                  0: status
              label: Replica 1
              format: text
              remap:
                - value: success
                  to: 
                - value: info
                  to: ▶️
                - value: danger
                  to: 
                - any: true
                  to: Unknown

Guides

Docker Images

Clone this wiki locally