Suwayomi / docker-tachidesk

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

Settings saved to server.conf gets rewritten on restart after accessing given setting #78

Closed perseity closed 8 months ago

perseity commented 8 months ago

issue

Settings saved to server.conf gets rewritten on restart after accessing given setting

steps to reproduce

  1. As example - change "Download location" in /settings/downloadSettings
  2. restart container
  3. Access /settings/downloadSettings again, "Download location" will be empty again

env

v0.7.0-r1466

Syer10 commented 8 months ago

Download location is not supported. Create a specific volume for downloads and put it before your normal volume.

perseity commented 8 months ago

But that's not the point here, as stated in the title - settings are being overwritten on restarts. "Download location" setting was just an example. The same happens for example for "Parallel source requests"

Syer10 commented 8 months ago

@schroda can you verify?

schroda commented 8 months ago

no, the only way I can think of, why this is happening, is if it is used without a volume, because then obviously the server.conf gets created from scratch on every start

perseity commented 8 months ago

hmm... I would swear on my right hand that it did not work, but can't reproduce it now. My bad, sorry for stealing your time!