Suwayomi / docker-tachidesk

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

Add a link to /home/suwayomi/.java/.userPrefs in /home/suwayomi/.local/share/Tachidesk #39

Closed Syer10 closed 10 months ago

Syer10 commented 1 year ago

Tachidesk uses Preferences to store certain things like source settings and cookies. Adding a shortcut to /home/suwayomi/.java/.userPrefs in the container will allow them to be saved when the container is shut-down, without an extra volume configuration.

nogweii commented 1 year ago

I'm going to explore this a little more, but according to the Oracle JDK docs, we can override that path with a custom one by defining java.util.prefs.userRoot.

Syer10 commented 10 months ago

Fixed by https://github.com/Suwayomi/Tachidesk-Server/pull/722