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

you are viewing a single comment's thread
view the rest of the comments
[-] 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