@loudlemur I didn't write the skills . But @james is a good candidate for feedback .
Joseph Mascarenhas
Posts
-
I have killed the Wandering Monster -
I have killed the Wandering Monster -
I have killed the Wandering MonsterRIP . Side note: instead of text notes, maybe you can take this another level and try producing packages. Have you seen the packaging skill that was published?
-
FchanI have to concur with @jdaviescoates here. These posts simply not useful and especially it's clear they have not been read at all. It's mostly AI generated spam. On a side note, I don't know how long you plan to leave your pastebin around but if that site goes away this site is left with 100s of broken links which is heavily penalized by SEOs.
-
SSH remote copy always failed, falling back to sshfs copy@Dummyzam I think you can set the prefix to
/mnt/OnlyZpol/CloudronBackup. That will make cp use absolute paths. -
Can't run cloudron update for an app in error state@rosano some users claimed that this exact same issue was resolved by upgrading to ubuntu 24 . https://forum.cloudron.io/topic/15265/unusable-application
-
SSH remote copy always failed, falling back to sshfs copy@Dummyzam you are right. For sshfs, the paths are relative (to the user's home). The cp command is run after ssh into that server.
I did the test with an absolute path and it woks.
What did you mean by this? I think we have to figure out why
ssh -p 22 myuser@192.168.0.10 cp -aRl snapshot/app_6da85c9a-fbf0-4563-baaa-1ad3080cf467 tempdoes not work. Is that because the ssh user has some other home directory? Maybe your prefix (in the backup site config) is an absolute path and not a relative path? -
Problem migrating data@jk that image is here - https://hub.docker.com/layers/cloudron/app.immich.cloudronapp/202603270614470000/images/sha256-e189f68bdf61e8f3c5bc8a6ae91076224a8083b38a47d9988cf79c2a058e8d03
are you able to manually pull it? -
Struggling to Replace MinIO - Advice Welcome!RustFS might also work as a MinIO replacement
-
SSH remote copy always failed, falling back to sshfs copyyeah, it's always absolute paths.
-
Volumes not mounted, Error in app@hpz24
mountpointmeans Cloudron does not manage the mountpoint. It is the user's responsibility to have them mounted before the containers are running. So, I guess the question is: do you have .mount files or fstab entries for these mountpoints? -
Problem migrating dataBoxError: Storage volume "External Data" is not active. Could not determine mount failure reason.
I guess it's not enable to mount the volume.
To solve the problem quickly: apps -> backups -> download config . Then, you can install a fresh version of the app and backups -> import in that config .
-
SSH remote copy always failed, falling back to sshfs copyHave you tried running
ssh -o "StrictHostKeyChecking no" -i /tmp/identity_file_dba91bb5-5fb9-46b8-91cc-69d69437aaea -p 22 myuser@192.168.0.10 cp -aRl snapshot/app_6da85c9a-fbf0-4563-baaa-1ad3080cf467 temp? -
Letsencrypt renewal error due to Gandi DNS failing to be set using either API Token or PATHave you tested if the token works? Check with curl and one of the API calls at https://api.gandi.net/docs/authentication/
-
How to proctect instances from Bot, Crawlers, Requests, & Co?Is there a service out there that provides AI block lists? crowdsec only has a platinum list at 3500/month ?
-
Cloudron and Swap File Use@robi @jdaviescoates i deleted the user
-
Hostinger External Email not sending@d43m0n1k_sek Should this post be deleted or should we answer this? The original post is still deleted. Should I restore it?
edit: i restored it right now, but unclear if I should be deleting the entire topic.
-
Any way to update the package with a PR ?@Mathieu https://docs.cloudron.io/packaging/ is a good place to get started
-
changing domain of a cloudron subscriptionYes, please send a mail to support@cloudron.io
-
Server crashes caused by stopped app's runner container stuck in restart loop@mendoksai yes, write to me at support@cloudron.io . I can investigate.