The new package has the pip packages. I haven't tested it though.
Girish Ramakrishnan
Posts
-
Feature request: Add pip packages for Motherduck / Duckdb data sources -
Mark Change Detection app as unstable?Alright, this thread has outlived it's purpose
Will lock it. -
Cloudron 9.0.5 doesn't show backups from version 8?@svtx do you have a post/more info on this already? Would like to understand what the problem is.
-
What's coming in Cloudron 9@jasonhouston 9.0.7 is going through the CI right now. I think we will start rolling out updates slowly later this week.
-
Cloudron deploying wrong/old code? is it possible?@imc67 said in Cloudron deploying wrong/old code? is it possible?:
well this doesn't work!! There is a way to make a backup and download a zipfile but, I uninstalled, fresh install and wanted to import the backup zip ... there is no functionality for that or I completely missed it

You have to manually upload to the server's file system and import it from there. you didn't miss this, it's not implemented (well, so far, we haven't planned to implement it).
-
Cloudron deploying wrong/old code? is it possible?@imc67 that works for me as well.

I think it's probably related to some migration logic from older version. I am trying a Change Detection from 2-3 weeks ago and see if it's reproducible .
-
Cloudron deploying wrong/old code? is it possible?@imc67 Did I understand correctly that I should send a test email and this will reproduce the bug?
Works for me.. but still playing around. It seems the new default format is HTML Color but in your github issue it is HTML. That doesn't seem to matter though.

-
Cloudron deploying wrong/old code? is it possible?@dgtlmoon The package code is at https://git.cloudron.io/packages/changedetection-app/ . https://git.cloudron.io/packages/changedetection-app/-/blob/master/Dockerfile?ref_type=heads is how we build the app. I am sure it's just a bug in version reporting (maybe it just needs some env variable). I am checking this now.
-
Mark Change Detection app as unstable?Late to this thread.
@svtx please don't use such wording. as you can tell, it's offensive and not constructive. technical discussions simply get derailed like this thread. you have used such language in other threads in the past too which I have ignored (like SUX and calling cloudron backups defunct).
@dgtlmoon I have removed the offensive wording . If the user continues, we will react accordingly.
FWIW, we use changedetection to track changes on the minecraft pages. It works quite reliably for us. Thanks for your great work!
-
Cloudron 9.0.5 doesn't show backups from version 8?@ekevu123 oh, that's not good then. Can you please contact me on support@cloudron.io , I will have to read the log files to figure what is going on.
-
Ente@andreasdueren haven't found time to test ente but for multiple domains, Cloudron has two concepts - multiDomain (https://docs.cloudron.io/packaging/manifest/#multidomain) and httpPorts (https://docs.cloudron.io/packaging/manifest/#httpports).
httpPortsis best suited when the domain names are to be known in advance (for example , minio's API subdomain).multiDomainis when an app can handle many subdomain but it's not needed for the app to work - wordpress multidomain concept, espocrm customer portals etc. -
Auto-tagging ollama setup@mononym Can you not use the public endpoint
https://ollama.domain.cominstead of using the internal one ? -
Using alternative MXYou can simply ignore the MX check . This is just a reminder for the admin that MX is not pointing to Cloudron mail server. In general, this is not the common set up that the UI is optimized for.
-
First two quick questions@andreasdueren can you check again now?
-
Cloudron 9.0.5 doesn't show backups from version 8?@ekevu123 there was a bug in 9.0.4 that if you had multiple backup sites, it was cleaning up old backups incorrectly. I have fixed this in 9.0.5 . But if your server probably ever had 9.0.4 and multiple backup sites, it would have hit this bug (i.e removing valid backups from the database.. they are not removed from the storage itself though). Is this is the case with yours?
-
Ente@andreasdueren oh this is a general problem with Go apps which don't want to send email to servers without valid TLS certificates . You can set
requiresValidCertificateas an option forsendmailaddon in the manifest . See the fider and pocketbase packages which use this. Currently, this flag needs Cloudron 9. -
What's coming in Cloudron 9Thanks. I did find a "race", though I am not 100% sure if that is the issue. If @necrevistonnezr checked for updates when I was releasing 9.0.5, it will indeed show up that 9.0.4 update is available ... The release process is not entirely atomic...
-
What's coming in Cloudron 9@necrevistonnezr That doesn't seem right... The update is not available, I wonder how your server got it.
Is the above notification appearing for anyone else?
-
Minio removing the interface for community editionI switched the Cloudron package to build from source since there was an important CVE .
-
What's coming in Cloudron 9@msbt hey yes, we are fixing it. Was deemed not a "show stopper" (not for new installations anyway).