Connect to Docker host on Unraid?
Has anyone been able to get this to work with a remote Unraid server running docker containers?
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
Did you ever get this working? Looking to set it up in Unraid as well.
If you got it working on Unraid and special settings are required, please let me the details, and I will add them to the README. For now, I will close this one.