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


Skip to content

Feature Requests

New ideas, Feature Requests

671 Topics 5.2k Posts
  • Add link to app Resource Config from Notification

    Solved
    2
    2 Votes
    2 Posts
    149 Views
    girishG

    Fixed this for 6.1. https://git.cloudron.io/cloudron/box/-/commit/353369c1e9ffc70a53eeea0cb99019a1b5f98f27

  • Simple Domain Redirects for External Links

    2
    3 Votes
    2 Posts
    272 Views
    d19dotcaD

    @tamayers This would be nice to have, for sure.

    For the most part though, the domain registrar will handle that part of forwarding a full domain to another if you use their own DNS servers, etc. I have done that for a couple of my own domains that I had registered a long time ago for 10 years, but no longer use them so wanted to just forward them to my current ones instead.

    It would certainly be convenient for Cloudron admins if Cloudron did this too though. One example I can think of... I have two vanity URLs purchased by two different clients of mine where they want me hosting their email but for the website they want it going to their realtor agency website (for example) which is outside of my control, and would be convenient to set it all in the same space instead of a mix of domain registrar and Cloudron.

  • Apps UI - Make more compact

    2
    3 Votes
    2 Posts
    183 Views
    marcusquinnM

    Also noted a request for a List view here: https://forum.cloudron.io/topic/3465/dashboard-customize-buttons-on-the-sides-of-apps/4?_=1608519749716

  • Support multiple private docker registries

    2
    2 Votes
    2 Posts
    218 Views
    LonkleL

    @Mario I actually ran into this myself and had to combine my two private registries into one to work with Cloudron.

  • "Run custom script after update" option for each app

    5
    0 Votes
    5 Posts
    350 Views
    LonkleL

    @girish Oh, absolutely with a custom app, I mentioned in the original post that I'm going to build my own Wordpress Stack to simply and only add this. But I saw benefit to other user's being able to script something post-update as that's literally the only thing my stack will do differently than the default Wordpress app (I'll have to integrate your updates into my stack manually each time so I still wish there was a way to run an external custom sh script post-installation).

    As you can see my custom script simply uses the CLI to upgrade all databases with any new required formatting if and only if any updated Wordpress core or updated plugin require it. When you update from the Cloudron interface, it simply updates all the files and Wordpress has this really annoying tendency to not upgrade the databases post-upgrade invisibly. The script above is the only way to make sure file versions and database versions stay in sync 100% of the time every update.

    This becomes nearly unavoidable if you want to support multisite in the future since the problem becomes more convoluted in that installation type so my script detects multisite installations and runs database upgrades accordingly with WP CLI commands or single site only commands if it's a single site.

    I actually think the script below should be an optional "automatic upgrade plugin and themes checkbox when updating Wordpress core" option for Wordpress installations as well, here's the WP CLI code for it:

    # Plugin updates wp plugin update --all wp plugin update --all --skip-plugins --skip-themes # Theme updates wp theme update --all wp theme update --all --skip-plugins --skip-themes
  • Support backing up volumes

    2
    1 Votes
    2 Posts
    211 Views
    nebulonN

    Indeed this is on our roadmap.

  • Add per-mailbox App Password

    Moved
    6
    0 Votes
    6 Posts
    574 Views
    humptydumptyH

    I'd like to add to this. The ability to select the pass length and whether we want special characters. Or if it's easier to do, allow us to add our own passwords instead of them being generated for us.

  • Export App Backup

    13
    3 Votes
    13 Posts
    996 Views
    necrevistonnezrN

    Adding to this: Maybe it's possible to implement a backup browser via the file browser, at least for the rsync format and even for encrypted backups?

  • Bulk Update On Demand

    8
    3 Votes
    8 Posts
    644 Views
    jdaviescoatesJ

    @robi @girish thanks, I figured it might be something like that as I think it was just after a reboot that I noticed they had disappeared.

  • Renew Lets Encrypt SSL *before* 30 days

    10
    0 Votes
    10 Posts
    622 Views
    marcusquinnM

    @jdaviescoates nope, just regular domains, not sure why but will just wait and see I guess

  • Improve Clone/Backup/Restore Speed

    24
    1 Votes
    24 Posts
    2k Views
    jimcavoliJ

    Just to follow up, here's a sample of normal backups followed by a Cloudron upgrade, which itself triggered another backup run, and the corresponding relevant network and disk graphs:

    Network Traffic.png Disk I_O.png

    All in all, it's definitely fast-er but not insanely performant. CPU utilization vs load hints that it may in fact be down to inefficient utilization of cores to some extent, but there is definitely a fair bit more bottleneck coming from the network still.

    CPU Utilization.png CPU Load.png

    Nothing earth-shattering either way, and gains were more mild than I would have guessed, but all in all, not a bad outcome.

  • 3 Votes
    3 Posts
    352 Views
    P

    @robi Yes, more checks to keep the mounting "alive".

  • Notice for App being in use

    9
    2 Votes
    9 Posts
    455 Views
    robiR

    @fbartels We can always have a simple runner page preload indicating the rehydration of the app and how to avoid it.

    Gamify it a bit..

  • [UI/UX] Store and cloudron.io categories for media players

    Solved
    3
    4 Votes
    3 Posts
    202 Views
    girishG

    Indeed, I have add a Media section now for next release.

  • 5 Votes
    4 Posts
    269 Views
    jdaviescoatesJ

    +1 I often forget where Stop and Restart are found!

    And it doesn't make sense to me that they are found in different places

    Stop is hidden in Uninstall
    Restart is in Repair

  • IMHO: Cloudron 6.0.1 Button Coloring for Console, Logs is Odd

    Solved
    3
    0 Votes
    3 Posts
    325 Views
    BrutalBirdieB

    @nebulon Ahh okay that makes it clearer why this style was chosen.

    I can live with that explanation. 👍

  • Add "total data" indicator to File Manager uploader

    Solved
    3
    4 Votes
    3 Posts
    335 Views
    P

    @nebulon Great guys! You're doing amazing !!!

  • UX Change for App Automatic Updates

    8
    1 Votes
    8 Posts
    459 Views
    girishG

    @d19dotca said in UX Change for App Automatic Updates:

    If "Updates are checked for everyday", then why would the text on the page read "If you disable automatic updates, be sure to manually check for updates."?

    I changed this a bit to "Cloudron periodically checks the App Store for updates. If you disable automatic updates, be sure to manually apply the updates."

  • During restoring app: Cloudron page is showed

    4
    3 Votes
    4 Posts
    305 Views
    girishG

    @jdaviescoates said in During restoring app: Cloudron page is showed:

    Could we consider this a feature request to that effect?

    Yes, that's what this feature request is 🙂 either make it customizable or merge it with the existing one.

  • Improvements to the File Manager

    Solved
    16
    1 Votes
    16 Posts
    1k Views
    P

    @girish Great! @jdaviescoates 👍