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

813 Topics 6.1k Posts
  • Move e-mail mailbox data to a mounted disk?

    email storage
    4
    1 Votes
    4 Posts
    1k Views
    potemkin_aiP
    @nebulon the doc might need to be updated systemctl stop|start docker docker.socket postgresql mysql nginx for the services. rsync --archive /mnt/old_root/home/yellowtent/boxdata /mnt/data/cloudron-mail/ for copying the data (mv when fails produce a whole set of problems to be resolved and can't be resumed). and the following commands to verify: find /home/yellowtent/boxdata/ -type f -printf "." | wc -c find /mnt/data/cloudron-mail/boxdata/ -type f -printf "." | wc -c diff -r -q /home/yellowtent/boxdata /mnt/data/cloudron-mail/boxdata
  • Archiving Apps

    Solved
    11
    4 Votes
    11 Posts
    3k Views
    J
    For the most part, everyone else covered my use case on this. Either the ability to download the file as a tar.gz, that isn't encrypted to store locally or external storage. To take this functionality a bit further down the road: Offload the app and environment settings to an external S3 storage, gui to view these on like the file explorer, view basic details (time offloaded, size, dates, view file contents). There have been times where I had a different version of an app, and I just needed to quickly grab the .env file. It would save a lot of time, to be able to view those files, without having to sift through backups and files.
  • Perhaps email should be an App?

    5
    3 Votes
    5 Posts
    1k Views
    marcusquinnM
    @girish Yup, nothing to say that a Cloudron "App" has to be a Docker Container.
  • Capability to tweak CORS config of an app

    reverseproxy cors
    6
    3 Votes
    6 Posts
    2k Views
    girishG
    @systemaddict I would check the app's configuration. Some apps let you change the CORS. It's not correct for system adminsto change CORS settings, this is a security issue waiting to happen.
  • Possible to schedule Auto App Updates on Specific Server time

    update timezone
    5
    0 Votes
    5 Posts
    1k Views
    D
    @nebulon a checklist of current apps will be ideal scenario
  • IPv6 only Cloudron

    Moved Solved
    24
    4 Votes
    24 Posts
    7k Views
    girishG
    This is implemented in Cloudron 8
  • Cloudron update - using wrong tag should not attempt the update

    4
    0 Votes
    4 Posts
    909 Views
    J
    @ekevu123 the manifest error here refers to the docker image manifest. That part of the error message is from your upstream docker registry and not generated by cloudron.
  • Cloudron update - restore from backup if it fails

    4
    0 Votes
    4 Posts
    759 Views
    girishG
    I misread your original comment. I guess you are referring to the cloudron update command of the CLI tool. I thought this was about a cloudron (platform) update. Currently, the focus of the CLI tool is app development and not for end users as such.... So, one can automate what you want already by writing a small script which calls cloudron restore if the update fails.
  • Possibility to disable TURN service

    turn stun services security
    2
    1 Votes
    2 Posts
    553 Views
    J
    A temporary workaround: docker stop turn . Some platform updates might turn back the turn service on though (when updating the turn docker image).
  • Email notifications of app failures/restarts

    notifications email resources
    19
    6 Votes
    19 Posts
    6k Views
    potemkin_aiP
    @SansGuidon you are absolutely welcome
  • Search/Filter should stay when clicking "Back" from an App Config

    1
    1 Votes
    1 Posts
    110 Views
    No one has replied
  • Hide mail of different domains from each other

    Moved
    9
    1 Votes
    9 Posts
    2k Views
    J
    @nebulon Is there a possibility to pay 50€ or so to push this request? The possibility to use SOGo on a multi-tenant base is really the only thing keeping my stuck in Plesk.
  • File Manager Suggestion Ideas

    filemanager
    8
    3 Votes
    8 Posts
    2k Views
    nebulonN
    I guess somehow the actual command to move (cutnpaste) the files didn't even reach the server or failed in some auth. Next time, opening the browser inspector should reveal more error details we can work with.
  • Allow whole system restore from the backup settings

    backups restore
    2
    1 Votes
    2 Posts
    588 Views
    nebulonN
    What is your use-case to restore the whole Cloudron from Cloudron itself? I can see if Cloudron and thus the dashboard is not working, a restore might be required, but then it cannot restore itself in such cases.
  • External source for robots.txt

    1
    2 Votes
    1 Posts
    156 Views
    No one has replied
  • Rename the settings panel "Users Directory" to "User & Group Settings"

    5
    1 Votes
    5 Posts
    1k Views
    murgeroM
    @humptydumpty this is another great solution.
  • Can't restart a not responding app while backups are running

    Moved
    7
    5 Votes
    7 Posts
    2k Views
    girishG
    @marcusquinn not yet, but it is scheduled for next release - https://forum.cloudron.io/topic/9975/what-s-coming-in-9-0-was-8-0 (the "remove global lock for backups" bullet point)
  • Setting to set the default volume for apps to be installed

    storage volumes
    3
    1 Votes
    3 Posts
    769 Views
    marcusquinnM
    @murgero Thanks, yeah, definitely not doing that now Just looking for the simplest solutions with what we already have. Since the functionality is already there, this is more of an workflow interface feature to just make it available at an earlier stage in the process, and to avoid the additional step and decisions later to do the exact same.
  • "Backup failed" email notification

    backups notifications
    20
    4 Votes
    20 Posts
    5k Views
    necrevistonnezrN
    "Thank's" is like.... [image: 1722345022070-90ea0e22-68ef-4c6a-aa8f-2e9dbc9eebe4-image.png]
  • Backups don't show times. This is unhelpful in rollback evaluation situations.

    Solved
    3
    1
    1 Votes
    3 Posts
    676 Views
    nebulonN
    Indeed, we have space there, so this makes sense to not hide it unnecessarily. Fixed for next release https://git.cloudron.io/cloudron/box/-/commit/44d3baf51aaab4acc3e3a4d5188c38d4dffef257