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

725 Topics 5.5k Posts
  • "Run custom script after update" option for each app

    5
    0 Votes
    5 Posts
    527 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
    296 Views
    nebulonN

    Indeed this is on our roadmap.

  • Add per-mailbox App Password

    Moved
    6
    0 Votes
    6 Posts
    801 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
    1k 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
    983 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
    1k 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
    469 Views
    P

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

  • Notice for App being in use

    9
    2 Votes
    9 Posts
    817 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
    308 Views
    girishG

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

  • 5 Votes
    4 Posts
    444 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
    429 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
    449 Views
    P

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

  • UX Change for App Automatic Updates

    8
    1 Votes
    8 Posts
    779 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
    465 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
    2k Views
    P

    @girish Great! @jdaviescoates 👍

  • NameSilo support for DNS

    9
    2 Votes
    9 Posts
    1k Views
    marcusquinnM

    @humptydumpty Not got a referral link and I tend to avoid using them on forums and tweets etc as I want to make sure my pointers are untainted but maybe an idea to load up the profile text with them for people that want to use them as a free beer sharing.

    I have a few referral links on my website for those that might find but then I still need to do a bit more work on the declaration text part of that. The new Ghost snippets feature will make that and other common text a lot easier to do as time goes by.

    I'm my own worst critic for writing though, so like to write and review several times over a long time period before I make something a standard text I'm happy with. Damn, this time-saving internet technology lark doesn't half take a lot of time! 😂

  • Show “View-Only” App Store to users

    3
    0 Votes
    3 Posts
    374 Views
    girishG

    To add to what @subven said, there is also https://www.cloudron.io/appstatus.html which gives the latest version and update timeline.

  • 3 Votes
    2 Posts
    244 Views
    robiR

    Having this be a sticky default setting would be great..

  • Add columns for "Invitation Accepted" and "Last Logged In" to /#/users

    Moved Unsolved
    15
    3 Votes
    15 Posts
    1k Views
    jdaviescoatesJ

    @nebulon thought that might've been it, thanks 🙂