ipmi-kvm-docker
ipmi-kvm-docker copied to clipboard
[Feature-Request] Store settings and allow chromium to remember passwords
I would like to make it a little easier to launch my IPMI access by allowing Chromium to remember passwords and keep the bookmark toolbar visible and save bookmarks.
This would be cool.
PRs welcome for this. The answer isn't going to be in the Dockerfile
, but instead will be in the exact docker run ..
invocation to make sure that a -v
is passed for the right stuff so that it is persisted? (probably)
Hey @NightHawkATL - can you please try this:
docker run -p 8080:8080 -v persist:/root/.config/chromium solarkennedy/ipmi-kvm-docker
Change some settings in Chromium, and then stop the container. Start it back up with the same docker run
and see if the settings come back please.
It works for me but before I make documentation changes I'd like a second eye :)
@TokugawaHeavyIndustries Looks like it works for me as well.