Good morning,
I have installed successfully code-server on Cloudron, now I would like to use it as replacement of my local Windowsinstallation.
For that it is neccessary to install the cloudron-cli on this machine to install/update/... my Cloudron Instance.
I execute this:
cloudron login
and get this error
Error: EROFS: read-only file system, open '/root/.cloudron.json'
In my Dockerfile I had create a symlink to the data-directory, but nothing change.
Any idea to solve this? My other idea is a separate VM, but for this I must clone first my repo and than update my app and my idea is to do this on the same machine I develop it.
Thanks,
Axel