There are a few issues with the current tachidesk-docker chart.
Upstream tells many to run "preview" build as a first support step, and is slow to update stable (Truecharts could continue to run stable, or run preview by default as in my custom app)
The app needs to run as UID 1000 for things to work properly
Truechart PVCs should be fine but need slightly better description to understand what is going where (maybe appdata, downloads, library?)
Maybe pre-emptively change the name? upstream is rebranding to Suwayomi, they just haven't updated container yet.
To Reproduce
Install app and run, data will not be persisted as app is running as UID 0 and creates directories under /root/ which is not on a pvc/host path
App Name
tachidesk-docker
Operating System
TrueNAS SCALE 23.10.1
App Version
v4.1.10
Application Events
Application Logs
Application Configuration
Providing custom app config from ticket:
Describe the bug
There are a few issues with the current tachidesk-docker chart.
To Reproduce
Install app and run, data will not be persisted as app is running as UID 0 and creates directories under /root/ which is not on a pvc/host path
Expected Behavior
Files would be persisted to host-path/pvc
Screenshots
See above.
Additional Context
Refer to discord ticket for more information.
I've read and agree with the following