Skip to content

Day 4 Patches.

Choose a tag to compare

@maxpiva maxpiva released this 26 Jul 18:10
· 103 commits to main since this release
e6dbfa5

Improved Docker /tmp handling:
Suwayomi's temporary files are now stored in /config/Suwayomi/tmp instead of the default Docker /tmp directory. This change helps prevent the Docker image from filling up due to heavy download activity.

Ongoing Monitoring:
I'm monitoring whether this new temp path auto-cleans properly. Previously, a crontab was set to clear /tmp every 30 minutes, but that could interfere with other containers. If needed, a custom cleanup routine will be added to the dailyupdate schedule instead.

Fixed Verify Button + Clean Issue:
The combination of the "Verify" and "Clean" actions was causing unexpected behavior. This has been addressed.

UI Quality of Life