Error Writing Read Only File System
-
I was trying to remove/edit this display message from my guacamole server - Connected to Guacamele. Waiting for response.. I was searching for the file where it was located, I found it in - /app/code/tomcat9-base/webapps/ROOT/translations/en.json
And while saving the edit I encountered this error - [ Error writing ./translations/en.json: Read-only file system ]
Any help would be deeply appreciated, idk maybe I clicked something while installing it that made it read only -
On Cloudron all apps run in a mostly read-only filesystem for various reasons (updateability, security, ...)
Apps can only write to selected locations like
/app/data/
. Since in your case you want to actually edit files which are part of the app releases, this is not allowed, as we would not able to deliver tested updates. -
-