Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to Docker host on Unraid? #161

Open
servebeer opened this issue Sep 6, 2024 · 1 comment
Open

Connect to Docker host on Unraid? #161

servebeer opened this issue Sep 6, 2024 · 1 comment

Comments

@servebeer
Copy link

Has anyone been able to get this to work with a remote Unraid server running docker containers?

@servebeer
Copy link
Author

Here is my Home Assistant configuration.yaml file contents:

Loads default set of integrations. Do not remove.

default_config:
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

frontend:
javascript_version: latest
themes: !include_dir_merge_named themes
extra_module_url:
- /local/community/lovelace-card-mod/card-mod.js

sensor:

  • platform: time_date
    display_options:
    • 'time'
    • 'date'
    • 'date_time'
    • 'date_time_utc'
    • 'date_time_iso'
    • 'time_date'
    • 'time_utc'
      monitor_docker:
  • name: Docker
    url: http://192.168.100.69:2375
    containers:
    • bloodhound_ce-bloodhound-1
    • bloodhound_ce-app-db-1
    • bloodhound_ce-graph-db-1
    • homebridge
    • WeatherStar
    • AndroidDebugBridge
    • cloudflareddns
    • CloudflaredTunnel
    • graylog
    • netbootxyz
    • speedtest-tracker
    • UptimeKuma
    • wireshark
    • authelia
    • swag
    • vaultwarden
    • web-check
    • adminer
    • dbgate
    • elasticsearch
    • Influxdb
    • mariadb
    • mongodb
    • postgresql15
    • redis
    • frigate
    • go2rtc
    • mosquitto
    • viewu
    • WhosAtMyFeeder
    • dockersocket
    • Portainer-CE
    • whats-up-docker
    • automatic-ripping-machine
    • binhex-urbackup
    • code-server
    • DiskSpeed
    • Grafana
    • nexterm
    • nginx
    • searxng
    • send
    • spdf
    • Virt-Manager
      rename:
      bloodhound_ce-bloodhound-1: "Bloodhound GUI"
      bloodhound_ce-app-db-1: "Bloodhound APP DB"
      bloodhound_ce-graph-db-1: "Bloodhound Graph DB"
      monitored_conditions:
    • version
    • containers_running
    • containers_total
    • state
    • status
    • memory
    • health
    • images

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant