dimalo/klipper-web-control-docker

Mainsail Settings Storage

cron410 opened this issue · 2 comments

Where are the settings stored for Mainsail? When I docker-compose down and then docker-compose up -d again the webcam settings and GUI preferences are wiped out. I tried finding any possible modified files in the container with find / -type d -mmin -2 -print directly after adding my webcams, but it doesn't seem like the settings are stored anywhere in the container filesystem.

Mainsail settings are stored in your browsers local storage (think of it like cookies)
so if you clean your browser's cache they're gone or if you visit mainsail only through private browsing windows.
try setting the url as favorite. I'm mainly using fluidd but settings stay same, at least on the same browser.