I resolved the issue. I had the directory set to /media/TSYSAI instead of just /media.
Thanks!
I resolved the issue. I had the directory set to /media/TSYSAI instead of just /media.
Thanks!
Any ideas/updates?
I tried deploying it in a LAMP container the other day. It didn't work (it seemed the CSS was messed up, maybe a doc root issue?). Happy to work with anyone on this anytime next week to get it POC in a LAMP container and then packaged for cloudron.
Yes. That is the name of the mount.
@girish Except that doesn't work I get the same issue and I created a mount. I did so while the application was stopped. I started the application and I get:
Nov 23 06:00:29 - => Ensure directories
Nov 23 06:00:29 - => Copying static files
Nov 23 06:00:30 - => Loading configuration
Nov 23 06:00:30 - => Enabling local ollama
Nov 23 06:00:30 - mkdir: cannot create directory '/media/TSYSAI': Read-only file system
The volume is created and added to the application
@nebulon Going to that URL in my cloudron, I just get re-directed back to /apps. I am attempting to deploy OpenStreamingPlatform on another server and want to connect it to Cloudron for authentication using oauth2. That's my use case.
@nebulon I have bumped up the memory as well. My nextcloud has gotten quite large and I didn't empty the recycle bin. Trying a backup after the delete permanently runs.
Any recommended backup host?
I tried to adjust the part size. I now get:
Task 3427 crashed with code 1
Looking at the logs, no footprint of a crash.
@nebulon I am using Backblaze
https://github.com/s3tools/s3cmd/issues/613
I can provide the full log if needed.
timestamp] /home/yellowtent/box/node_modules/aws-sdk/lib/services/s3.js:712
[no timestamp] resp.error = AWS.util.error(new Error(), {
[no timestamp] ^
[no timestamp]
[no timestamp] Part number must be in the range 1 - 10000
I am trying to get grav git sync to work.
Starting with a bare repo https://git.knownelement.com/reachableceo/reachableceo.com .
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user# git status
fatal: detected dubious ownership in repository at '/app/data/user'
To add an exception for this directory, call:
git config --global --add safe.directory /app/data/user
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user# git config --global --add safe.directory /app/data/user
error: could not lock config file /root/.gitconfig: Read-only file system
root@274c4e05-0aea-49c1-8c4a-aff47c566f65:/app/data/user#
Any way to solve this?
If I use a repo that is initalized, it complains about divergent branches. And the suggested ways to fix all involve git --config which fails.