Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding support for cookie persistency #2 #10

Merged
merged 7 commits into from
Nov 6, 2023
Merged

adding support for cookie persistency #2 #10

merged 7 commits into from
Nov 6, 2023

Conversation

dhruvinsh
Copy link
Owner

  • adding support for caching cookie if missing
  • cookie can be stored to persistent volume.
  • updating all the package dependency and cleaning up some un-used.

* first login cookies get capture for future use.
* consecutive login use the existing cookie.
* external storage is supported
* proper login context added
* use existing cookie to perform webui changes
@dhruvinsh dhruvinsh merged commit 3ecd568 into main Nov 6, 2023
@TimetravelerDD
Copy link

If I see this correctly the cookie file lives inside the /app directory. Is seems the unraid docker template does not mount this as a volume to appdata. Doesn't that mean that the cookie will be lost when the container is restarted?

@dhruvinsh
Copy link
Owner Author

dhruvinsh commented Dec 18, 2023

I knew I was missing something, I haven't updated the unraid template yet.

You can mount ,/cookie to any permanent storage and that should do the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants