Suwayomi / docker-tachidesk

Run Suwayomi-Server in a docker container
Mozilla Public License 2.0
214 stars 55 forks source link

Settings retention #71

Closed Kickunio closed 6 months ago

Kickunio commented 6 months ago

As some settings don't have environmental variables (i.e. skip updating entries), every update those settings are reset and have to be changed again. It would be nice if there was another possibility to save settings outside of environment variables to store some of the settings

Syer10 commented 6 months ago

All settings should have env variables though? What setting do you mean by skip updating entries?

Kickunio commented 6 months ago

image It's in library settings - every restart it goes back to default and I don't see env variables in readme to set those up

Syer10 commented 6 months ago

Those are included with 3 variables, UPDATE_EXCLUDE_UNREAD , UPDATE_EXCLUDE_STARTED, and UPDATE_EXCLUDE_COMPLETED

Kickunio commented 6 months ago

Ok, didn't see that - at first I thought it would be one setting, didn't think it would be three. Closing Issue