Uploading avatars is also currently not possible (apparently due to the read-only file system):
Object { code: "E_UNPROCESSABLE_ENTITY", message: "EROFS: read-only file system, mkdir '/app/code/.tmp'" }
code: "E_UNPROCESSABLE_ENTITY"
message: "EROFS: read-only file system, mkdir '/app/code/.tmp'"
<prototype>: Object { … }
index-DaNiSWdh.js:32:6638
The above error occurred in task queueRequest
index-DaNiSWdh.js:32:6655
maybe there is a way we can "mount around" that?
It also would be super cool if we could edit the terms (see docs: https://docs.planka.cloud/docs/configuration/customizing-end-user-terms). Maybe we can symlink /var/www/planka/terms/custom to a folder in /app/data ?