On Cloudron, the only way to share directories is using Volumes . Is it possible to reorg your setup to use Volumes ? You might also have to use https://docs.cloudron.io/apps/#data-directory
The full solution is :
First run (as-is): mysql -uroot -ppassword box -e "delete from blobs where id='sftp_private_key' OR id='sftp_public_key'"
Then, /home/yellowtent/box/setup/start.sh to complete the migrations
Then, systemctl restart box
@m3pilot not sure what's happening here, something seems totally wrong (like some mismatched node version). Are you able to contact us on support@cloudron.io to debug this further?
@roofboard that makes sense. I would personally not throw in a ssh key into a CI/build system either
I guess you are looking for a cloudron sync or something from the CLI tool. I guess this is possible to implement. Can you open a feature request at https://forum.cloudron.io/category/97/feature-requests ?
@Aizat This was a bug in the restore code . I have fixed this now for the next release - https://git.cloudron.io/cloudron/box/-/commit/529f6fb2cd945fb5cbba30ae10dfb3776b0150b2
@nebulon and @girish
I am not proxying, nor using Cloudflare for my server.
Which, security wise is probably very stupid. but recently I have been able to upload a 10gig file and I have been slowly adding to my collection.
You can mark as resolved if desired, but I will report back if it fails again
@girish yeah, you have to put sftp:// when using the quickconnect because the default for that is just ftp (although I wonder if that can be changed in the settings... I've not looked...)
When just adding a new site in the Site Manager there is just a dropdown and you don't have to type sftp://
thx! @girish restarting the sftp service helped… on the overview there was no error.
in the chrome dev tools /console I get still errors btw:
multiple 4040 like:
DevTools failed to load SourceMap: Could not load content for URLHIDDENHERE/3rdparty/js/showdown.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
and also angular js error:
angular.js:13920 ReferenceError: monaco is not defined