-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Add multiple docker instances #1387
Comments
Hi, Im working on a app that does that and I can plan to integrate it with homarr, it is still a WIP so if nothing get implemented by the maintainers, when I get something like an MVP I will integrate it to homarr. Right now the project is mainly use to generate traefik configuration across multiple servers, just last week I separate the endpoints to also be able to send docker commands. |
I'm looking forward to this. @taos15 is it already available? |
I am still working on the it. It is not even on alpha yet. I use it for personal use, but I have been very busy and I have not being able to make it for general user friendly. I need to implemnent some type of api token system before it can be used, you can use it by changing the dockerproxy setting to enable the post command like restart, power on/off etc; but I dont think that is very secured in the long run. |
if you want to try the wip, this is the link traefik api, you need to have dockerproxy in the server that you want to get containers from, and the dockerproxy needs to hace the enviropment variables |
Closed by homarr-labs/homarr#520 |
Description
I currently run an instance of docker on two different machines. With the current setup I'm only able to control the docker actions for apps on the current computer that homarr is installed on. It would be cool if I could add the other docker instance to control all the apps that I use from inside Homarr.
Priority
Medium (Would be very useful)
The text was updated successfully, but these errors were encountered: