You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered: