I’m trying to run my Diaspora pod inside a Docker (k8s, actually) container with readOnlyRootFilesystem
enabled. Which means that I need to have writable directories anywhere the app decides to write. So far I have found the logs
directory, the public/uploads
directory, and the tmp
and /tmp
directories are used for writes. This works great.
Except…
When uploading photos, they appear to go someplace else I haven’t yet found. A quick find / -mtime -1
hasn’t revealed anything. Before I dive into the source code, I was wondering if anyone could tip me off.