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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    What's coming in Cloudron 3.4

    Announcements
    8
    19
    1384
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • girish
      girish Staff last edited by

      We want to focus on making Cloudron more self-serviceable in this release. Core problem is that when something is not working, the Cloudron dashboard is currently not very helpful for the Cloudron superadmin/operator in helping diagnose and fix problems.

      • Make the backup task killable. Sometimes backups gets stuck and there is no way to stop/restart it.
      • Add a way to monitor health and fix issues related to Cloudron's addons (the databases) and docker.
      • The update process does a complete backup and this in turn currently locks up the admin UI. This is purely a UI issue, the Cloudron is actually up and running just fine during an update!
      • Keep Dashboard always up. Currently, there is a bit of code in our startup logic which will prevent the dashboard from being accessible if it fails. We are fixing this so that the Cloudron UI will always be available 100%. And even if DNS setup is broken, it will be reachable by IP. (And then you can perform actions to fix the DNS),
      • Issues related to very large app data. Currently, there is a way to disable daily backups per app. But an app update or box update still performs a full app backup. We are looking into adding a more flexible backup mechanisms and policies per app. Suggestions are welcome here (but we would strongly prefer not to disable backups of an app entirely).
      1 Reply Last reply Reply Quote 3
      • ?
        A Former User last edited by

        Any roadmap plan for running your own docker containers, even via command line? Hate spinning up another VPS just for bitwarde_rs

        F 1 Reply Last reply Reply Quote 3
        • M
          msbt App Dev last edited by

          Would be nice if you could override the global backup settings in the backup dialog of each app, so if you have daily backups set, you could set your nextcloud app to only backup weekly and it will do just that.

          Another backup-setting for the box itself would be also nice, to have shorter periods between mail backups, 24 hours might be a bit too long if you have a hdd crash.

          1 Reply Last reply Reply Quote 0
          • S
            saglagla last edited by saglagla

            Great news !! 🙂

            @girish said in What's coming in Cloudron 3.4:

            Add a way to monitor health and fix issues related to Cloudron's addons (the databases) and docker.

            Something related to https://forum.cloudron.io/topic/1107/mist-io-cloud-management-platform ?
            Like Mist.io/ or portainer.io/ ?

            1 Reply Last reply Reply Quote 0
            • nebulon
              nebulon Staff last edited by

              @saglagla not really related to those, we are adding a view where one can see the addon status, logs, adjust memory limits and be able to restart them if needed. This should allow users to better understand what is happening if something goes wrong and the restart often times resolves issues if an addon gets stuck for whatever reason.

              1 Reply Last reply Reply Quote 1
              • tobru
                tobru last edited by

                Regarding backup, please also have a look at https://forum.cloudron.io/topic/1575/backup-improvements-restic-as-backend. Thanks.

                1 Reply Last reply Reply Quote 0
                • F
                  FTLAUDMAN @Guest last edited by

                  @spectrely @nebulon @girish Yes, any update on running our own docker containers? Is it possible with 3.3 after all?

                  1 Reply Last reply Reply Quote 3
                  • girish
                    girish Staff last edited by

                    @FTLAUDMAN We had added some support for running private apps. The doc pages are not ready yet, expect it sometime this week.

                    F 1 Reply Last reply Reply Quote 2
                    • iamthefij
                      iamthefij App Dev last edited by

                      In an effort to build better monitoring, it would be good to look at supporting existing tooling as well. For example, a Prometheus exporter would allow users to take advantage of the robust feature set offered by Prometheus and Grafana. Or, if Cloudron already stores persisted metrics in a graphite database or something, a way to connect to that from an external server running a monitoring suite would suffice.

                      1 Reply Last reply Reply Quote 1
                      • nebulon
                        nebulon Staff last edited by

                        Yes, Cloudron already runs graphite and collects a lot of metrics, however those are currently only exposed as the graphs view in the dashboard. All this is not exposed directly. There is a rather generic graphs REST API available though, to run queries against graphite, but that is not currently documented. As a matter of fact, I am currently trying to bring back the graphite-web UI for inspection. I will check if there is a possibility on how to maybe expose more in that area.

                        1 Reply Last reply Reply Quote 0
                        • tobru
                          tobru last edited by

                          A Prometheus-compatible ,or even better an OpenMetrics endpoint would be fantastic for a much improved monitoring system.

                          1 Reply Last reply Reply Quote 0
                          • girish
                            girish Staff last edited by

                            Time for some progress updates!

                            There is now a system menu:

                            system-menu.png

                            Inside which, there are services list. You can monitor and configure the services:
                            services.png

                            Backups can now be cancelled. Updates can also be cancelled. Yes, the layout is bit off here but it will be fixed before the release:
                            backup-cancel.png

                            Also, we have reworked the email handling for apps a bit to support some use cases. Currently, apps are create a mailbox of their own and one cannot easily access these mailboxes (if someone replied to the email). We have fixed this so that apps can now be associated with any existing mailbox. By default, an address is auto-generated for the app. You can then change this to an existing mailbox which you can access using your credentials. It's also possible now to share the mailbox name across apps.

                            1 Reply Last reply Reply Quote 7
                            • M
                              msbt App Dev last edited by

                              this looks awesome, good job guys!

                              1 Reply Last reply Reply Quote 1
                              • girish
                                girish Staff last edited by girish

                                It was also requested to have an option to enable/disable automatic updates on a per-app basis. This was because for some apps like the LAMP app, the code in question might be tightly tied to the PHP version. So, people want to check the changelog before the update. We have added this flag now:

                                enable-automatic-updates.png

                                1 Reply Last reply Reply Quote 3
                                • girish
                                  girish Staff last edited by

                                  Those changes really added up! We decided to roll out what we have as 3.4. The 'big data' issue is moved to 3.5 now.

                                  1 Reply Last reply Reply Quote 0
                                  • ?
                                    A Former User last edited by

                                    @girish Great work guys!

                                    1 Reply Last reply Reply Quote 1
                                    • girish
                                      girish Staff last edited by

                                      Just a heads up for those who update manually by clicking the update button: the progress bar will get stuck at "Installing ..." at some point. This is normal. This is because of an API change between versions. Just go to my.<domain> directly and it will work.

                                      (also, most people won't hit the above issue since cloudron will auto-update)

                                      1 Reply Last reply Reply Quote 1
                                      • F
                                        FTLAUDMAN @girish last edited by

                                        @girish Curious if the docs about running private apps are available?

                                        ? 1 Reply Last reply Reply Quote 1
                                        • ?
                                          A Former User @FTLAUDMAN last edited by

                                          @girish @FTLAUDMAN
                                          Probably have your hands full with 3.4, but I'd love this as well. It allows us to expand the functionality of Cloudron to fill any holes in our deployment requirements, and eases the pressure on you guys to get apps out.

                                          1 Reply Last reply Reply Quote 2
                                          • First post
                                            Last post
                                          Powered by NodeBB