Ubiquiti Cloud Controller is a Control System for network devices of the same brand.
MooCloud_Matt
Posts
-
Unifi Cloud Controller -
Event to WebhooksA good addition to the Cloudron API, is 4 shore the possibility to been notify of the event accruing on the server with webhooks.
For us business is a good feature, to help us setup action or workflow base on them, increse security and stability are consequences.
For private geek user, they can setup telegram or main with notification coming from there server, that will make a smoother experience with there server.
Event are already json, we just need to be able to send them to an endpoint, maybe with the possibility to choose witch event we want to receive.
-
Group-Office (Sogo/Nextcloud Alternative + ActiveSync)Hi everyone,
I started looking for possible solutions to the problem we are having in building the image of Sogo with ActiveSync and not finding a solution (if you want to try to help, find the issue here).So I looked for an alternative:
What do you think of GroupOffice?They have a rather complete free version, with modules:
- e-mail (Sieve, Multiple mail for account)
- list itemcontacts
- list itemcalendar
- list itemfile (webdav compatible)
- list itemactivesync (with also a module to control activesync)
- The sharing system is very complete like that of sogo, there can be email accounts, calendars, address book and shared drives.
it is entirely written in PHP so creating a dockerimage should not be a problem, the only disadvantage is that the developers are not very active even if they continue to release bugfixes, they do not have deadlines for new features.
-
What's coming in 6.0 (take 2)@jdaviescoates said in What's coming in 6.0 (take 2):
Faster Nextcloud and WordPress!
We have some test image with Nginx + WP, that i have already shared with @girish, in the next few day we will work with him on some special feature to make the manifest compatible with OLS base image that we have pretty much ready, and later we will work on WP and NextCloud performance boost.
Probably next week, we will post some performance benchmarks of the new WP image, for both Nginx and OLS base image.
-
OpenLiteSpeed WordpressHello everyone !
Today we start testing the first version of OpenLiteSpeed on Cloudron, we hope to be able to bring it to open-beta soon.
We are working to bring full support to the OLS webadmin panel; and the main add-on modules, for now the image will be only for WordPress, but we are working to bring other PHP and Django scripts as well (maybe this will use nginx). -
OpenLiteSpeed WordpressUpdate:
- The cache plugin is functional and connects to OLS for server side caching.
- The cache plugin is functional and connects to OLS for server side caching.
-
ARM official support?Arm CPU in servers are more and more comune, and for a lot of operations are a better fit, especially if you use a modern language that takes advantage of multithreading.
And I think is time for cloudron to start to support it/working on supporting it, for now, 3 big cloud providers offer instances based on ARM CPUs (AWS,Azure,Alibaba).
Hetzer announced that they will start buying CPU from Ampere too, and I think that with the rise of requests on the forum DigitalOcean is not far behind.
Ovviusly this is my personal idea, what do you think?
-
Invalid CloudronManifest.json: Format validation failed (not a semver) @ /version@rmdes
version need to be complete:1.1.0
here you can find more info:
https://semver.org/
https://docs.cloudron.io/packaging/manifest/#version -
Cloudron email: feature improvements/ideasI try to summarize the feasible and effective antispam scenario/stack:
- Rspamd
- It does practically the same job as spamassasin, he needs less training then SA.
- spamassassin seems more effective than rspamd if configured correctly, thanks to the use of signature exchange nextwork razor, pyzor, ecc ecc.
- an antivirus(clamav), is impractical for cloudron, because it would require at least 1.5 / 2 GB of ram to have the entire signature database to be fast enough to filter emails, and as far as we are concerned 90% of our customers do not have such resources on the vServer.
- SPF/DKIM/DMARC
almost all spam is now signed with these protocols, therefore further control by the antispam is normally useless.
what cloudron does from this point of view is already excellent, haraka is much faster than SA or Rspamd, it would be a waste of resources in most cases to make the antispam and not the MTA do this job. - DNBSL
if well configured these work very very well, but many of these do not allow to be used by anonymous servers and many others are paid, for this reason we suggest the use of a proxy or for all emails or at least for parts of the antispam-system such as DNBSL, signature.
- Rspamd
-
Memory and disk totals, how are they calculated?Hello @girish,
Just lost a lot of time on a bug related to storage and I then discover that what shows in the cloudron UI was in fact Binary, can be updated the label to the correct one with the "i" in-between letters, so that it's clear what unit of measurement is been used?- KiB kibibyte
- MiB mebibyte
- GiB gibibyte
I know that is a stupid thing to complain but it can save some time on understanding what's happening sometimes.
-
[Backups] Ability to add multiple storage provider/locationA good way to handle the 3-2-1 for cloudron can be to replicate what Proxmox has done, delegate the replication to the other software(Proxmox Backup Server) installed on the destination backup server, this is for 2 reasons: storage servers/vps often have low resources but those are good enough to enable replication and they are really cheap, probably more expensive then Wasabi, but Wasabi is slow and really not efficient in cost for cold Rsync backup.
-
Most Loved / Dreaded Cloud Platforms@subven
That is already available, for example, MooCloud is an Official Cloudron Partner, and we offer Managed Cloudron. -
imapsieve@girish
as you know we use an external Mail Proxy, imapsieve is a good tool to get spam/ham feedback from our users.
Second, it can be used to automate flow based on where the mail has been moved by the user. -
Object Storage or Block Storage for backups of growing 60+ GB?@girish
Every storage in a datacenter is manage with some sort of raid/redundancy.Or you will have too much downtime, due to normal drive failure.
The it depends if they have zfs or a filesystem that have checks and improvements for bitrot preventions.
-
Group-Office (Sogo/Nextcloud Alternative + ActiveSync)@Captain-Kirk the wiki is deprecated, active sync is a free protocol now, no more licence from Microsoft needed, i have it installed for testing and its work.
Collabora is in the pro version.
-
Jitsi integration with rocket.chatHello,
did somebody already try to integrate Jitsi with rocket chat? if yes, how did you have done it?
-
Event to Webhooks@lonk
i think just basic one like:
-
Need reboot
-
Update available
-
Admin/Super Admin/Owner User login
-
Backup Faild
But if is something like stripe webhook that is amazing!
-
-
Nice ideas for reducing container size@infogulch said in Nice ideas for reducing container size:
paid once for the whole server
To be fair, you will get the same footprint with a multi-stage build and images that depend on the same shared base.
Let say that we will have a CloudronBase (Image LVL1), this image will include only ubuntu + minim software used for debugging.
As a second step you will get different images with all the dependencies for the different cases:
One image for every type of DB: MariaDB, pSQL, MongoDB.
One for the webservers: Nginx, and Apache (that can maybe already include PHP).Then as the last level (3) of images, we have the language, like: node, python, etc, etc.
This will have the same footprint as the one big image that we have now, it will always be a Cloudron Base, but it will be like:
cloudronbase/nginx-node
cloudronbase/mariadbYes to slit the image in multiple parts will be a big work, but then we can update all the lvl with less effort.
And as a second bonus, we will be able to have a server with just 2 WordPress, without unused library and software.To resume, what I propose is to keep the idea of an cloudron base, but to slit it, so that the apps can be developed easily, but servers with 20 GB of storage don't louse 10% of their space for code that they will never use.
-
Garage, an open-source distributed storage service you can self-host to fullfill many needsGarage still doesn't support 100% the s3 protocol.
And due to how is written, modern NVMe will not get a BIG boost if you don't have a powerful CPU (it CPU intensive for big files like cloudron Backup, and is still not well-performing if you have small files like in a Nextcloud with small docs.)MooCloud is testing Garage, and we have an agreement with Garage leading developer to publish the data collected using garage in a modern cloud environment.
-
LEMP app as alternative to LAMP app@d19dotca
that is also because Nginx uses FPM and not FastCGI(Apache in some cases can use FPM) for PHP, which give already a good boost.NextCloud and WP could take good advantage of it, and Nginx could help solve the issue of the main image being too "fatty"
It's easy to use Nginx in a multi-layer image.