x86dev / docker-ttrss

Tiny Tiny RSS feed reader as a Docker image.
54 stars 41 forks source link

Nightly update kills login cookies #30

Open languitar opened 6 years ago

languitar commented 6 years ago

After every nightly update I have to log in again in the web interface. Is there a chance to work around this?

x86dev commented 5 years ago

Yes, by disabling or delaying the update mechanism ... have a look at update-ttrss.sh (at the end), gets invoked by service.d/ttrss-updater.

languitar commented 5 years ago

But what is it in the update process that kills the cookies? Are they invalidated with every new git commit?