well i am wanting to know if homarr’s docker integration can not only cover its own docker server instance, but the several other docker “servers” (mostly on proxmox CTs) can also be integrated? Here is an ideal .yaml (doesn’t work, but gives a better idea of what I need done):

version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/homarr/configs:/app/data/configs
- /portainer/Files/AppData/Config/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7575:7575
servers:
- name: "LocalServer"
- endpoint: "unix:///var/run/docker.sock"
- tls: false
- name: "portainer"
- endpoint: "tcp://192.168.0.26:2375"
- tls: false
- name: "ulogger2"
- endpoint: "tcp://192.168.0.208:2375"
- tls: false   

^ all other \“servers\” i’d like homarr to read

  • tschloss@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Run it on each docker host and combine the output by creating a simple html frame around it, like an iframe per instance and displaying it either side by side or as „tabs“ to click through?