homepage start/stop docker
i know you can control dockers via the admin pannel but is it at all possible to have a control in the homepage or at least without having to go thru the admin settings to turn a docker off/on? say i have a 2nd account and i have it setup and i use it just for shortcusts to access select dockers webui but the docker isnt always running or if it is, it might need a restart. if i had a button to restart the docker from that same homepage would be so helpful! is it at all possible to do this?
10 Replies
Right, whenever a dock would "work incorrectly" I simply clicked on the docker icon to restart it, it is not hidden, is there a way to get an icon back?
There currently is no functionality like you are describing.
Some alternatives:
Link direct to the docker tools page : **/manage/tools/docker
Put the docker tool page in an iframe
do you happen to know if doing this, could be triggered by a script then? id be super helpful to have this as a button for each docker in our home panels! only because i have a long list of dockers 😩
I'm not aware of any docker webui that allows single click restarts.
you may be able to link a URI to a script somehow: https://en.wikipedia.org/wiki/List_of_URI_schemes
List of URI schemes
This article lists common URI schemes. A Uniform Resource Identifier helps identify a source without ambiguity. Many URI schemes are registered with the IANA; however, there exist many unofficial URI schemes as well. Mobile deep links are one example of a class of unofficial URI schemes that allow for linking directly to a specific location in ...
This has also released recently, and make have some of the functionality you are looking for?
https://github.com/louislam/dockge
GitHub
GitHub - louislam/dockge: A fancy, easy-to-use and reactive self-ho...
A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager - GitHub - louislam/dockge: A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented...
There's one more I haven't tried yet
https://github.com/lllllllillllllillll/DweebUI
GitHub
GitHub - lllllllillllllillll/DweebUI: DweebUI is a simple Docker we...
DweebUI is a simple Docker web interface created with javascript and node.js - GitHub - lllllllillllllillll/DweebUI: DweebUI is a simple Docker web interface created with javascript and node.js
This looks fun!
Will be possible in the next release, i've added that feature already
If this is added to the board then how would it work when the board is shared with multi users, I mean if one user stops an app it would stop for other users also right
each user should have their own container to manage or control from a board
its managing docker, so yes