1

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

top 2 comments
sorted by: hot top controversial new old
[-] thekrautboy@alien.top 1 points 1 year ago

A compose like that would never work, but i understand your idea. You should post it as a feature suggestion to the Homarr Github, tho i could imagine this might already have been requested.

[-] tschloss@alien.top 1 points 1 year 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?

this post was submitted on 17 Oct 2023
1 points (100.0% liked)

Self-Hosted Main

504 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS