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

865 Topics 6.4k Posts

New ideas, Feature Requests

  • Mailing List - answer to list not sender

    Moved mail mailing-lists
    6
    2 Votes
    6 Posts
    2k Views
    girishG
    Worthwhile reads - ``Reply-To'' Munging Considered Harmful and Reply-to-List, or Reply-to-All?
  • Backup time considers timezones incorrectly

    3
    1 Votes
    3 Posts
    738 Views
    E
    @girish said in Backup time considers timezones incorrectly: I think you are suggesting showing the Settings Timezone in the Backup Schedule UI, correct? If so, that's a good idea! Yes, that was what I was suggesting The timezone shown in the UI is based on browser timezone . If you had multiple admins, each in their timezones, then the UI shows the correct timestamps. I understand the logic, however, have a look at the screenshot. [image: 1725523216482-screenshot-backup-time.png] Seemingly, the backup starts at 1am, but it finishes before 1am, which is confusing. In fact, it took 24 minutes in this case, but I am in a different time zone now, 1 hour back.
  • Cloudron-wide search, not limited to apps (settings and more)

    1
    2 Votes
    1 Posts
    146 Views
    No one has replied
  • 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
    3k 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
    8k Views
    girishG
    This is implemented in Cloudron 8
  • Cloudron update - using wrong tag should not attempt the update

    4
    0 Votes
    4 Posts
    1k 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
    956 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
    722 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
    8k Views
    potemkin_aiP
    @SansGuidon you are absolutely welcome
  • Search/Filter should stay when clicking "Back" from an App Config

    1
    1 Votes
    1 Posts
    141 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
    756 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
    208 Views
    No one has replied
  • Rename the settings panel "Users Directory" to "User & Group Settings"

    5
    1 Votes
    5 Posts
    2k 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)