The Heimdall app launcher / dashboard would be a great addition to the build in app luncher for cloudron.
Maybe even a preset provisioning with the cloudron apps could be accomplished.
Packaging the docker image should be fairly easy (I think).
The Heimdall app launcher / dashboard would be a great addition to the build in app luncher for cloudron.
Maybe even a preset provisioning with the cloudron apps could be accomplished.
Packaging the docker image should be fairly easy (I think).
An LDAP server would be great. I would vote for an identity provider (with LDAP, Oauth, etc.)!
I think @jimcavoli is already working one something along these lines: https://forum.cloudron.io/topic/2320/scaling-high-availability-cloudron-setup/5
I would also be interested in this. Maybe @girish and @nebulon could offer a (paid!) recorded webinar with some simple sample apps? Maybe even some more advanced "tutorials" later on? I would also be willing to pay for this, and most likely others as well. Recording these webinars and offering them in a web shop should not be too hard and this might be another source of income for cloudron and get more apps in the app store in the future.
@girish Awesome! You guys really know how to set priorities and I love the direction cloudron development is going in! Great job guys!
@MooCloud_Matt I love the Unifi ecosystem and have used it in many (even quite large) installations. I would always recommend to keep the controller on an appliance on its own seperate from all servers (e.g. on the Cloud Key Gen2 or Dream Machine Pro) though with a spare controller hardware in stock. Just my 2 cents though. Might be useful for others to run this on cloudron. I believe there is an unofficial docker image available somewhere as I have seen it run on Synology NAS systems in Docker. This might me helpful for packaging.
@girish said in Is cloudron subscription per 'instance' or per 'customer':
@dfldadm The pricing is per instance. For email atleast, I recommend, running it on a separate VM along with a webmail. This won't cost you anything since it's covered under the free plan (email is also not counted as an app).
That's an interesting idea. Is there any way to sync the users between the two separate instances? If we run email and webmail on a separate instance we would have two seperate user bases, right?
Maybe exposing LDAP (encrypted) to another instance (or even better: active-active LDAP sync) would be something for the future? This would add the possibility to run multiple servers with the same user basis.
Licensing would be something to look into and a single dashboard which connects to the apps would be needed as well. So just some ideas here. You guys are doing an incredible job in what you are doing (plus contributing upstream) and I can't say enough that I really appreciate the hard work and support that all cloudron contributors are putting into this amazing product!
Getting elasticsearch into Cloudron would be great! Fulltext search for Nextcloud is a must and running a separate instance side by side to cloudron is very inefficient...
@timmeh scaleway is/was facing an issue with their object based storage in Amsterdam:
https://status.scaleway.com/incident/775
I was facing the same issue and just created a new bucket and used that one for backups. Should be fixed on the scaleway side soon though.
Thanks for the update @girish! The 5.1.5 update of cloudron fixes the error and Kopano Meet is working now.
@girish said in What's coming in 4.5:
Mail fts search - This will be optional since the dovecot+solr integration takes a lot of memory.
Mail fulltext search for dovecot with solr would be awesome. I would love to see solr being integrated in a way that other apps can use it, eg. for implementing a Nextcloud fulltext search.
@girish Excellent! It‘s working in the latest release. Thank you very much !
Documize Backups are not possible in the web interface (https://…/settings/backup). Is there a way to fix this?
@girish It would be great to have the Community+ version on cloudron!
@Vladimir You might want to check (via command line) if you have any stale sieve filters left for the mailbox. This might happen if you switched the webmail installation.
I would also be interested in this. Maybe @girish and @nebulon could offer a (paid!) recorded webinar with some simple sample apps? Maybe even some more advanced "tutorials" later on? I would also be willing to pay for this, and most likely others as well. Recording these webinars and offering them in a web shop should not be too hard and this might be another source of income for cloudron and get more apps in the app store in the future.
Thank you! A local installation of imapsync on the server did a great and fast job in transfering the emails from one account to the other.
Having this available in the cloudron universe would be simply awesome and a big selling point. I have so far not seen any providers offering a hosted solution with the Talk High Performance Backend. @doodlemania2: please keep us updated on the packaging. If you need help with tests, etc. let us know. I really appreciate that you are willing to give it a try!
Together with a future elasticsearch service (hopefully) for full text search, cloudron will become a great nextlcoud hosting platform.
Is there a way to move an email user from one domain to another? We need to migrate a user from domain1.xyz to domain2.xyz. The new feature to define aliases with any configured domain works great, but when sending a mail as an alias it is send "on behalf of" and we would like to switch the user mailbox completely to a new domain. Any way to do this without creating a new account and migrating all mails?
@d19dotca For small mailboxes, the client side webmail search might be good enough. Implementing a server side search can speed up the fulltext (eg. text within the mail body) search by a lot though. I am personally more keen on the implementation itself (solr or elastic search) as this core service could be offered to other apps such as Nextcloud for a fulltext search in documents as well.