Suwayomi / docker-tachidesk

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

Overwrite server.conf settings only for provided env vars #76

Closed schroda closed 8 months ago

schroda commented 8 months ago

Currently on every start the whole server.conf file gets replaced which causes any changed settings during runtime to get lost

closes #63

chancez commented 8 months ago

I think it would still be useful to have a GENERATE_CONFIG option in case we want to manage the config ourselves. I was planning on storing my config in git and this will certainly cause the file to have some diffs if it’s going to always call sed.