[FEATURE] persistent cookies
Alistair1231 opened this issue · 1 comments
I LOVE IT! <3
Is your feature request related to a problem? Please describe.
I don't want to log in on youtube/etc. every time the container is restarted.
Describe the solution you'd like
make the browser cookies persistent (by saving them outside of the container and pointing the container to there?)
Describe alternatives you've considered
logging in anew.
For chromium policies need to be adjusted, so that they allow persistent cookies. Or entirely disabling them. Then with --user-data-dir=/home/neko/chrome_data
for chromium command you specify directroy, where it should be stored and you monut that to docker container --volume=chrome_data:/home/neko/chrome_data
.
For firefox, I believe, there is existing similar approach.