Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
MooCloud_MattM

MooCloud_Matt

@MooCloud_Matt
About
Posts
296
Topics
20
Shares
0
Groups
1
Followers
1
Following
2

Posts

Recent Best Controversial

  • UniFi Network Server (was Unifi Cloud Controller)
    MooCloud_MattM MooCloud_Matt

    Ubiquiti Cloud Controller is a Control System for network devices of the same brand.

    • https://help.ui.com/hc/en-us/articles/220066768-UniFi-How-to-Install-and-Update-via-APT-on-Debian-or-Ubuntu

    • It use mongodb

    App Wishlist

  • Group-Office (Sogo/Nextcloud Alternative + ActiveSync)
    MooCloud_MattM MooCloud_Matt

    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.

    2beaba8d-ac86-434e-ab5c-756f505eb8b7-image.png
    2f120986-69f3-4a0b-95ae-ae761dd5f934-image.png
    c9e456cb-f2d8-43fd-b619-c54811bd2105-image.png
    07b6d262-cc9a-49ec-8ac9-860f37073c33-image.png

    App Wishlist

  • Event to Webhooks
    MooCloud_MattM MooCloud_Matt

    A 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.

    Feature Requests

  • What's coming in 6.0 (take 2)
    MooCloud_MattM MooCloud_Matt

    @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.

    Announcements

  • OpenLiteSpeed Wordpress
    MooCloud_MattM MooCloud_Matt

    Hello 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).

    App Wishlist wordpress openlitespeed litespeed

  • OpenLiteSpeed Wordpress
    MooCloud_MattM MooCloud_Matt

    Update:

    • The cache plugin is functional and connects to OLS for server side caching.
      baf1b02e-4358-427e-88c0-b97084263c49-image.png
    App Wishlist wordpress openlitespeed litespeed

  • ARM official support?
    MooCloud_MattM MooCloud_Matt

    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?

    Discuss arm

  • Cloudron email: feature improvements/ideas
    MooCloud_MattM MooCloud_Matt

    I 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.
    Feature Requests email feature-request

  • Invalid CloudronManifest.json: Format validation failed (not a semver) @ /version
    MooCloud_MattM MooCloud_Matt

    @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

    Help Wanted or Offered

  • Memory and disk totals, how are they calculated?
    MooCloud_MattM MooCloud_Matt

    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.

    Discuss graphs

  • [Backups] Ability to add multiple storage provider/location
    MooCloud_MattM MooCloud_Matt

    A 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.

    Feature Requests

  • Most Loved / Dreaded Cloud Platforms
    MooCloud_MattM MooCloud_Matt

    @subven
    That is already available, for example, MooCloud is an Official Cloudron Partner, and we offer Managed Cloudron.

    Discuss cloudron stackoverflow survey

  • imapsieve
    MooCloud_MattM MooCloud_Matt

    @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.

    Feature Requests email

  • Object Storage or Block Storage for backups of growing 60+ GB?
    MooCloud_MattM MooCloud_Matt

    @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.

    Discuss

  • Jitsi integration with rocket.chat
    MooCloud_MattM MooCloud_Matt

    Hello,

    did somebody already try to integrate Jitsi with rocket chat? if yes, how did you have done it?

    Jitsi

  • docker system df: Total number of images does not equal installed apps
    MooCloud_MattM MooCloud_Matt

    If u use Apps, that need more container, like nextcloud or wp, you need to count redis too, for exemple.
    And there are System Apps to, like Haraka for the email

    Support docker

  • Group-Office (Sogo/Nextcloud Alternative + ActiveSync)
    MooCloud_MattM MooCloud_Matt

    @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.

    App Wishlist

  • Event to Webhooks
    MooCloud_MattM MooCloud_Matt

    @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!

    Feature Requests

  • Nice ideas for reducing container size
    MooCloud_MattM MooCloud_Matt

    @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/mariadb

    Yes 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.

    Discuss

  • Installing app with an arbitrary docker container via API
    MooCloud_MattM MooCloud_Matt

    @atrilahiji
    Yes it is, you need to specify in the manifest the image.
    If you can w8 on Monday I can send you more details

    Support api appstore
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search