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
  1. Cloudron Forum
  2. Announcements
  3. What's coming 5.3

What's coming 5.3

Scheduled Pinned Locked Moved Announcements
26 Posts 15 Posters 3.8k Views 15 Watching
  • 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.
  • d19dotcaD Offline
    d19dotcaD Offline
    d19dotca
    wrote on last edited by
    #15

    The ability for users to disable / stop services such as redis, mail, etc without needing command-line access to do so. That'd be an awesome (and hopefully small) tweak that'd be useful especially for people who want to optimize their resources on their servers.

    --
    Dustin Dauncey
    www.d19.ca

    1 Reply Last reply
    0
    • S Offline
      S Offline
      savity
      wrote on last edited by savity
      #16

      Hi,
      i just wannted to ask about the Firewall in Cloudron Whitelist and Blocklisting IP's.
      Usually i would do it over UFW but since its a bit diffrent in Cloudron.
      Because i see some IP's thanks to shodan -.- trying to send some spams and i would like to block them.
      And GEO IP Blocking as a feature would be nice, i think login to my.cloudron.com should be really high secured, i mean yes we have 2FA but if someone tries bruteforce attacks will not lead to something because of 2FA, but why create uneeded webservice requests.

      1 Reply Last reply
      2
      • njN Offline
        njN Offline
        nj
        wrote on last edited by
        #17

        Any plans to add the facility to append 2FA Token in LDAP Passwords?

        Founder / Coder • My Apps

        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #18

          @nj Not in this release, but maybe for the next one. I have opened https://git.cloudron.io/cloudron/box/-/issues/705

          1 Reply Last reply
          1
          • J Offline
            J Offline
            jagan
            wrote on last edited by
            #19

            Not a feature for 5.3, but wish to point out that Cloudron does not have even a single e-commerce platform (other than woocommerce on Wordpress, of course).

            OTH, we have multiple apps under each category.

            Can we get started on Magento and Prestashop please?

            Thank you!!

            murgeroM 1 Reply Last reply
            2
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #20

              @jagan We are planning to add oxid shortly - https://forum.cloudron.io/topic/2571/oxid-esales (the package is mostly read, just finishing it up with the upstream developers).

              1 Reply Last reply
              1
              • scookeS Offline
                scookeS Offline
                scooke
                wrote on last edited by
                #21

                I like this feature of 5.3.1 - Do not count stopped apps for memory use!

                A life lived in fear is a life half-lived

                1 Reply Last reply
                2
                • P Offline
                  P Offline
                  plusone-nick
                  wrote on last edited by plusone-nick
                  #22

                  UI* dashboard improvement - 🙏 add the root domain as a secondary text (maybe above the icon?) for sub-domain apps. The apps with a root domain show this and its easy to see but for apps in a sub-domain you have to hover over the app card to see which root domain it belongs to, would be an awesome addition!...thanks!

                  ✌💙+1

                  1 Reply Last reply
                  1
                  • J jagan

                    Not a feature for 5.3, but wish to point out that Cloudron does not have even a single e-commerce platform (other than woocommerce on Wordpress, of course).

                    OTH, we have multiple apps under each category.

                    Can we get started on Magento and Prestashop please?

                    Thank you!!

                    murgeroM Offline
                    murgeroM Offline
                    murgero
                    App Dev
                    wrote on last edited by
                    #23

                    @jagan This is true, but you can install any nodejs or php e-commerce app in the LAMP app. Which I'd honestly perfer anyway as it would give me more control over the install.

                    --
                    https://urgero.org
                    ~ Professional Nerd. Freelance Programmer. ~

                    P 1 Reply Last reply
                    1
                    • murgeroM murgero

                      @jagan This is true, but you can install any nodejs or php e-commerce app in the LAMP app. Which I'd honestly perfer anyway as it would give me more control over the install.

                      P Offline
                      P Offline
                      plusone-nick
                      wrote on last edited by
                      #24

                      @murgero thats cool i never thought of that - you can use the apache server for a nodejs app? 🤔

                      ✌💙+1

                      murgeroM 1 Reply Last reply
                      0
                      • P plusone-nick

                        @murgero thats cool i never thought of that - you can use the apache server for a nodejs app? 🤔

                        murgeroM Offline
                        murgeroM Offline
                        murgero
                        App Dev
                        wrote on last edited by murgero
                        #25

                        @plusone-nick NodeJS is installed in the LAMP app, you can run the app in the background via run.sh in /app/data.

                        So in run.sh you can:

                        cd /app/data/nodejs-app/
                        npm start & # Or other command to start app (The "&" here runs the app in the background.)
                        

                        Then in /app/data/public/.htaccess:

                        RewriteEngine On
                        RewriteRule ^/?(.*)$ http://localhost:3000/$1 [L,P]
                        
                        ProxyPassReverse / http://app.example.com/
                        

                        Or something like that, this is untested technically and that will redirect the nodejs via apache.

                        --
                        https://urgero.org
                        ~ Professional Nerd. Freelance Programmer. ~

                        1 Reply Last reply
                        1
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #26

                          There is also https://git.cloudron.io/cloudron/tutorial-nodejs-app which is a template for a custom nodejs app

                          1 Reply Last reply
                          1
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

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